I just installed a 1.2.1-1 on Linux, and I am using a configuration
that is running on another Linux box (running 1.6).
This is in the cron:
# Take a daily snapshot at 3:30 AM (5:30am is too late if runs contine into
8am)
30 3 * * * /usr/bin/rsnapshot daily > /dev/null 2>&1
# Take a weekly snapshot every Sunday morning at 11:00AM
0 11 * * 0 /usr/bin/rsnapshot weekly
And the output from the rsnapshot log for this past week is:
[26/Mar/2006:11:00:01] /usr/bin/rsnapshot weekly: started
[26/Mar/2006:11:00:01] /usr/bin/rsnapshot weekly: completed successfully
But there is not weekly.0 directory created.
The output from the rsnapshot -t weekly is:
$ rsnapshot -t weekly
echo 17989 > /var/lock/subsys/rsnapshot
mv /media/usbdisk/daily.6/ /media/usbdisk/weekly.0/
So, it looks like it will create the necessary directory. If I run it
manually,
the directory is created. Letting it run in cron, it isn't.
Am I missing something here? Does cron not have permissions or something?
The dailys are all running fine.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
