From f666fdb65d33cfae83d9123fe11c7775cfb454d5 Mon Sep 17 00:00:00 2001 From: smckown Date: Thu, 10 Apr 2008 02:49:34 +0000 Subject: [PATCH] Change when the backups run. --- bpcbackup.crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bpcbackup.crontab b/bpcbackup.crontab index c086c51..2f4e0a7 100644 --- a/bpcbackup.crontab +++ b/bpcbackup.crontab @@ -2,5 +2,5 @@ # Install to /etc/cron.d/bpcdump # File ownership and permissions root:root, 644 -# Run the bpcbackup program Mon morning at 1am and again Thu morning at 1am -0 1 * * 1,4 /usr/local/bin/bpcbackup +# Run the bpcbackup program Tue morning at 1am and again Fri morning at 1am +0 1 * * 2,5 /usr/local/bin/bpcbackup -- 2.39.2