From e046768aa6ab270c94fc8b445bb65f422a147572 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Thu, 6 Jun 2024 15:21:50 +0200 Subject: [PATCH] feat(docs): extend backup docu to mention command Signed-off-by: jkoberg --- docs/ocis/backup.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ocis/backup.md b/docs/ocis/backup.md index 093e180b46..0a0a88ea3a 100644 --- a/docs/ocis/backup.md +++ b/docs/ocis/backup.md @@ -217,3 +217,12 @@ 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 + +Infinite Scale now allows checking an existing backup for consistency. Use command +```bash +ocis backup consistency -p "" +``` + +`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.