diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-21 03:24:41 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-21 03:24:41 +0000 |
commit | b2e64a659da60e52e4393badf6565186bca12d01 (patch) | |
tree | b6b25fbc3a9656481ee26949ced5b7a45f5c068a /doc/pingd.conf.pod | |
parent | 5082f3c7fd852bae98e1c0e252ad19a9bfbb6d0c (diff) |
Die immeditatly if there is no Version information in metadataecholot-2.0.2
Make regular backups of metadata and rotate them properly
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 |