Mike Gerdts wrote:
On Sun, Aug 9, 2009 at 3:06 PM, Omry Yadan<[email protected]> wrote:
Hi all,
I wrote a little java program that combines Rsync and ZFS snapshots to backup
remote servers.
configuration is really easy, check it out at
http://projects.firefang.net/wiki/Zync
Comments are most welcomed.
I assume that the motivation for this is to have a disk-to-disk backup
of systems that don't support ZFS. One thing that may be useful is
use of the --inplace option to rsync. This way when files that only
partially change[1] are backed up, only the parts that are different
are written to the zfs file system.
1. e.g. that 1.5 GB access_log where the first line is in 2005 and it
is still being written to
...
Since you already have a zfs snapshot of the previous state, there
would seem to be no need for --backup. Also, the warning is not
terribly relevant for the same reason.
Great point, I was mistakenly assuming rsync did it in place anyway.
it's already possible to control the rsync options, but I`ll make
inplace the default.
(see the sample configuration file at
http://projects.firefang.net/browser/trunk/zync/sample.conf)
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss