From ae1228de3bc73e6a3bf9df92330d111adff6e59d Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 29 Sep 2020 17:52:07 -0500 Subject: [PATCH] add crontab for user --- backupscripts/abc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backupscripts/abc diff --git a/backupscripts/abc b/backupscripts/abc new file mode 100644 index 0000000..a4c1210 --- /dev/null +++ b/backupscripts/abc @@ -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