Some minor changes in logging..

This commit is contained in:
Christoph 2024-11-20 10:42:59 +01:00
parent 3abe57d09b
commit 504d9a4971

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 \