From f22ca6f57087c78834fc77b1141acb1bb69f0d5c Mon Sep 17 00:00:00 2001 From: basebuilder Date: Sat, 6 Apr 2024 14:44:19 +0200 Subject: [PATCH] update Operators Handbook backup/restore --- docs/operators/handbook.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index fb7886b..8ec689f 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -317,9 +317,19 @@ See [`#312`](https://git.coopcloud.tech/coop-cloud/organising/issues/312) for mo If you're app [supports backup/restore](/maintainers/handbook/#how-do-i-configure-backuprestore) then you have two options: [`backup-bot-two`](https://git.coopcloud.tech/coop-cloud/backup-bot-two) & [`abra`](https://git.coopcloud.tech/coop-cloud/abra). -With `abra`, you can simply run `abra app backup ...` & `abra app restore ...`. +With `abra`, you can simply run the commands: + +``` +$ abra app backup +$ abra app restore +``` + Pass `-h` for more information on the specific flags & arguments. +If your app Recipe *does not support backups* you can do [it +manually](/abra/cheat-sheet/#manually-restoring-app-data) with the `abra cp` command. + + ## How do I take a manual database backup? MySQL / MariaDB: