← Back to team overview

duplicity-team team mailing list archive

Re: [Question #232611]: Error running rsync

 

Question #232611 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/232611

edso proposed the following answer:
On 18.07.2013 19:51, Tim Chi wrote:
> Question #232611 on Duplicity changed:
> https://answers.launchpad.net/duplicity/+question/232611
> 
> Tim Chi posted a new comment:
> It did not ask me for a passphrase.
> 

oh, i forgot. the following is from the manpage

"
using rsync daemon
 rsync://user[:password]@host.com[:port]::[/]module/some_dir
using rsync over ssh (only key auth)
 rsync://user@xxxxxxxx[:port]/[relative|/absolute]_path 
"

you'll have to do key auth for rsync over ssh.

> 
> Can I ask is rsync more efficient than scp?Or does it depend on what is being done?
> Sorry if I sound like I don't know what I'm saying. I'm an Intern trying to learn how to use duplicity.

funny you ask. there actually really was a user who measured transfer
speeds and found rsync over ssh to be faster than sftp over the ssh
backend.

anyway.. consider duplicity backends as mere transport mechanism
modules. so the only things they do is put, delete, list files on a
(remote) filesystem or similar storage. e.g. the imap backend files the
backup chains on an imap server as big email files, how cool is that ;O


..ede/duply.net

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.