Clarify that expire must be run regularly when expire-auto is disabled.

This commit is contained in:
David Steele
2020-07-21 10:57:47 -04:00
parent d1ac2f7637
commit ed88293861
3 changed files with 16 additions and 3 deletions
+3 -2
View File
@@ -1202,8 +1202,9 @@ static ConfigDefineOptionData configDefineOptionData[] = CFGDEFDATA_OPTION_LIST
CFGDEFDATA_OPTION_HELP_SUMMARY("Automatically run the expire command after a successful backup.")
CFGDEFDATA_OPTION_HELP_DESCRIPTION
(
"The setting is enabled by default. Use caution when disabling this option; doing so will result in retaining all "
"backups and archives indefinitely which could cause your repository to run out of space."
"The setting is enabled by default. Use caution when disabling this option as doing so will result in retaining all "
"backups and archives indefinitely, which could cause your repository to run out of space. The expire command will "
"need to be run regularly to prevent this from happening."
)
CFGDEFDATA_OPTION_COMMAND_LIST