public class DeleteBackupPolicy extends Object implements BackupPolicy
By default, a file is kept for a 30 day period. After 30 days, the file is deleted; Unless if there are less than 10 backup files available.
These properties can be configured either by modifying the logging configuration file or by use of a system property override, as specified by:
 -Dcom.gigaspaces.logger.DeleteBackupPolicy.[property-name]=[property-value]
  For example:  -Dcom.gigaspaces.logger.DeleteBackupPolicy.period=60
  Note: The RollingFileHandler is by default configured to use the NullBackupPolicy.
| Constructor and Description | 
|---|
| DeleteBackupPolicy()Constructs a delete-backup policy specifying the period (in days) to keep a file
 before deletion, and the number of files to keep as backup. | 
public DeleteBackupPolicy()
public void track(File file)
BackupPolicytrack in interface BackupPolicyfile - A newly created file.Copyright © GigaSpaces.