backup & restore docs

This commit is contained in:
2022-04-19 13:41:21 +02:00
parent 4ade5ac092
commit 0d47001c9d
2 changed files with 48 additions and 0 deletions

View File

@ -324,3 +324,10 @@ If you need to run a command within a running container you can use `abra app ru
> or arm images
See [`#312`](https://git.coopcloud.tech/coop-cloud/organising/issues/312) for more.
## How do I backup/restore my app?
If you're app [supports backup/restore](/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 ...`.
Pass `-h` for more information on the specific flags & arguments.