On Tue, December 8, 2009 19:23, Andrew Daugherity wrote: > Description/rationale of the script (more detailed comments within the > script): > # This supplements zfs-auto-snapshot, but runs independently. I prefer > that > # snapshots continue to be taken even if the backup fails. > # > # This aims to be much more robust than the backup functionality of > # zfs-auto-snapshot, namely: > # * it uses 'zfs send -I' to send all intermediate snapshots (including > # any daily/weekly/etc.), and should still work even if it isn't run > # every hour -- as long as the newest remote snapshot hasn't been > # rotated out locally yet > # * 'zfs recv -dF' on the destination host removes any snapshots not > # present locally so you don't have to worry about manually removing > # old snapshots there. > > I realize this doesn't meet everybody's needs but hopefully someone will > find it useful.
This description matches pretty well (I'm doing my own snapshots) what I've been working on, and having trouble getting to work (getting ZFS errors on one end or the other depending on options). I'm working with OpenSolaris, though, which may make a difference. Dunno when I next get a chance to work on this, maybe this weekend; but having a working example will be great. I'll either just use yours, or at least benefit from seeing what works; I'll figure out which when I look more closely. So thanks! -- David Dyer-Bennet, d...@dd-b.net; http://dd-b.net/ Snapshots: http://dd-b.net/dd-b/SnapshotAlbum/data/ Photos: http://dd-b.net/photography/gallery/ Dragaera: http://dragaera.info _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss