mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Fix restic prunes
This commit is contained in:
parent
796045bff5
commit
78931fda77
1 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
exec $HOME/backrest.sh --verbose backup --files-from=$HOME/restic-include.txt --exclude-file=$HOME/restic-excludes.txt
|
||||
$HOME/backrest.sh --verbose backup --files-from=$HOME/restic-include.txt --exclude-file=$HOME/restic-excludes.txt
|
||||
|
||||
exec $HOME/backrest.sh forget --prune --keep-daily 30 --keep-monthly 3 --group-by host
|
||||
$HOME/backrest.sh forget --prune --keep-daily 30 --keep-monthly 3 --group-by host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue