synchronization of new files only with filemask
Hi,
Situation:
The remote location has following structure:
root\export_<date>\subfolders
Every hour thousands of files are added to the subfolders. The server keeps all files for about 8 days... resulting in over 500k files.
Now i have a synchronization job running to download these files (to process them lateron). Due to the high number of files, the synchronization process is too slow to be comfortable. So i've tried to change the filemask to filter as such that i get only files that are newer than 3 days
The filemask looks like this:
synchronize local -filemask="A*.gz>3D" D:\DROPZONE\
This doesnt seem to work. The synchronization process still reads all folders and files available on the server...
Am i doing something wrong?
Thanks,
Guy
Situation:
The remote location has following structure:
root\export_<date>\subfolders
Every hour thousands of files are added to the subfolders. The server keeps all files for about 8 days... resulting in over 500k files.
Now i have a synchronization job running to download these files (to process them lateron). Due to the high number of files, the synchronization process is too slow to be comfortable. So i've tried to change the filemask to filter as such that i get only files that are newer than 3 days
The filemask looks like this:
synchronize local -filemask="A*.gz>3D" D:\DROPZONE\
This doesnt seem to work. The synchronization process still reads all folders and files available on the server...
Am i doing something wrong?
Thanks,
Guy