What is the problem you are having with rclone?
I have several mounts that I normally control individually and in the course of the release of "combine" I wanted to combine them. However, uploads do not work. According to the log "upload failed: batcher is shutting down ".
Run the command 'rclone version' and share the full output of the command.
rclone v1.59.0
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.4.0-105-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.18.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Dropbox (Combine/Crypt)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
/usr/bin/rclone rcd \
--config=/home/<obfuscated>/.config/rclone/rclone.conf \
--rc-addr localhost:5572 \
--rc-user <obfuscated> \
--rc-pass <obfuscated> \
--rc-enable-metrics \
--rc-web-gui \
--rc-web-gui-no-open-browser \
--rc-web-gui-update \
--log-file /var/log/rclone/data.log \
--tpslimit 15 \
--tpslimit-burst 15 \
--transfers 16 \
--checkers 16 \
--use-mmap \
--timeout 15s \
--buffer-size 256M \
--dropbox-batch-mode sync
/usr/bin/rclone rc --rc-user <obfuscated> --rc-pass <obfuscated> mount/mount fs=dbx_fbx_storage_combined: mountPoint=/mnt/cloud/Data vfsOpt='{"CacheMode": 3, "CacheMaxAge": 60000000000, "WriteBack": 120000000000, "ChunkSize": "512M"}' mountOpt='{"AllowNonEmpty": true, "AllowOther": true,"AttrTimeout": 600000000000,"DirCacheTime": 86400000000000}'
The rclone config contents with secrets removed.
[dbx_fbx_storage_combined]
type = combine
upstreams = Data1=dbx_fbx_storage_a_crypt: Data2=dbx_fbx_storage_b_crypt: Data3=dbx_fbx_storage_c_crypt: Data4=dbx_fbx_storage_d_crypt: Data5=dbx_fbx_storage_e_crypt: Data6=dbx_fbx_storage_f_crypt: Data7=dbx_fbx_storage_g_crypt: Data8=dbx_fbx_storage_h_crypt: Data9=dbx_fbx_storage_i_crypt:
[dbx_fbx_storage_a_base]
type = dropbox
client_id = <obfuscated>
client_secret = <obfuscated>
token = {"access_token":"<obfuscated>","token_type":"bearer","refresh_token":"<obfuscated>","expiry":"<obfuscated>"}
[dbx_fbx_storage_a_crypt]
type = crypt
remote = dbx_fbx_storage_a_base:
password = <obfuscated>
password2 = <obfuscated>