~nawaman/gnomeeasybackup/automatically-delete-old-log-files

« back to all changes in this revision

Viewing changes to gnomeeasybackup/confs/weekly.ini

  • Committer: NawaMan
  • Date: 2008-12-31 11:49:50 UTC
  • Revision ID: nawaman@nawavaio-20081231114950-wdrlljv7f1i60u5y
- Add an ability to remove old log files after a certain amount of time.
- Modify the code about removing old backup to be more readable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
;*   7 seconds. In  this  context,  a month means 30 days, a year is 365 days, and a day is always
42
42
;*   86400 seconds.
43
43
;**************************************************************************************************
44
 
RemoveOlderThan = 6M;
 
44
RemoveBackupOlderThan = 6M;
 
45
 
 
46
;**************************************************************************************************
 
47
;* Time (in days) before log files to be deleted.
 
48
;*************************************************************************************************/
 
49
RemoveLogOlderThan[] = 360;
45
50
 
46
51
 
47
52
; Advance setting ----------------------------------------------------------------------------------------------------