>I want to use 24-hour snap shots as an archival tool. >I have 2 identical file servers, one primary and one as an off-site=20 >mirror. I'd like the primary system to generate a transaction >log that=20 >rolls over every 24-hours and gets transmitted to the remote site. I do something similar but with tapes, not a second server. Every evening, about 15 minutes before the backups, I delete an old snapshot and create a new one. As this snapshot is mounted and exported via NFS I have to undo this first (which has caused slight problems, occasionally). I then backup the newly created snapshot to tape using amanda. Using the snapshot ensures that amanda and dump (even though working at the block level) is guaranteed not to see a changing filesystem, and the snapshot remains available for most of the next 24 hours for a user-initiated recovery of yesterday's version of a file. Any longer than that, and we have to go to the tapes, but amanda's indexing makes it quite easy to step back in time and see the filenames that were previously on disk (though not change dates). Such as it is, I can make the snapshot script available. Chris Ritson (Computing Officer) Rm 618, Claremont Bridge, EMAIL: C.R.Ritson@newcastle.ac.uk School of Computing Science, PHONE: +44 191 222 8175 University of Newcastle, FAX : +44 191 222 8232 Newcastle on Tyne, UK NE1 7RU. http://www.cs.ncl.ac.uk/~c.r.ritson/ _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/