File Transfer TEST?

File transfer test?
How to check if everything went well???

rclone check --exclude={.bak,.??$,.~,.chk,.fts,.gid,.old,.tmp,~.,.??~,.swp,.lnk,*.part,.htaccess,thumbs.db,Thumbs.db,.ds_store,.DS_Store,._.Trashes} --skip-links --one-way --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --log-level=INFO --log-file NAMELOG.log "SOURCE" "DESTINATION"

I USE THIS, I DO WELL.
Thank you, Greetings to all of you

hello,

not sure what you question is?

that's right, I'm not sure

not sure what you need help with?

you want to know if a rclone sync/copy/move completed without errors?

I don't see any errors in the log file. I only see checksums

when rclone does a file operation, it will try to compare checksums between source and dest.

if the log shows that rclone doing checksums and no errors, what more do you need?

you can use this as well
https://rclone.org/docs/#exit-code

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