Filemask to sync on folders named by date (mmdd)
first of all, thanks for this wonderful client.
I'm trying to apply a filemask to sync a webdav site to local folders based on the names of the folders. Each folder is named with date in
mmdd
format (for ex, today's folder is 0224
).
The complete structure of one of the path is this:
TME_12345678911_12345678911/yyyy/mmdd
The part until the first backlash never changes and there are many of them, then there are subfolders for years in
yyyy
format and for days in mmdd
format.
This is the structure of one of the paths I have to deal with:
Root:
/remote.php/webdav
Folder:
TME_12345678911_12345678911/
Subfolders for year:
2017
, 2018
, 2019
, 2020
, 2021
Subfolders for day: all days per each year until today
My goal is to apply a filemask to search for any new file but only subfolders for the last 5 days based on current date.
Ex. Current date = 2021/02/24
Folder:
TME_12345678911_12345678911/
(and all the other n folders)
Year:
2021
Day:
0224
, 0223
, 0222
, 0221
, 0220
Is there a way to do it?
Thanks in advance,
Andrea