diff --git a/README.md b/README.md index 1a04927de215d18e5aef2fbfe87f41b0c383c372..7b01ac8a55bacb106a324715091e5e110a31db9e 100644 --- a/README.md +++ b/README.md @@ -121,12 +121,10 @@ options: created only if there was a change, unless you use "--dont-compare". --keep-domain Do not remove the domain name from the neighbor name --keep KEEP Number of topologies to keep. The oldest topologies above keep - max will be deleted. The minimum value for --keep is 1. + max will be deleted. NOTE: The default topologies will be always kept. --lowercase Change neighbour names to all lower case - --min-age MIN_AGE The minimum number of days before a topology is deleted - by "--keep". - NOTE: Topologies that are not older than 1 days are always kept. + --min-age MIN_AGE The minimum number of days before a topology is deleted by "--keep". --time-format TIME_FORMAT Format string to render the time. (default: %Y-%m-%dT%H:%M:%S.%m) --uppercase Change neighbour names to all upper case @@ -205,7 +203,6 @@ $ ~/local/bin/topology_data/create_topology_data.py -s Core01 --keep 10 will delete the oldest topologies until there only 10 topologies left. **Note**: the default topology will never be deleted. -**Note**: the minimal `--keep` is _1_ </details> <details><summary>I will not delete topologies from the last X days</summary> @@ -216,8 +213,6 @@ No problem. Just use the option `--min-age` togeher with `--keep`. I.e. $ ~/local/bin/topology_data/create_topology_data.py -s Core01 --keep 10 --min-age 30 ``` will only delete a topology if it older than 30 days. - -**Note**: the minimum value for `--min-age` is _1_ day. </details> <details><summary>Can the topology data creation be customized</summary>