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