> It also seems that the script is not generic enough to handle the > variety of exception stores that are coming. I just wrote a 'snapshot- > merge' target that will do what you ask. I will post the patch > shortly. However, this won't help you in RHEL5. > Jonathan, thank you for this new snapshot-merge target. This plus the shared exception patches will certainly bring the definitive answer for LVM2-based replication/backup/time-navigation needs for RHEL6. I hope btrfs will even bring to the table an interesting alternative sometime in the el6 lifecycle. But for those stuck with (entitlements on thousands of) el4 and el5 deployments, here is my contribution to the poor-man's async replication : http://christophe.varoqui.free.fr/rcow/ * rcow.pl parse a cow device to generate a delta-file of 2 snapshots * rcowd handles full sync of remote device and schedule (one-shot or loop) : - delta-file creation - snapshot rotation - delta-file sending to remote - delta-file load on remote Todo: - more error checking - sequencing cookies : o store on remote the last delta-file cookie succesfully loaded o store {prev_cookie, this_cookie} in delta_files o verify on remote that delta-file(prev_cookie)==last applied cookie - replace the dd plumbing, though the readability of delta-file + command-file is quite nice for understanding what happen (and may go wrong). May be port to C. - delta-file historization and rotation Comments and contributions welcome. Regards, cvaroqui -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel