mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
[DOCS] Remove unnecessary/dangerous line continuation
This commit is contained in:
parent
0e8c9941bb
commit
4902398554
1 changed files with 2 additions and 2 deletions
|
|
@ -189,7 +189,7 @@ backed up and that the ``prune`` command is keeping and deleting the correct bac
|
|||
/etc \
|
||||
/home \
|
||||
/root \
|
||||
/var \
|
||||
/var
|
||||
|
||||
backup_exit=$?
|
||||
|
||||
|
|
@ -206,7 +206,7 @@ backed up and that the ``prune`` command is keeping and deleting the correct bac
|
|||
--show-rc \
|
||||
--keep-daily 7 \
|
||||
--keep-weekly 4 \
|
||||
--keep-monthly 6 \
|
||||
--keep-monthly 6
|
||||
|
||||
prune_exit=$?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue