ansible-roles/roles/pmg/templates/pmg_post_backup.sh.j2

4 lines
75 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
#!/bin/bash -e
find /home/lbkp/pmg/ -type f -mtime +7 -exec rm -f "{}" \;