Replace custom restic logs with runitor
This commit is contained in:
5
ansible/roles/restic/files/restic-forget.sh
Normal file
5
ansible/roles/restic/files/restic-forget.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
exec $HOME/backrest.sh forget --prune --keep-daily 30 --keep-monthly 3 --group-by host
|
Reference in New Issue
Block a user