"UnsupportedBackendScheme: scheme not supported in url" when using rclone backend

Asked by Pope Rigby

I'm having an issue where I'm getting "UnsupportedBackendScheme: scheme not supported in url" when my Duplicity command is:

/usr/bin/duplicity full --encrypt-key $ENCRYPT_KEY$ --include-filelist /opt/backup/globbing_list / rclone://gdrive:/backup

I have rclone installed, and I have the gdrive remote setup (I can access it when I'm just using rclone) but I guess it can't identify rclone.

Question information

Language:
English Edit question
Status:
Solved
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Solved by:
edso
Solved:
Last query:
Last reply:
Revision history for this message
edso (ed.so) said :
#1

On 30.03.2020 22:23, Pope Rigby wrote:
> New question #689590 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/689590
>
> I'm having an issue where I'm getting "UnsupportedBackendScheme: scheme not supported in url" when my Duplicity command is:
>
> /usr/bin/duplicity full --encrypt-key $ENCRYPT_KEY$ --include-filelist /opt/backup/globbing_list / rclone://gdrive:/backup
>
> I have rclone installed, and I have the gdrive remote setup (I can access it when I'm just using rclone) but I guess it can't identify rclone.
>

what is your duplicity version? maybe yours is too old. rclone was just added recently. check the Changelog http://duplicity.nongnu.org/vers8/CHANGELOG ..ede/duply.net

Revision history for this message
Pope Rigby (poperigby) said :
#2

I'm on Debian so I have v0.7.18.2-1. I can't seem to find anything in the changelog that you linked about adding support for rclone.

Revision history for this message
Best edso (ed.so) said :
#3

check the Changelog link above. it just got added in 0.8 some weeks ago. here are the latest install hints from 0.8.12 release announcement

-->
There are a few download options:

    Release tarball Install - https://launchpad.net/duplicity/+download
    Daily duplicity builds - https://launchpad.net/~duplicity-team/+archive/ubuntu/daily-dev-trunk
    Stable snap builds - “sudo snap install duplicity —classic"
    Latest snap builds - “sudo snap install duplicity —classic —edge"
    Latest pip builds - "sudo pip install duplicity"

NOTE: UNinstall duplicity first if it was installed via the distribution repository. For Ubuntu, that would be "sudo apt-get purge duplicity".
<--

..ede/duply.net

Revision history for this message
edso (ed.so) said :
#4

wrt. Changelog probably this

"
New in v0.8.12 (2020/03/19)
---------------------------
...
* Fixed bug #1769267 - [enhancement] please consider
  using rclone as backend.
...
"
..ede/duply.net

Revision history for this message
Pope Rigby (poperigby) said :
#5

Thanks edso, that solved my question.