Update README.md
This commit is contained in:
parent
194414873a
commit
6e99c6f43b
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Tool to cleanup backup directory with daily, weekly and monthly backups.
|
Tool to cleanup backup directory with daily, weekly and monthly backups.
|
||||||
|
|
||||||
```
|
```text
|
||||||
usage: clean-backups.py [-h] [-d N] [-w N] [-m N] [-f] PATH
|
usage: clean-backups.py [-h] [-d N] [-w N] [-m N] [-f] PATH
|
||||||
|
|
||||||
Cleanup old backups
|
Cleanup old backups
|
||||||
|
@ -16,4 +16,4 @@ optional arguments:
|
||||||
-w N, --weekly N keep N weekly backups, default: 4
|
-w N, --weekly N keep N weekly backups, default: 4
|
||||||
-m N, --monthly N keep N monthly backups, default: 3
|
-m N, --monthly N keep N monthly backups, default: 3
|
||||||
-f, --force suppress remove confirmation
|
-f, --force suppress remove confirmation
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue