Filter: Include/exclude files by creation date

Discuss new features and functions
Posts: 1
Joined: 23 Jan 2019

cinciopillo

It should be very useful to be able to select files to sync by creation date.
Excample:
Flag: {Include/exclude }
Files created between: {from date} - {to date}

In this way we are able to create mirror sync with month/year folders.
Examples:
mirror all files created in 2019 from SourceFolder to "2019files" folder.
mirror all files created in Jan 2019 from SourceFolder to "2019-01" folder.

Thank you
Posts: 4
Joined: 26 Jun 2018

punctum

Yes exactly this is what I need too.
Posts: 61
Joined: 22 Apr 2018

markusoft

I NEED filters (macros) to work in FILE FILTERS
*%year%*%month%* etc...
User avatar
Posts: 3600
Joined: 11 Jun 2019

xCSxXenon

Markusoft, you are talking about a form of wildcard. The problem is, the wildcard needs to get it's info from somewhere. To do what you are wanting would require, essentially, an environmental variable that can be passed through the filter so the dates can be parsed from each file.