dannygoh Verified User Joined Feb 9, 2004 Messages 368 Location Malaysia Mar 10, 2006 #1 Hi, I would like to run 2 copy of full system backup in a single directadmin server. Mon - Sat : backup to local drive Sun : backup to remote computer. Is there anyway to do it?
Hi, I would like to run 2 copy of full system backup in a single directadmin server. Mon - Sat : backup to local drive Sun : backup to remote computer. Is there anyway to do it?
G gbjbaanb Verified User Joined Jan 10, 2006 Messages 71 Mar 10, 2006 #2 I don't think so. However, you know what time the backups are created, add a cron job to copy Sunday's backup offsite, or setup rsync or ftp to pull the backup weekly to the backup server.
I don't think so. However, you know what time the backups are created, add a cron job to copy Sunday's backup offsite, or setup rsync or ftp to pull the backup weekly to the backup server.
dannygoh Verified User Joined Feb 9, 2004 Messages 368 Location Malaysia Mar 10, 2006 #3 I found out a hard way to do it. Copy /usr/local/sysbk/conf.sysbk /usr/local/sysbk/conf.remote.sysbk copy /usr/local/sysbk/sysbk /usr/local/sysbk/sysbk.remote edit sysbk.remote Code: CNF="$INSPATH/conf.sysbk" to CNF="$INSPATH/conf.remote.sysbk" add a cron job 0 3 * * 7 /usr/local/sysbk/sysbk.remote -q now i have original sysbk backup on Mon to Sat to local disk and Sun sysbk.remote backup to remote computer
I found out a hard way to do it. Copy /usr/local/sysbk/conf.sysbk /usr/local/sysbk/conf.remote.sysbk copy /usr/local/sysbk/sysbk /usr/local/sysbk/sysbk.remote edit sysbk.remote Code: CNF="$INSPATH/conf.sysbk" to CNF="$INSPATH/conf.remote.sysbk" add a cron job 0 3 * * 7 /usr/local/sysbk/sysbk.remote -q now i have original sysbk backup on Mon to Sat to local disk and Sun sysbk.remote backup to remote computer
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Mar 12, 2006 #4 That's the only way to do it. Jeff
dannygoh Verified User Joined Feb 9, 2004 Messages 368 Location Malaysia Mar 12, 2006 #5 jlasman said: That's the only way to do it. Jeff Click to expand...