diff options
author | Rob Austein <sra@hactrn.net> | 2011-10-21 18:24:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-10-21 18:24:41 +0000 |
commit | 366eaadc6735affe11a870cc85aa6c6b9e3ff4f9 (patch) | |
tree | 8254361d71dfe4d3ab44877ebfd901f842d878fd /rcynic/README | |
parent | 6fabbc84b70ae45b3bbf204f509be4010f0a85fb (diff) |
Major cleanup of internal databases:
rc->rsync_cache and rc->dead_host_cache have merged, acquired
timestamps, and been renamed rc->rsync_history. Revised code is
simpler, even. This is most of #110, but addition of connection data
to XML output still needs to be done.
rc->backup_cache is gone, as the information it held was a subset of
what we were already keeping in rc->validation_status. This was most
of the groundwork for #109, but code still needs tweaking to perform
this sort of check for objects other than certificates.
svn path=/trunk/; revision=4058
Diffstat (limited to 'rcynic/README')
-rw-r--r-- | rcynic/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rcynic/README b/rcynic/README index 2506d64c..701c93a6 100644 --- a/rcynic/README +++ b/rcynic/README @@ -329,6 +329,11 @@ prune Clean up old files corresponding to URIs that old files will remain in the local mirror indefinitely unless you enable this option. + Note: Pruning only happens when run-rsync is + true. When the run-rsync option is false, + pruning is not done regardless of the setting + of the prune option option. + Values: true or false. Default: true |