← Back to team overview

duplicity-team team mailing list archive

Re: [Question #695777]: scp Permission denied

 

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

Kenneth Loafman posted a new comment:
I do not see the problem at this point.  SSH is not the problem, no
errors there.  Duplicity is reporting 'Permission denied', but I don't
see why.

One more thing to try, instead of 'scp:' use 'pexpect+scp:'.  Keep all
the debug options, just in case.

If that does not work, please upgrade to the current version of
duplicity (0.8.18).  This will assure that any bugs fixed since your
release are available and may fix your issue.

There are multiple options both stable and daily:
- Source - https://gitlab.com/duplicity/duplicity
- Stable tarball install - https://launchpad.net/duplicity/+download

- Stable duplicity PPA - https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git
- Daily duplicity PPA - https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git

- Stable snap builds - “sudo snap install duplicity —classic"
- Latest snap builds - “sudo snap install duplicity —classic —edge"

- Stable pip3 builds - “sudo python3 -m pip install duplicity"
- Latest pip3 builds - “sudo python3 -m pip install --pre duplicity"

- Latest pip2 builds - "sudo python2 -m pip install --pre duplicity"

Note 1: UNINSTALL duplicity first if it was installed from a different
source..  This is due to divergent install locations, especially between
repository installs and the other forms.

Note 2: Launchpad PPAs contain builds for Bionic 18.04, Eoan 19.10,
Focal 20.04, and Hirsute 20.10.  Xenial 16.04 works with Snap and Pip3
(Python 3) installs, but cannot be built under Launchpad PPAs at the
moment.

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.