[linux-lvm] LVM & snapshots

Greg Freemyer greg.freemyer at gmail.com
Tue Feb 20 19:12:12 UTC 2007


On 2/20/07, Gordon Henderson <gordon at drogon.net> wrote:
> On Tue, 20 Feb 2007, Les Mikesell wrote:
>
> > You might want to look at backuppc (http://backuppc.sourceforge.net/) to
> > manage the on-line backups.  It uses a scheme of compression and hard-linking
> > duplicate files to greatly reduce the storage space you need when keeping a
> > long history - especially if many files are unchanged over that time.   With
> > something that size you might still have to play some tricks with snapshots
> > or break it down into smaller directory runs.  It uses tar, smb, or rsync to
> > do the actual copies, then has some extra overhead for the compression and
> > linking jobs.  If it is too slow, you might run it against your existing
> > uncompressed copy so it has all day to make the long-term archive version.
>
> Interesting, especially for the Win side of things, thanks!
>
> However one of the things I may need is to use the backup server as a
> "live" server, should the original server ever catch fire (or whatever),
> so pull the backup from the bunker, drive it across town and with minimal
> changes, have it take the place of the live server (turn on nfs/samba on
> the appropriate locations) until we get a new one installed... So it's
> compression would be of minimal use, but it may have other uses...
>
> Thanks,
>
> Gordon
>
You might want to look into rdiff-backup.

It keeps a uncompressed copy of all backed up data.  Then compressed
deltas to get you to older revisions.

The uncompressed copy should be easy to serve via Samba / NSF.

Suse has been including it in their distro for a while.  I don't know
about others.

It is written in python (I think), so it may not be fast enough for
you, but it only ships the deltas across the wire (like rsync), so it
is worth looking into.

Greg
-- 
Greg Freemyer
The Norcross Group
Forensics for the 21st Century




More information about the linux-lvm mailing list