6 lines
116 B
Bash
6 lines
116 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
exec $HOME/backrest.sh forget --prune --keep-daily 30 --keep-monthly 3 --group-by host
|