How to get a confirmation of the correct copy to cloud

Hello,
I use rclone to backup my documents to Google Drive. Everything works perfectly but I have not found a way to have a final report of the correct transfer made.

I have found the -v argument that gives a feedback every 5% uploaded but I just would like to get a final feedback of the transfer made.

Is there a way?

Thanks for helping,
Dan

With the -v, don’t you get this at the end?

Transferred:       60.752G / 60.752 GBytes, 100%, 84.676 MBytes/s, ETA 0s
Errors:                 0
Checks:                16 / 16, 100%
Transferred:           16 / 16, 100%
Elapsed time:    12m14.6s

If you’re not satisfied with the output of -P or -v, you can also use rclone check to verify that the file(s) was/were uploaded correctly.

1 Like

Yes, with ‘-v’ I get a final summary but also a feedback every 5% uploaded.

I just would like the final summary.

Is there a way?

Thanks,
Dan

So just a summary at the end? You can ditch the -v and just use:

--stats-log-level NOTICE
1 Like

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