We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c93609 commit f5ad51aCopy full SHA for f5ad51a
README.md
@@ -11,7 +11,7 @@ A typical example would be backup archiving based on custom policies such as "ke
11
- Apply hourly, daily, weekly, monthly and yearly policies
12
- Customize prune action to do something else instead of deleting (e.g. move them to cloud)
13
- Customize file finder logic (e.g. support different storage interfaces such as S3)
14
-- Grouping files (e.g. to delete parent directory instead of a single file)
+- Grouping files (e.g. prune multiple files together instead of a single file)
15
- Dry runnable
16
- Logger aware
17
- No dependencies
@@ -171,4 +171,4 @@ Please be descriptive in your posts.
171
172
# ToDo
173
174
-- [ ] Add keep-within-*** policy support
+- [ ] Add keep-within-*** policy support
0 commit comments