1 # Example diskspace configuration file. If you have all options
2 # commented out or set to None, the diskspace program does nothing.
4 # To configure the diskspace cleanup, uncomment the options below
5 # and configure the values to fit your needs.
7 # This cleanup only applies to registered dynamic files, like e.g.
10 # Files older than this amount of seconds will be deleted. In this
11 # case all files older than 30 days will be deleted.
12 #max_file_age = 2592000
14 # When free space in bytes falls below this value, the diskspace
15 # cleanup process is started. In this case 5 GB.
16 #min_free_bytes = 5368709120
18 # Files newer than this amount of seconds will never be deleted
19 # automatically by the diskspace cleanup.