duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] duplicity and partial rsync transfers


From: Chris Poole
Subject: Re: [Duplicity-talk] duplicity and partial rsync transfers
Date: Tue, 30 Aug 2011 13:49:39 +0100

I'd agree with the above, and suggest that you backup to a local drive first,
and then use rsync or whatever tool you want to send those files to your remote
backup destination.

I do this and find that I can max my upload bandwidth by doing the following:

    cd local_backup_dir
    find . -name '*.gpg' -print0 | xargs -0I{} -n1 -P8 rsync {}
remote_backup_dir

(basically you just do several uploads at once).


Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]