/**
  * Retrieve the Delete Backups Older Than N Days from the configuration file.
  */
 public int GetDeleteBackupsOlderThanDays()
 {
     return((int)configHandler.GetDeleteBackupsOlderThanDays());
 }