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
Filter: Include/exclude files by creation date
- Posts: 1
- Joined: 23 Jan 2019
- Posts: 4
- Joined: 26 Jun 2018
Yes exactly this is what I need too.
- Site Admin
- Posts: 7212
- Joined: 9 Dec 2007
Manually, this is possible:
https://freefilesync.org/manual.php?topic=tips-and-tricks#select-time-span
https://freefilesync.org/manual.php?topic=tips-and-tricks#select-time-span
- Posts: 62
- Joined: 22 Apr 2018
I NEED filters (macros) to work in FILE FILTERS
*%year%*%month%* etc...
*%year%*%month%* etc...
- Posts: 4055
- Joined: 11 Jun 2019
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.