Closed anik1ng closed 3 years ago
And some question — i want store 1 every day copy for last 30 days, 12 month copies for every month, and unlimited years copies for every year.
<option name="cleanup.daysToKeepAll" value="0"/>
<option name="cleanup.daysToKeepDaily" value="30"/>
<option name="cleanup.weeksToKeepWeekly" value="0"/>
<option name="cleanup.monthToKeepMonthly" value="12"/>
<option name="cleanup.yearsToKeepYearly" value="50"/>
This is right config? :)
The remote cleanup works independently from your local files. Your first example should work though.
There is no option for unlimited years, but I think you are getting close by choosing 50 ;)
Look my sample config:
I want to store 2 copies locally, and use stepwise all remotely. It's possible?