From 36d1388a62ca0a300696376af985d916b8a06586 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 30 Sep 2020 17:04:16 -0500 Subject: [PATCH] improve Docker logging --- backupscripts/abc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backupscripts/abc b/backupscripts/abc index 5f5f216..c3e7673 100644 --- a/backupscripts/abc +++ b/backupscripts/abc @@ -1,6 +1,6 @@ -*/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 +*/15 * * * * /bin/15min_backup > /dev/stdout 2>&1 +0 * * * * /bin/hourly_backup > /dev/stdout 2>&1 +0 0 * * * /bin/daily_backup > /dev/stdout 2>&1 +0 0 * * 0 /bin/weekly_backup > /dev/stdout 2>&1 +0 0 1 * * /bin/monthly_backup > /dev/stdout 2>&1 +#