-
Notifications
You must be signed in to change notification settings - Fork 386
Description
Describe the bug
What is the best way to synchronize a local directory with a directory in the cloud? I want the directory in the cloud to be identical to the local directory. I tried using "rclone sync", but several errors appear with the message ""status": 500, "method": "POST"' and rclone keeps running forever but never synchronizes.
I also tried mounting the remote in a folder and using the "FreeFileSync" program, but the same error with status "500" appears. Below is a copy of the error that appears when I use the "FreeFileSync" program:
{"status": 500, "method": "POST", "path": "/api/uploads/210a9724c1ad3025d208f7f02255af58", "query": "channelId=0&encrypted=true&fileName=sync.ffs_lock&partName=ef9647aeb7dd3405bbc3e6a991f2d2fb&partNo=1", "ip": "[::1]:49422", "user-agent": "rclone/v1.71.0", "latency": 6.661192553, "time": "2025-12-11T15:26:09Z"}
This error also frequently appears when I try to copy a file to the directory mounted by rclone. Could I have some incorrect configuration? What's the best way to synchronize directories with the Telegram cloud using teldrive?
I installed teldrive with rclone on Linux a few days ago and so far I've only been able to upload a very few small files; most of the time I get a status error 500.
Repoduction
teldrive run>>~/.teldrive/teldrive_logs.log 2>&1 &
rclone sync /mnt/backups "teldrive:backups" --progress --max-backlog 1000000 --metadata --create-empty-src-dirs --cache-dir="${HOME}/.cache/teldrive_rclone" --links
Expected behavior
File synchronization is proceeding normally.
Version
$ teldrive version
teldrive 1.7.1
- commit: a64d26d
- os/type: linux
- os/arch: amd64
- go/version: go1.25.4
$ rclone v1.71.0
- os/version: debian 13.2 (64 bit)
- os/kernel: 6.6.101-antix.1-amd64-smp (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.25.1
- go/linking: static
- go/tags: none
Which Platform are you using?
Linux
Additional context
No response