From bae89325496de9550e66f37f68a988dc9c4ce37a Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 15 Apr 2022 15:55:32 +0200 Subject: [PATCH] Add readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a59882 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# file-reap + +Delete dated files in a directory according to a time period config. +Useful for backup directories that accumulate files over time.