Get an echo of only total number of file copied/synced?

I’d like my rclone jobs to have no output except the total number of files copied (or as the case may be synced). Is this possible, please? If so, how? Thanks.

What you want to do is raise the priority of the stats logging with --stats-log-level NOTICE. This will print the stats once per minute and at the end. If you don’t want them once per minute, set --stats 1h or set it very large to have it only show at the end.

2 Likes

Right. Good. Thanks.