duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #02669
[Question #259173]: rsync backend fails
New question #259173 on Duplicity:
https://answers.launchpad.net/duplicity/+question/259173
My duplicity calls have started failing when using rsync. The problem goes back at least until November, which is as far as my logs seem to go. Using scp seems to work. For example, if I run the following:
mkdir /tmp/testsource
mkdir /tmp/testbackup
touch /tmp/testsource/foo
export PASSPHRASE="test"
duplicity full /tmp/testsource scp://localhost//tmp/testbackup
duplicity inc /tmp/testsource scp://localhost//tmp/testbackup
duplicity inc /tmp/testsource rsync://localhost//tmp/testbackup
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.