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 \\
--list \\
--show-rc \\
--keep-daily 7 \\
--keep-weekly 4 \\
--keep-monthly 6 \\
--keep-yearly 1 \\
--keep-daily ${KEEP_DAILY} \\
--keep-weekly ${KEEP_WEEKLY} \\
--keep-monthly ${KEEP_MONTHLY} \\
--keep-yearly ${KEEP_YEARLY} \\
EOF
borg \