duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] no sftp support on the server: what to do?


From: edgar . soldin
Subject: Re: [Duplicity-talk] no sftp support on the server: what to do?
Date: Fri, 26 Aug 2011 17:14:55 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110812 Thunderbird/6.0

On 26.08.2011 15:22, Chris Poole wrote:
> 2011/8/26 Kenneth Loafman <address@hidden>:
>> Duplicity uses the rsync binary directly.
> 
> Sorry I should clarify, I meant what rsync binary itself uses. Does it
> just do the rolling checksum (etc.) stuff and pass things along to
> scp, or does it handle all the transport itself?
> 

neither... you must understand that duplicity uses librsync internally to find 
out which parts of a file really changed. These parts are transported via 
several backends to the backup storage.

One of the backends is a rsync backend. It uses a local rsync binary to 
communicate with a remote rsyncd or a remote rsync instance started via remote 
shell (e.g. ssh). This of course uses the rsync algorithm as well but because 
every volume is essentially new this brings no advantage in speed or bandwidth.

ede/duply.net



reply via email to

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