File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 210210 /*
211211 * The number of days for which backups must be kept.
212212 */
213- 'keep_all_backups_for_days ' => 7 ,
213+ 'keep_all_backups_for_days ' => 0 ,
214214
215215 /*
216216 * The number of days for which daily backups must be kept.
217217 */
218- 'keep_daily_backups_for_days ' => 16 ,
218+ 'keep_daily_backups_for_days ' => 0 ,
219219
220220 /*
221221 * The number of weeks for which one weekly backup must be kept.
222222 */
223- 'keep_weekly_backups_for_weeks ' => 8 ,
223+ 'keep_weekly_backups_for_weeks ' => 0 ,
224224
225225 /*
226226 * The number of months for which one monthly backup must be kept.
227227 */
228- 'keep_monthly_backups_for_months ' => 4 ,
228+ 'keep_monthly_backups_for_months ' => 0 ,
229229
230230 /*
231231 * The number of years for which one yearly backup must be kept.
232232 */
233- 'keep_yearly_backups_for_years ' => 2 ,
233+ 'keep_yearly_backups_for_years ' => 0 ,
234234
235235 /*
236236 * After cleaning up the backups remove the oldest backup until
237237 * this amount of megabytes has been reached.
238238 */
239- 'delete_oldest_backups_when_using_more_megabytes_than ' => 5000 ,
239+ 'delete_oldest_backups_when_using_more_megabytes_than ' => 0 ,
240240 ],
241241 ],
242242
You can’t perform that action at this time.
0 commit comments