Multiple backends with rclone are not working #33

Closed
opened 2026-04-05 16:15:37 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @tibouh on 3/25/2026

Databasus version (screenshot)

3.24.3 x64

Operating system and architecture

Debian 13

PostgreSQL 18 in Docker

Describe the bug (please write manually, do not ask AI to summarize)

What happened:

I have configured 2 backends in the rclone config file but only the last one is used.
Both backends work when they are the only one in the config file.

Here is the config I want to use:

[remote]
type = sftp
host =
port =
user =
key_file = /databasus-data/databasus

[local]
type = local

What I expected:

The backup is stored on both backends.

Steps to reproduce

  1. Configure a SFTP and local backend in rclone config page
  2. Configure a backup to use the rclone config
  3. Make a backup
  4. Check the local and the remote: only one has the backup

Have you asked AI how to solve the issue?

I have asked ChatGPT and it says multiple backends is supported by rclone.

Additional context / logs

*Originally created by @tibouh on 3/25/2026* ## Databasus version (screenshot) 3.24.3 x64 ## Operating system and architecture Debian 13 ## Database type and version (optional, for DB-related bugs) PostgreSQL 18 in Docker ## Describe the bug (please write manually, do not ask AI to summarize) **What happened:** I have configured 2 backends in the rclone config file but only the last one is used. Both backends work when they are the only one in the config file. Here is the config I want to use: [remote] type = sftp host = <server> port = <port> user = <user> key_file = /databasus-data/databasus [local] type = local **What I expected:** The backup is stored on both backends. ## Steps to reproduce 1. Configure a SFTP and local backend in rclone config page 2. Configure a backup to use the rclone config 3. Make a backup 4. Check the local and the remote: only one has the backup ## Have you asked AI how to solve the issue? I have asked ChatGPT and it says multiple backends is supported by rclone. ## Additional context / logs <!-- Screenshots, error messages, relevant log output, etc. -->
MrUnknownDE added the bugbugbugbugbugbug labels 2026-04-05 16:15:37 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#33