Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.63 KB

File metadata and controls

35 lines (22 loc) · 1.63 KB
description This page describes the Filejump integration

FileJump

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

{% hint style="warning" %} As of 2025-11-01 FileJump has announced that they will change the solution including the API so Duplicati will likely stop working with Filejump on 2025-12-31. If API docs are updated before, Duplicati may be updated to support FileJump again. Until this happens, we do not recommend using Filejump with Duplicati. {% endhint %}

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.