Hide notices about ignored files while syncing on Windows

Since the old topic got locked I opened a new one

I asked for a solution a while back using Linux and got the response I needed, But now i want to achieve the same thing using Windows

Here's an example of what i'm referring to (I want to hide all the notices about ignored files from the output): https://i.imgur.com/1Ut6cA3.png

Paging @asdffdsa. :joy:

He asked me to open a new topic so that what I did :slight_smile:

1 Like

hi,

set filter=/c:"2020/06/08 17:03:32" /c:"RCLONE_CONFIG_PASS"
findstr /V /L %filter% log.txt > output.txt

How I'm supposed to use it? Can you please elaborate

Is there any way to do it real time? similar to piping the output on linux?

rclone -v copy $REMOTE $REMOTE2 2>&1 | egrep -v "$LOGFILTER"

have a read at this first and then if you have a question, let me know.
https://ss64.com/nt/findstr.html

I'm trying to do that in real time

if you have WSL installed, you can run the exact same linux code.

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