On 17/05/2012 17:06, Zachary Stern wrote:
Hey All,
I've got rsnapshot set up with cronjobs on a new server, and for
whatever reason, only the hourly backups are being done.
I can understand why there might not be any weekly or monthly backups
yet, but why not daily?
crontab -
http://pastie.org/3926145
rsnapshot config -
http://pastie.org/3926154
Nothing will happen until you've got 10 'hourly' backups.
You also need to sort out the times of your cron jobs, so that you'll
never have two of them run at the same time (you have a clash between
hourly and weekly), and it is recommended that you time them so that on
days when they all run, they run in the order
monthly/weekly/daily/hourly. Something like this will be better
(abbreviated to avoid line-wrapping):
45 2 1 * * /usr/bin/rsnapshot monthly
50 2 * * 1 /usr/bin/rsnapshot weekly
55 2 * * * /usr/bin/rsnapshot daily
0 */3 * * * /usr/bin/rsnapshot hourly
--
David Cantrell |
http://www.cantrell.org.uk/david
Seven o'clock in the morning is something that
happens to those less fortunate than me
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss