delete old backups with external rm process
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 16s
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 16s
This commit is contained in:
parent
a20c7b188d
commit
b1789e15d6
@ -45,7 +45,7 @@
|
|||||||
minute: "0"
|
minute: "0"
|
||||||
hour: "8"
|
hour: "8"
|
||||||
user: root
|
user: root
|
||||||
job: "find /var/backups/gitea-* -mtime +7 -type f -delete"
|
job: "find /var/backups/gitea-* -mtime +7 -type f -exec rm {} +"
|
||||||
cron_file: gitea-backup-cleanup
|
cron_file: gitea-backup-cleanup
|
||||||
|
|
||||||
- name: Check if environment.env will get changed
|
- name: Check if environment.env will get changed
|
||||||
|
Loading…
Reference in New Issue
Block a user