add crontab for user

This commit is contained in:
Tyler 2020-09-29 17:52:07 -05:00
parent f0b6152bda
commit ae1228de3b
1 changed files with 6 additions and 0 deletions

6
backupscripts/abc Normal file
View File

@ -0,0 +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
# filler