SauronEye
SauronEye copied to clipboard
what is wrong with my command
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
sorry, everything ok now, the problem was in the commas.....no commas between folders
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
What other parameters are you adding? Adding -a 2021-01-01
should only give you files that are modified after 1 Jan 2021.
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