Next: , Previous: Coot Droppings, Up: Hints and Usage Tips


9.4 Clearing Backups

Coot will occasionally ask you to clear up the coot-backup directory. You can adjust the behaviour in a number of ways:

So, if you wanted to clear out everything more than 1 day old, every time, without Coot asking you about it:

     (define *clear-out-backup-run-n-days* 0)
     (define *clear-out-backup-old-days* 1)
     (define (clear-backups-maybe)
       (delete-coot-backup-files 'delete)
       (coot-real-exit 0))