Discussion:
[rsnapshot-discuss] Promoting a backup to the next level
Chris Miller
2015-06-26 15:41:58 UTC
Permalink
Hi Folks,

When an interval is promoted to the next highest interval, is it done with a simple rotate and rename:

mv <interval-1>.<max> <interval>.0

or is <interval-1>.<max> rsync'd and hard linked into <interval>.0, meaning that there will be paths to both <interval-1>.<max> and <interval>.0 at the conclusion of the backup?

Thanks for the help,

Chris.
Nico Kadel-Garcia
2015-06-26 22:08:20 UTC
Permalink
It's an "mv", and only changes the inode that holds the directory information: much, much, much faster than doing rsync.

Nico Kadel-Garcia
Email: ***@gmail.com
Sent from iPhone
Post by Chris Miller
Hi Folks,
mv <interval-1>.<max> <interval>.0
or is <interval-1>.<max> rsync'd and hard linked into <interval>.0, meaning that there will be paths to both <interval-1>.<max> and <interval>.0 at the conclusion of the backup?
Thanks for the help,
Chris.
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
rsnapshot-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
Loading...