diff --git a/README.md b/README.md index 110ce77..43968da 100644 --- a/README.md +++ b/README.md @@ -91,17 +91,17 @@ Create an individual backup: `abra app run app -- backup --host create` -Create a backup a local repository: +Create a backup to a local repository: `abra app run app -- backup create -r /backups/restic` > It is recommended to shutdown/undeploy an app before restoring the data -Restore the latest backup of all including apps: +Restore the latest snapshot of all including apps: `abra app run app -- backup restore` -Restore a specific backup of an individual app: +Restore a specific snapshot of an individual app: `abra app run app -- backup --host restore --snapshot ` @@ -118,6 +118,7 @@ Show all files inside the latest snapshot (can be very verbose): `abra app run app -- backup ls` Show specific files inside a selected snapshot: + `abra app run app -- backup ls --snapshot --path /var/lib/docker/volumes/` Download files from a snapshot: