Improve some configs (browser moved from nix to system pkg)
This commit is contained in:
parent
eab72a3328
commit
f6e666a877
3 changed files with 5 additions and 9 deletions
.bin
|
@ -23,11 +23,11 @@ fi
|
|||
case "$1" in
|
||||
"_forget")
|
||||
host-backup forget --prune --group-by "host" \
|
||||
--keep-last 7 \
|
||||
--keep-daily 14 \
|
||||
--keep-last 14 \
|
||||
--keep-daily 28 \
|
||||
--keep-weekly 12 \
|
||||
--keep-monthly 12 \
|
||||
--keep-yearly 2
|
||||
--keep-monthly 24 \
|
||||
--keep-yearly 4
|
||||
;;
|
||||
*)
|
||||
restic "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue