Add support saving hourly snapshots

This commit is contained in:
Mikhail Delport
2022-07-23 21:07:28 -04:00
parent 9fa01a10f7
commit 2759964b13
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ restic forget \
--option b2.connections="$B2_CONNECTIONS" \
--prune \
--group-by "paths,tags" \
--keep-hourly "$RESTIC_RETENTION_HOURS" \
--keep-daily "$RESTIC_RETENTION_DAYS" \
--keep-weekly "$RESTIC_RETENTION_WEEKS" \
--keep-monthly "$RESTIC_RETENTION_MONTHS" \