From 39f5101e7230dab71238b885b55ab0d9eecda7f1 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Sat, 28 Oct 2023 16:04:01 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a04927..7b01ac8 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> -- GitLab