fix cron table

This commit is contained in:
Tyler 2020-09-29 20:11:38 -05:00
parent db58c82f42
commit ea496cd517
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
0 */15 * ? * * /bin/15min_backup
0 0 * ? * * /bin/hourly_backup
0 0 0 * * ? /bin/daily_backup
0 0 0 ? * SUN /bin/weekly_backup
0 0 0 1 * ? /bin/monthly_backup
*/15 * * * * /bin/15min_backup
0 * * * * /bin/hourly_backup
0 0 * * * /bin/daily_backup
0 0 * * 0 /bin/weekly_backup
0 0 1 * * /bin/monthly_backup
# filler