6 lines
168 B
Django/Jinja
Executable file
6 lines
168 B
Django/Jinja
Executable file
#!/bin/bash
|
|
source /opt/scripts/restic/restic.env
|
|
|
|
restic forget --prune --keep-daily 7 --keep-weekly 4 --keep-monthly 6 --host={{ ansible_hostname }}
|
|
|
|
echo "done! :)"
|