7 lines
138 B
Text
7 lines
138 B
Text
|
#!/bin/bash
|
||
|
source /opt/scripts/restic/restic.env
|
||
|
|
||
|
restic forget --prune --keep-within 1m --host={{ ansible_hostname }}
|
||
|
|
||
|
echo "done! :)"
|