Fix description for backup management

Currently, there are some description of remove older
backup with using '--remove-older-then' which is not
exist, should use '--remove-older-than' instead.

Change-Id: I172e60151549d4478f951c439e5cf248bee038ca
This commit is contained in:
Pengju Jiao 2017-03-28 09:56:19 +08:00
parent 5e965ac052
commit 7c0f55fb80
4 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ FAQ
Yes. Zeroed/null data is not backed up. So less space and bandwidth will be used.
11) **Does freezer remove automatically backup after some time?**
Yes. From command line the option --remove-older-then (days) can be used to
Yes. From command line the option --remove-older-than (days) can be used to
remove objects older then (days).
12) **Does freezer support MySQL Backup?**

View File

@ -516,7 +516,7 @@ List remote objects in container::
Remove backups older then 1 day::
$ freezer-agent --action admin --container freezer_dev-test --remove-older-then 1 --backup-name dev-test-01
$ freezer-agent --action admin --container freezer_dev-test --remove-older-than 1 --backup-name dev-test-01
Cinder restore currently creates a volume with the contents of the saved one,
@ -1118,7 +1118,7 @@ optional arguments:
--restart-always-level RESTART_ALWAYS_LEVEL
Restart the backup from level 0 after n days. Valid
only if --always-level option if set. If --always-
level is used together with --remove-older-then, there
level is used together with --remove-older-than, there
might be the chance where the initial level 0 will be
removed. Default False (Disabled)
--restore-abs-path RESTORE_ABS_PATH

View File

@ -816,7 +816,7 @@ Optional Arguments
--restart-always-level RESTART_ALWAYS_LEVEL
Restart the backup from level 0 after n days. Valid
only if --always-level option if set. If --always-
level is used together with --remove-older-then, there
level is used together with --remove-older-than, there
might be the chance where the initial level 0 will be
removed. Default False (Disabled)
--restore-abs-path RESTORE_ABS_PATH

View File

@ -86,7 +86,7 @@ remove_from_date = False
# Restart the backup from level 0 after n days. Valid
# only if --always-level option if set. If --always-
# level is used together with --remove-older-then, there
# level is used together with --remove-older-than, there
# might be the chance where the initial level 0 will be removed
restart_always_level = False