From b2e64a659da60e52e4393badf6565186bca12d01 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 21 Sep 2002 03:24:41 +0000 Subject: Die immeditatly if there is no Version information in metadata Make regular backups of metadata and rotate them properly --- doc/pingd.conf.pod | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'doc/pingd.conf.pod') 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 [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 [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 + +Name of the gzip executable. If it is not in your PATH make sure to +include path information. + + Default: 'gnupg' => 'gzip', + =item B The directory which is used as temporal Mixmaster home for all keyring and -- cgit v1.2.3