How to log modified files but not the final summary?

What is the problem you are having with rclone?

I use rclone as a Windows Scheduled Task and would like to get as the output the changed files, but not the summary when the command ends.

When I do not use any switch I do not get anything, when I use -v I get the files and the summary.

Run the command 'rclone version' and share the full output of the command.

rclone v1.59.2
- os/version: Microsoft Windows 10 Enterprise 21H2 (64 bit)
- os/kernel: 10.0.19044.2006 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.18.6
- go/linking: static
- go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

SFTP

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync D:/Data/ srv-backup:/data/externalFilesToBackup/LTP/Data --exclude=/**/node_modules/**

hi,
try --stats=0

1 Like

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