mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Multiple backends with rclone are not working #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 =
port =
user =
key_file = /databasus-data/databasus
[local]
type = local
What I expected:
The backup is stored on both backends.
Steps to reproduce
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