sh.zio.backup: add --compact option to forget_backup
parent
d65353a51d
commit
e540e3d2a7
|
@ -155,6 +155,7 @@ function forget_backup() {
|
|||
|
||||
invoke_restic \
|
||||
forget \
|
||||
--compact \
|
||||
--keep-within "$timeframe" \
|
||||
--host "$host"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue