mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +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:
|
||||
$ borg delete Monday
|
||||
$ borg delete -a Monday
|
||||
# actually free disk space:
|
||||
$ borg compact
|
||||
|
||||
|
|
Loading…
Reference in a new issue