Supported storage backends

The B2 documentation above is no longer accurate. The Duplicacy GUI is also outdated, making the B2 setup process very confusing.

Specifically: both the GUI and the documentation say that you need the account id and application key. So I created a new application key, then entered my account ID and application key… and it didn’t work.

It should really say that you need the application key id and the application key. (Or, alternately, you can use the account id and master application key, which could be less secure.)

4 Likes

Thanks for pointing it out. I just fixed the doc.

2 Likes

Note that you can also use the :heart: button to show your appreciation. :slightly_smiling_face:

Support ssh private key files encrypted by passphrases

4 Likes

Thanks for pinging, fixed!

3 Likes

A post was split to a new topic: Support Box.com via API, not webdav

There are more options listed here than I see in the Duplicacy webUI - I don’t see anything for Dropbox, Wasabi, DigitalOcean, or Hubic. Are these instructions CLI-only? Or is there some trick to adding these through the web client?

AFAIR, this is the only topic about the storages supported by the web version:

1%2028444be9d6ba

Wasabi and DigitalOcean are supported under S3.

Dropbox is slow and does not allow multiple connections: GitHub - gilbertchen/cloud-storage-comparison: Performance comparisons of cloud backup storages as Duplicacy backends

Hubic is closing down: The hubiC service is now closed to new subscriptions.

1 Like

A post was split to a new topic: Google Shared Drive

3 posts were split to a new topic: Opendrive with webdav backend

A post was split to a new topic: Teledrive support

Just to clarify - is it the case that:
a) using a SMB UNC path for a storage is only available to the Windows build of Duplicacy
b) username and password authentication for that UNC path is handled by Windows, not Duplicacy (i.e. the connection was made beforehand)

Edit: This thread suggests that backing up to an SMB share from a Linux installation should work as well, if the share is mounted locally first (outside Duplicacy).

found this list of extra Wasabi storage regions:

A post was split to a new topic: OneDrive token redownload

I am struggling to correctly configure Amazon S3 storage using the GUI Version. How do you map the S3 Endpoint definition to the mandatory fields on the Storage Definition screen? I keep getting parsing errors.

What specifically cannot be parsed?

Most often it’s endpoint URL. Try without https://.

The default on the Amazon settings is S3://, and the full URL seems to contain both the region and bucket definition. I’m assuming that I have to restructure to match what the GUI is expecting, but I was unsuccessful. I DID try replacing the S3 with HTTPS, and removing it entirely, but no luck. (the Access Key and Secret Key are separate, so I think I got that part correct).

Please post the screenshot, (without showing your keys)

I figured it out - I was looking for a zebra when what I needed was a horse.

Instead of using the S3 URI or URL for the bucket access point, the endpoint should be in the form:

s3.REGION.amazonaws.com

Found this mentioned somewhere else on the forum - THANKS!