feat(ls): default to /var/lib/docker/volumes/ if no path is given #37
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-24 17:58:38 +02:00
parent ebcb0d42c5
commit 14b55bbc79
2 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@ Show all files inside the latest snapshot (can be very verbose):
Show specific files inside a selected snapshot:
`abra app run <backupbot_name> app -- backup ls --snapshot <snapshot_id> --path /var/lib/docker/volumes/`
`abra app run <backupbot_name> app -- backup ls --snapshot <snapshot_id> /var/lib/docker/volumes/`
Download files from a snapshot: