mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
docs: fix borg delete examples, fixes #7759
This commit is contained in:
parent
928af177bb
commit
e9e74a1113
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Examples
|
||||||
::
|
::
|
||||||
|
|
||||||
# delete a single backup archive:
|
# delete a single backup archive:
|
||||||
$ borg delete Monday
|
$ borg delete -a Monday
|
||||||
# actually free disk space:
|
# actually free disk space:
|
||||||
$ borg compact
|
$ borg compact
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue