STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I have a couple raspberry pi's attempting to upload some data to dropbox but they recently have been having trouble uploading to dropbox and seem to stop at "Committing uploads - please wait...".
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.2
- os/version: raspbian 11.8 (64 bit)
- os/kernel: 6.1.21-v8+ (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.21.3
- go/linking: static
- go/tags: none
Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->
Which cloud storage system are you using? (eg Google Drive)
Dropbox
rclone copy -vv /home/pi/Desktop/google_drive dropbox:${dropboxPath}/${dataFolder} --check-first --log-file=/home/pi/Desktop/rclone_log_files/${rfilename}.txt
rclone check -vv /home/pi/Desktop/google_drive dropbox:${dropboxPath}/${dataFolder} --differ /home/pi/Desktop/rclone_log_files/nonmatch.txt --log-file=/home/pi/Desktop/rclone_log_files/${rfilename}.txt
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[dropbox]
type = dropbox
token = XXX
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
2023/10/24 23:17:27 DEBUG : rclone: Version "v1.64.2" starting with parameters ["rclone" "copy" "-vv" "/home/pi/Desktop/google_drive" "dropbox:FieldData/test3" "--check-first" "--log-file>2023/10/24 23:17:27 DEBUG : Creating backend with remote "/home/pi/Desktop/google_drive"
2023/10/24 23:17:27 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/10/24 23:17:27 DEBUG : Creating backend with remote "dropbox:FieldData/test3"
2023/10/24 23:17:28 INFO : Dropbox root 'FieldData/test3': Running all checks before starting transfers
2023/10/24 23:17:28 DEBUG : temp_data/temp_10-22-2023_22:19:18.txt: Size and modification time the same (differ by -426.385061ms, within tolerance 1s)
2023/10/24 23:17:28 DEBUG : temp_data/temp_10-22-2023_22:19:18.txt: Unchanged skipping
2023/10/24 23:17:28 DEBUG : Dropbox root 'FieldData/test3': Waiting for checks to finish
2023/10/24 23:17:28 DEBUG : pni_data/pni_rm3100_10-22-2023_22:19:18.txt: Size and modification time the same (differ by -330.553566ms, within tolerance 1s)
2023/10/24 23:17:28 DEBUG : pni_data/pni_rm3100_10-22-2023_22:19:18.txt: Unchanged skipping
2023/10/24 23:17:28 INFO : Dropbox root 'FieldData/test3': Checks finished, now starting transfers
2023/10/24 23:17:28 DEBUG : Dropbox root 'FieldData/test3': Waiting for transfers to finish
2023/10/24 23:17:28 INFO : There was nothing to transfer
2023/10/24 23:17:28 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 2 / 2, 100%
Elapsed time: 1.2s
2023/10/24 23:17:28 DEBUG : 7 go routines active
2023/10/24 23:17:28 INFO : Dropbox root 'FieldData/test3': Committing uploads - please wait...
2023/10/24 23:17:28 DEBUG : rclone: Version "v1.64.2" starting with parameters ["rclone" "check" "-vv" "/home/pi/Desktop/google_drive" "dropbox:FieldData/test3" "--differ" "/home/pi/Deskt>2023/10/24 23:17:28 DEBUG : Creating backend with remote "/home/pi/Desktop/google_drive"
2023/10/24 23:17:28 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/10/24 23:17:28 DEBUG : Creating backend with remote "dropbox:FieldData/test3"
2023/10/24 23:17:29 INFO : Using dropbox for hash comparisons
2023/10/24 23:17:29 DEBUG : Dropbox root 'FieldData/test3': Waiting for checks to finish
2023/10/24 23:17:29 DEBUG : temp_data/temp_10-22-2023_22:19:18.txt: dropbox = 9a540e118cb15bf6d52469b2a2e631566a736b3146b7d5c7a246ec9fc0f700ab OK
2023/10/24 23:17:29 DEBUG : temp_data/temp_10-22-2023_22:19:18.txt: OK
2023/10/24 23:17:30 DEBUG : pni_data/pni_rm3100_10-22-2023_22:19:18.txt: dropbox = 75433d687caad2cc0718d8461a46fc5ac7f9e0c60ce7165fc974999f8d7c46e2 OK
2023/10/24 23:17:30 DEBUG : pni_data/pni_rm3100_10-22-2023_22:19:18.txt: OK
2023/10/24 23:17:30 NOTICE: Dropbox root 'FieldData/test3': 0 differences found
2023/10/24 23:17:30 NOTICE: Dropbox root 'FieldData/test3': 2 matching files
2023/10/24 23:17:30 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 2 / 2, 100%
Elapsed time: 1.2s
2023/10/24 23:17:30 DEBUG : 8 go routines active
2023/10/24 23:17:30 INFO : Dropbox root 'FieldData/test3': Committing uploads - please wait...