[Cialug] rsnapshot problem with compression

Matthew Nuzum newz at bearfruit.org
Tue Jun 15 08:45:28 CDT 2010


On Mon, Jun 14, 2010 at 9:06 PM, L. V. Lammert <lvl at omnitec.net> wrote:

> Trying to get compression working on one of our backup jobs, .. but it
> seems to be choking as soon as I add the --compress:
>
>

> The backup DOES work
> without compression, but it ran a week [plain DSL] without completing the
> bacukp (it DID get about 40GB), so the only way to get a snapshot is to
> get compression working.
>


Some people have already replied to say to increase verbosity. For the
record, rsync takes the -v option to add verbose output, -vv is more verbose
and -vvv is more yet. Not sure if more than three v's changes anything.

For creating the initial snapshot I'd personally NOT recommend rsync. It
uses more resources than other systems if you just want to transfer a big
chunk of data. (it's meant to do more complex things)

As a matter of fact, I've not found anything that can transfer many files
faster than one large file. Therefore if you've got disk space to spare I'd
tar + bzip the initial sync, copy it with sftp and then use rsync on
subsequent copies.

Also, don't underestimate the bandwidth of fedex. You can ship a 1 TB drive
over night for $10. The latency is high but no DSL line is going to give you
that kind of throughput.

-- 
Matthew Nuzum
newz2000 on freenode, skype, linkedin, identi.ca and twitter

"Do not seek to follow in the footsteps of the wise. Seek what they sought."
–Matsuo Bashō
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cialug.org/pipermail/cialug/attachments/20100615/efd9a285/attachment.htm 


More information about the Cialug mailing list