duplicity icon indicating copy to clipboard operation
duplicity copied to clipboard

mirror of duplicity: https://code.launchpad.net/duplicity

Results 27 duplicity issues
Sort by recently updated
recently updated
newest added

Error message: UnsupportedBackendScheme: scheme not supported in url: dpbx:///Cloud How to fix? BM OS: Userland (Debian, Android)

Maybe update repo description to point at the new duplicity home https://gitlab.com/duplicity/duplicity

`boto` seems to be an essential package for duplicity that is reported missing once I try `duply data1 backup` for the `TARGET= "s3+http://my-bucket"`: ```bash $ time duply data1 backup Start...

Hi, I'm trying to get duplicity setup on my Raspberry Pi running on Debian Buster (10) but I get the following on `python setup.py install`: ``` File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 166,...

Added python-setuptools as dependency --- This change is [](https://reviewable.io/reviews/henrysher/duplicity/29)

`Traceback (innermost last): File "/usr/bin/duplicity", line 122, in with_tempdir(main) File "/usr/bin/duplicity", line 108, in with_tempdir fn() File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 1522, in main action = commandline.ProcessCommandLine(sys.argv[1:]) File "/usr/lib/python3/dist-packages/duplicity/commandline.py", line 1187, in...

I want to see how many files are backed up from yesterday: ``` duplicity list-current-files --time 1D rsync://xxxxx@xxxxx//mnt/backup/guilmon | less Synchronizing remote metadata to local cache... Copying duplicity-full-signatures.20200101T203804Z.sigtar.gz to local...

While trying to backup to Backblaze, Duplicity raised a `BackendException` reporting, "B2 backend requires B2 Python APIs (pip install b2)". The `b2` module already was installed, but supporting SQLite development...

### **This issue has already been fixed in the newest duplicity, but you are likely not using that version.** _TL;DR The b2 package on which duplicity b2 backend depends has...

can't be arsed to make a proper bug report at the proper place so ima just dump it here. ``` Traceback (most recent call last): File "/usr/bin/duplicity", line 106, in...