Re: Filemask is not behaving as expected
I am using the latest version.
It's still not working how I expected, but thank to your hint the script does what I want. We the following command I got the job done.
With this filemask I get all the files (no directories) which are older than 5 minutes. That's exactly waht I wanted. I thought it should be <300S, but that was wrong.
Thanks again for your support!
Best
Also something like *.zip<1H (files older than 1 hour) might be more appropriate for your task.
It's still not working how I expected, but thank to your hint the script does what I want. We the following command I got the job done.
get -preservetime -filemask="|*/; *.?*>300S" *
With this filemask I get all the files (no directories) which are older than 5 minutes. That's exactly waht I wanted. I thought it should be <300S, but that was wrong.
Thanks again for your support!
Best