diff options
Diffstat (limited to 'doc/pingd.conf.pod')
-rw-r--r-- | doc/pingd.conf.pod | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 79dca05..58ce14a 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -326,8 +326,22 @@ After which time to expire files in the thesaurus directory. Default: 'expire_thesaurus' => 21*24*60*60, # 2 weeks Example: 'expire_thesaurus' => 7*24*60*60, # 1 week -=back +=item B<metadata_backup> [seconds] + +How often to make backups of metadata and rotate them. If gzip is set, backups +are compressed. + + Default: 'metadata_backup' => 8*60*60, # 8 hours + Example: 'metadata_backup' => 24*60*60, # daily +=item B<metadata_backup_count> [integer] + +How many backups of metadata to keep. + + Default: 'metadata_backup_count' => 32, # keep the last 32 backups + Example: 'metadata_backup_count' => 4, # keep 4 rotations + +=back =head2 DIRECTORIES AND FILES @@ -406,6 +420,13 @@ is used. Default: 'gnupg' => '', Example: 'gnupg' => '/home/pinger/bin/myGnuPG', +=item B<gzip> + +Name of the gzip executable. If it is not in your PATH make sure to +include path information. + + Default: 'gnupg' => 'gzip', + =item B<mixhome> The directory which is used as temporal Mixmaster home for all keyring and |