Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. - name: backup_tmp_cleaner
  2. cron: state=present
  3. minute="10"
  4. hour="*"
  5. job='find /backup/tmp/ -type f -mmin +120 -exec rm {} \; > /dev/null 2>&1 '
  6. cron_file=backup_tmp_cleaner
  7. user=root
  8. name="backup_tmp_cleaner"
  9. tags:
  10. - crons
  11. - backup_tmp_cleaner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement