Add minecraft backup clean up cron job
This commit is contained in:
parent
33e83dd740
commit
140932154d
@ -122,6 +122,14 @@
|
|||||||
user: root
|
user: root
|
||||||
job: "{{ minecraft_opt_path }}/bin/minecraft-backup"
|
job: "{{ minecraft_opt_path }}/bin/minecraft-backup"
|
||||||
|
|
||||||
|
- name: backup clean up cron
|
||||||
|
cron:
|
||||||
|
name: minecraft backup clean up
|
||||||
|
minute: "0"
|
||||||
|
hour: "10"
|
||||||
|
user: root
|
||||||
|
job: "find {{ minecraft_opt_path }}/backup/ -type f -name '*.tar.xz' -ctime +7 -delete"
|
||||||
|
|
||||||
- name: set world download password
|
- name: set world download password
|
||||||
htpasswd:
|
htpasswd:
|
||||||
path: "{{ minecraft_opt_path }}/etc/htpasswd"
|
path: "{{ minecraft_opt_path }}/etc/htpasswd"
|
||||||
|
Loading…
Reference in New Issue
Block a user