What is the problem you are having with rclone?
clone using lsjson
with Dropbox appears to be stuck on Commiting uploads - please wait...
been though just listing
Run the command 'rclone version' and share the full output of the command.
rclone v1.59.0
- os/version: darwin 11.6.4 (64 bit)
- os/kernel: 20.6.0 (x86_64)
- os/type: darwin
- os/arch: amd64
- go/version: go1.18.3
- go/linking: dynamic
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
This is was automatically generated by my sync tool but then I copied it out to debug
rclone lsjson --filter '+ /.syncrclone/LOCK/*' --filter '- /.syncrclone/**' --hash --transfers 10 --checkers 10 --skip-links --dropbox-batch-mode off --filter '- .ipynb_checkpoints/**' --filter '- /.PyFiSync/**' --filter '- .DS_Store' --filter '- .git/' --filter '- Thumbs.db' --filter '- .localized' --filter '- .com.apple.backupd*' -R --no-mimetype --files-only dropbox:notebooks -vv >out 2>err
The rclone config contents with secrets removed.
[dropbox]
type = dropbox
token = {"access_token":"<REDACTED>","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
A log from the command with the -vv
flag
This is the STDERR log (with -vv
). Note that STDOUT is the full, complete (ends in ]
JSON)
2022/07/11 10:56:38 DEBUG : Setting --password-command "rclone-pass-store echo" from environment variable RCLONE_PASSWORD_COMMAND="rclone-pass-store echo"
2022/07/11 10:56:38 DEBUG : rclone: Version "v1.59.0" starting with parameters ["rclone" "lsjson" "--filter" "+ /.syncrclone/LOCK/*" "--filter" "- /.syncrclone/**" "--hash" "--transfers" "10" "--checkers" "10" "--skip-links" "--dropbox-batch-mode" "off" "--filter" "- .ipynb_checkpoints/**" "--filter" "- /.PyFiSync/**" "--filter" "- .DS_Store" "--filter" "- .git/" "--filter" "- Thumbs.db" "--filter" "- .localized" "--filter" "- .com.apple.backupd*" "-R" "--no-mimetype" "--files-only" "dropbox:notebooks" "-vv"]
2022/07/11 10:56:38 DEBUG : Creating backend with remote "dropbox:notebooks"
2022/07/11 10:56:38 DEBUG : Using config file from "/Users/<USER>/.config/rclone/rclone.conf"
2022/07/11 10:56:38 DEBUG : dropbox: detected overridden config - adding "{Uv5yC}" suffix to name
2022/07/11 10:56:38 DEBUG : fs cache: renaming cache item "dropbox:notebooks" to be canonical "dropbox{Uv5yC}:notebooks"
2022/07/11 10:56:39 DEBUG : .PyFiSync: Excluded
2022/07/11 10:56:39 DEBUG : .ipynb_checkpoints: Excluded
2022/07/11 10:56:39 DEBUG : .syncrclone/logs: Excluded
2022/07/11 10:56:39 DEBUG : .syncrclone/backups: Excluded
2022/07/11 10:56:39 DEBUG : .syncrclone/B-work_mac_fl.json.xz: Excluded
2022/07/11 10:56:39 DEBUG : .syncrclone/B-linode_fl.json.xz: Excluded
2022/07/11 10:56:39 DEBUG : .syncrclone/B-winokur.us_fl.json.xz: Excluded
2022/07/11 10:56:39 DEBUG : .syncrclone/B-work_mac2_fl.json.xz: Excluded
2022/07/11 10:56:39 DEBUG : .syncrclone/B-imac_fl.json.xz: Excluded
2022/07/11 10:56:40 DEBUG : 5 go routines active
2022/07/11 10:56:40 INFO : Dropbox root 'notebooks': Commiting uploads - please wait...
Additional
I also tested on Linux with 1.58.1 and it worked but failed on 1.59. I will downgrade rclone and try again on macOS