mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
feat(ocis): Better documentation for backup command
Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
@@ -217,12 +217,13 @@ BACKUP RECOMMENDED/OMITABLE. This folder contains custom web assets. Can be spec
|
||||
|
||||
When using an external idp/idm/nats or blobstore, its data needs to be backed up separately. Refer to your idp/idm/nats/blobstore documentation for backup details.
|
||||
|
||||
## Backup Consistency command
|
||||
## Backup Consistency Command
|
||||
|
||||
Infinite Scale now allows checking an existing backup for consistency. Use command
|
||||
Infinite Scale now allows checking an existing backup for consistency. Use the command:
|
||||
```bash
|
||||
ocis backup consistency -p "<path-to-base-folder>"
|
||||
```
|
||||
|
||||
`path-to-base-folder` needs to be replaced with the path to the storage providers base path. For example: "/var/lib/ocis/storage/users" or "$HOME/storage/users".
|
||||
Use the `-b s3ng` when using an external (s3) blobstore. Note: When using this flag the blobstore must be configured via envvars or yaml file the same as in ocis. Consistency checks for other blobstores than `ocis` and `s3ng` are not supported at the moment.
|
||||
`path-to-base-folder` needs to be replaced with the path to the storage providers base path. Should be same as the `STORAGE_USERS_OCIS_ROOT`
|
||||
|
||||
Use the `-b s3ng` option when using an external (s3) blobstore. Note: When using this flag, the path to the blobstore must be configured via envvars or a yaml file to match the configuration of the original instance. Consistency checks for other blobstores than `ocis` and `s3ng` are not supported at the moment.
|
||||
|
||||
Reference in New Issue
Block a user