Limit Comparison to previous 30 days

Get help for specific problems
Posts: 6
Joined: 18 Jun 2023

DLR99

I would like to limit the date range over which the comparison is done to the last x days because a) we only keep 30 days in the destination folder and b) it would decrease the amount of time for the comparison. Is that possible?
Posts: 6
Joined: 18 Jun 2023

DLR99

Thank you Plerry, I saw that, but I need this to be a rolling 30 day window -I always want to only look at the last 30 days. The link you sent shows only a specific set of dates - I would need to update that each day which would not work for us. Is there a way to make this always 30 days from the current day ?
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

You want to look in the filter settings
2023-07-05 09_51_41-C__Users_j.lewis_Documents_sync_OneDrive.ffs_batch.jpg
2023-07-05 09_51_41-C__Users_j.lewis_Documents_sync_OneDrive.ffs_batch.jpg (9.53 KiB) Viewed 3295 times
Posts: 6
Joined: 18 Jun 2023

DLR99

Thanks xCSxXenon - that seems like it would work, but if I understand it correctly, FFS would still do a comparison between ALL files in the Source and Destination folders before the filter is applied to the comparison results. That would potentially waste a lot of valuable time.
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

It shouldn't compare, but any type of filter still requires all files to be looked at to determine if they should be included. FFS can't skip files it doesn't know the timestamp of, and it can't know the timestamp without looking at it.
Posts: 6
Joined: 18 Jun 2023

DLR99

Thanks again xCSxXenon - that is a great point. I am currently running some more tests - this may be the best solution. Appreciate your help.