SauronEye icon indicating copy to clipboard operation
SauronEye copied to clipboard

what is wrong with my command

Open protrading104 opened this issue 3 years ago • 4 comments

SauronEye.exe -d \SHARE_FOLDER_1\E$, -d \SHARE_FOLDER_2\F$, -d \SHARE_FOLDER_3\D$, --keywords Import README --filetypes .txt

....and I don't get anything

I am sure that I have following files : \SHARE_FOLDER_1\Import.txt \SHARE_FOLDER_2\README.txt

please help , what is wrong

thanks

protrading104 avatar Nov 12 '21 01:11 protrading104

sorry, everything ok now, the problem was in the commas.....no commas between folders

protrading104 avatar Nov 12 '21 02:11 protrading104

One more thing . What is the correct syntax of this filter "files last modified after this date"? -a 2021-01-01 --afterdate=2021-01-01 --afterdate 2021-01-01

I tried these two options: -a 2021-01-01 --afterdate=2021-01-01

......but i still received the data until 2021.01.01

please help

protrading104 avatar Nov 13 '21 03:11 protrading104

What other parameters are you adding? Adding -a 2021-01-01 should only give you files that are modified after 1 Jan 2021.

vivami avatar Nov 13 '21 10:11 vivami

my command:

SauronEye.exe -d C:\ -d D:\ -d \\share_folders\temp --contents --keywords password --filetypes .txt .doc .xls --afterdate=2021-01-01 > result.txt

protrading104 avatar Nov 13 '21 16:11 protrading104