WIP: Add initial restic support.
2 unresolved threads
2 unresolved threads
Compare changes
+ 18
− 42
@@ -116,50 +116,26 @@ if [[ "$retention" == "yes" ]]; then
@@ -116,50 +116,26 @@ if [[ "$retention" == "yes" ]]; then
debug "==> For the last $keep_hourly hours in which a snapshot was made, keep only the last snapshot for each hour."
debug "==> For the last $keep_daily days which have one or more snapshots, only keep the last one for that day."
debug "==> For the last $keep_weekly weeks which have one or more snapshots, only keep the last one for that week."
debug "==> For the last $keep_monthly months which have one or more snapshots, only keep the last one for that month."
debug "==> For the last $keep_yearly years which have one or more snapshots, only keep the last one for that year."