Search found 2 matches

by hcollin
24 Mar 2023, 12:17
Forum: Help
Topic: Trying to remove files older than x days
Replies: 2
Views: 1290

Re: Trying to remove files older than x days

Thanks @Plerry, your explanation is consistent with my own observations and I was about to implement such a script when I decided to double-check that there was not other built-in way.
I had doubt because of the description for the sync options:
sync_options.png
I thought that maybe the deletion ...
by hcollin
23 Mar 2023, 23:04
Forum: Help
Topic: Trying to remove files older than x days
Replies: 2
Views: 1290

Trying to remove files older than x days

I am synchronizing directories and files older than 90 days. The expectation is not only that I ignore files older than 90 days when I do the comparison but also that files older than 90 days are removed on the receiving side.
In the filter, I have a time span set to 90 days, yet, directories and ...