diff --git a/arch-desktop_borg.sh b/arch-desktop_borg.sh index ea33698..74c3826 100755 --- a/arch-desktop_borg.sh +++ b/arch-desktop_borg.sh @@ -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=$?