Advertisement
Guest User

Untitled

a guest
May 24th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. cron::daily:
  2. 'Full_Backup_daily':
  3. description: 'Full Backup Daily'
  4. command: '/path/to/command'
  5. hour: 00
  6. minute: 02
  7. user: root
  8. cron::job:
  9. 'MariaDB_daily':
  10. description: 'Daily mysqldump of all databases'
  11. command: '/path/to/command'
  12. hour: 03
  13. minute: 16
  14. user: root
  15. 'MariaDB_Clean':
  16. description: 'Cleaning up old MySQL backups'
  17. command: '/path/to/command'
  18. hour: 02
  19. minute: 02
  20. weekday: 1
  21. user: root
  22. 'Full_Backup_Clean':
  23. description: 'Cleaning up old backups'
  24. command: '/path/to/command'
  25. hour: 04
  26. minute: 31
  27. weekday: 2
  28. user: root
  29. 'Bind_Maintenance':
  30. description: 'bind9 maintenance'
  31. command: '/path/to/command'
  32. hour: 09
  33. minute: 23
  34. weekday: 3
  35. user: root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement