Align more backslashes

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-02 11:24:44 +02:00
parent 236ce5e89a
commit 572727a8e8

View file

@ -54,13 +54,13 @@ info "Pruning repository"
# archives of THIS machine. The '{hostname}-' prefix is very important to
# limit prune's operation to this machine's archives and not apply to
# other machines' archives also:
borg prune \
--list \
--prefix '{hostname}-' \
--show-rc \
--keep-daily 7 \
--keep-weekly 4 \
--keep-monthly 6 \
borg prune \
--list \
--prefix '{hostname}-' \
--show-rc \
--keep-daily 7 \
--keep-weekly 4 \
--keep-monthly 6 \
prune_exit=$?