Dropbox Transfers

well, have the files been uploaded or not?

yes files are upload on dropbox, but it wont play because they dont showup in mounted folder, this is strange

how do know the files are uploaded to dropbox?

i can see them at dropbox.com

dropbox is a polling remote so rclone should notice them.
you need to look into the debug logs.

2022/02/01 01:46:14 INFO  : Starting transaction limiter: max 12 transactions/s with burst 12
2022/02/01 01:46:14 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "Dropbox:" "/www/wwwroot/videos/box" "--allow-other" "--poll-interval" "10s" "--tpslimit" "12" "--tpslimit-burst" "12" "--dir-cache-time" "5000h" "--vfs-cache-mode" "full" "--vfs-cache-max-age" "150h" "--vfs-cache-max-size" "3000G" "--cache-dir" "/www/wwwroot/cache" "--transfers" "200" "--log-file" "/www/wwwroot/rclone.log" "--dropbox-batch-mode" "sync" "-vv"]
2022/02/01 01:46:14 DEBUG : Creating backend with remote "Dropbox:"
2022/02/01 01:46:14 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/02/01 01:46:14 DEBUG : Dropbox: detected overridden config - adding "{bBI1F}" suffix to name
2022/02/01 01:46:14 DEBUG : fs cache: renaming cache item "Dropbox:" to be canonical "Dropbox{bBI1F}:"
2022/02/01 01:46:14 DEBUG : vfs cache: root is "/www/wwwroot/cache"
2022/02/01 01:46:14 DEBUG : vfs cache: data root is "/www/wwwroot/cache/vfs/Dropbox{bBI1F}"
2022/02/01 01:46:14 DEBUG : vfs cache: metadata root is "/www/wwwroot/cache/vfsMeta/Dropbox{bBI1F}"
2022/02/01 01:46:14 DEBUG : Creating backend with remote "/www/wwwroot/cache/vfs/Dropbox{bBI1F}/"
2022/02/01 01:46:14 DEBUG : Creating backend with remote "/www/wwwroot/cache/vfsMeta/Dropbox{bBI1F}/"
2022/02/01 01:46:14 DEBUG : Dropbox root '': Mounting on "/www/wwwroot/videos/box"
2022/02/01 01:46:14 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2022/02/01 01:46:14 DEBUG : : Root: 
2022/02/01 01:46:14 DEBUG : : >Root: node=/, err=<nil>
2022/02/01 01:46:20 DEBUG : /: Attr: 
2022/02/01 01:46:20 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2022/02/01 01:46:20 DEBUG : : Statfs: 
2022/02/01 01:46:20 DEBUG : : >Statfs: stat={Blocks:805306368 Bfree:661568210 Bavail:661568210 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2022/02/01 01:46:20 DEBUG : : Statfs: 
2022/02/01 01:46:20 DEBUG : : >Statfs: stat={Blocks:805306368 Bfree:661568210 Bavail:661568210 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2022/02/01 01:46:24 DEBUG : Dropbox root '': Checking for changes on remote
2022/02/01 01:46:31 DEBUG : /: Attr: 
2022/02/01 01:46:31 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2022/02/01 01:46:31 DEBUG : : Statfs: 
2022/02/01 01:46:31 DEBUG : : >Statfs: stat={Blocks:805306368 Bfree:661568210 Bavail:661568210 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>
2022/02/01 01:46:31 DEBUG : : Statfs: 
2022/02/01 01:46:31 DEBUG : : >Statfs: stat={Blocks:805306368 Bfree:661568210 Bavail:661568210 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=<nil>

Please check this log file and let me know what is issue,
thanks for helping me a lot

you need to look into the debug logs file for
`changeNotify: relativePath="file.txt", type=1

Unfortunately i deleted log file.
in rclone config file --dropbox-batch-size and in mount cmd --transfers both entries should be same? im my case i want to try with 500 batch size and transfer.
Secondly after mount again i have 2 folders
cache/vfs/Dropbox{bBI1F}
cache/vfs/Dropbox
same as in vfsMeta folder, why cache have 2 dropbox folder one with some extra string? o this is normal?
Thanks

i do not use dropbox.
based on the docs, no need to set --dropbox-batch-size
take a few minutes to read the docs.

that is documented here

2022/02/01 15:52:42 DEBUG : Creating backend with remote "Dropbox:"
2022/02/01 15:52:42 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/02/01 15:52:42 DEBUG : Dropbox: detected overridden config - adding "{bBI1F}" suffix to name
2022/02/01 15:52:42 DEBUG : fs cache: renaming cache item "Dropbox:" to be canonical "Dropbox{bBI1F}:"
2022/02/01 15:52:42 DEBUG : vfs cache: root is "/www/wwwroot/cache"
2022/02/01 15:52:42 DEBUG : vfs cache: data root is "/www/wwwroot/cache/vfs/Dropbox{bBI1F}"
2022/02/01 15:52:42 DEBUG : vfs cache: metadata root is "/www/wwwroot/cache/vfsMeta/Dropbox{bBI1F}"
2022/02/01 15:52:42 DEBUG : Creating backend with remote "/www/wwwroot/cache/vfs/Dropbox{bBI1F}/"
2022/02/01 15:52:42 DEBUG : Creating backend with remote "/www/wwwroot/cache/vfsMeta/Dropbox{bBI1F}/"
2022/02/01 15:52:42 DEBUG : Dropbox root '': Mounting on "/www/wwwroot/videos/box"

detected overridden config - adding "{bBI1F}" suffix to name, is this normal? where is overhidden config file, so i can delete that if necessary.

yes. nothing to do, notthing to worry about.

there is no such file.
rclone, on the fly, will create a new temporary remote.
rclone does not create a new config file.

all of this is documented here
"If you supply extra configuration to a backend ... then rclone will add a suffix based on the hash of the config to the name of the remote"

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.