Compare commits

...

2 Commits

Author SHA1 Message Date
chris d28efa484f Merge branch 'main' of https://git.oopen.de/backup/borg2-backup 2024-11-20 10:43:51 +01:00
chris 504d9a4971 Some minor changes in logging.. 2024-11-20 10:42:59 +01:00
+4 -4
View File
@@ -636,10 +636,10 @@ borg \\
prune \\ prune \\
--list \\ --list \\
--show-rc \\ --show-rc \\
--keep-daily 7 \\ --keep-daily ${KEEP_DAILY} \\
--keep-weekly 4 \\ --keep-weekly ${KEEP_WEEKLY} \\
--keep-monthly 6 \\ --keep-monthly ${KEEP_MONTHLY} \\
--keep-yearly 1 \\ --keep-yearly ${KEEP_YEARLY} \\
EOF EOF
borg \ borg \