Hi guys,
i am syncing to my dropbox by
rclone sync /mnt/backup2/data/ dropbox:Backups/data --tpslimit 1 --transfers 1 --checkers 1 --progress --exclude-from "/home/myuser/rclone/filter.txt"
and getting errors like "error reading destination directory". Its not always the same directory, it's random and i don't see any problems with the destination directories.
What is causing this, how can i prevent it?
Thank you
- The full command you’re attempting to use
rclone sync /mnt/backup2/data/ dropbox:Backups/data --tpslimit 1 --transfers 1 --checkers 1 --progress --exclude-from "/home/myuser/rclone/filter.txt"
- A logfile of rclone’s output with personal information removed. If it is large, you can use services like pastebin.com . It’s usually helpful to increase the logging with -v or -vv depending.
2024/11/04 17:29:59 INFO : Starting transaction limiter: max 1 transactions/s with burst 1
2024/11/04 17:32:31 ERROR : Financies: error reading destination directory:
- The rclone config you’re using. If you don’t know where to find it, check here. Before posting ensure you’ve removed any confidential information like credentials.
[dropbox]
type = dropbox
token = {"access_token":"Here is my access token","token_type":"bearer","refresh_token":"Here is my refresh token","expiry":"2024-11-04T18:40:55.110518942Z"}
4.What version of rclone you’re using. It’s also helpful to try rclone with the latest beta if you’re using a stable release to understand if your issue was recently fixed.
rclone v1.60.1-DEV
- os/version: raspbian 12.7 (64 bit)
- os/kernel: 6.6.51+rpt-rpi-v8 (aarch64)
- os/type: linux
- os/arch: arm64
- go/version: go1.19.8
- go/linking: dynamic
- go/tags: none