Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/admin/maintenance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Use these guides to keep your OpenCloud installation updated, backed up, and man
- [Migrate](./migrate.md)
- [Uninstall](./uninstall.md)
- [Data Export](./dataexport.md)
- [Maintenance Commands](./maintenance-commands.md)
2 changes: 1 addition & 1 deletion docs/admin/maintenance/maintenance-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker compose run --rm opencloud opencloud <command>

## Storage path

The `--basePath` (`-p`) option is required by storage, revision, and trash commands. It must point to the storage provider path as seen from inside the OpenCloud container.
The `--basepath` (`-p`) option is required by storage, revision, and trash commands. It must point to the storage provider path as seen from inside the OpenCloud container.

For Docker Compose deployments, the default path is usually:

Expand Down