1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 08:45:13 +00:00

Merge pull request #6762 from Maltimore/docs_line_continuation

[DOCS] Remove unnecessary/dangerous line continuation
This commit is contained in:
TW 2022-06-11 20:17:55 +02:00 committed by GitHub
commit a55f3f7285
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ backed up and that the ``prune`` command is keeping and deleting the correct bac
/etc \ /etc \
/home \ /home \
/root \ /root \
/var \ /var
backup_exit=$? backup_exit=$?
@ -206,7 +206,7 @@ backed up and that the ``prune`` command is keeping and deleting the correct bac
--show-rc \ --show-rc \
--keep-daily 7 \ --keep-daily 7 \
--keep-weekly 4 \ --keep-weekly 4 \
--keep-monthly 6 \ --keep-monthly 6
prune_exit=$? prune_exit=$?