On 05/25/2011 06:32 PM, Dan Nugent wrote:
I am trying to use rdiff-backup from cron on an Ubuntu 10.04 server.  I have
a script with this


rdiff-backup /home/dan/data /media/sdb1/data
rdiff-backup /home/dan/data2 /media/sda1/data


crontab looks like this:

* 21 * * * sh /home/dan/backupscript.sh

Here is the error I get from cron

Fatal Error:  It appears that a previous rdiff-backup session with process
id 10778 is still running....

That crontab entry means "Run this command _every_minute_ during hour 21".
If you want the backup to run at the start of that hour, you want

    0 21 * * * sh /home/dan/backupscript.sh

--
Bob Nichols     "NOSPAM" is really part of my email address.
                Do NOT delete it.


_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to