FileJump

This page describes the Filejump integration

Duplicati supports using FileJump as the storage destination since stable release v2.2.

User interface

Configure the destination for FileJump

To configure the FileJump destination, enter a unique path for the backup and an API token.

URL format for Commandline

To use Filejump, use the following URL format:

filejump://<hostname>/<folder>/<subfolder>?api-token=*****

You can get an API key by visiting your Filejump account settings.

It is also possible to use a username/password combination, but this is not recommeded as it it does not work with 2FA enabled on the account:

filejump://<hostname>/<folder>/<subfolder>?auth-username=email&auth-password=*****

If you use the username/password method, Duplicati will create and use an API token, but will negotiate with Filejump to get the token, which may slow things down a bit.

Last updated

Was this helpful?