Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
chomupashchuk committed Jun 9, 2021
1 parent 864eb76 commit 07e2db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ data:
- `except_files` is list of files that are not allowed to be deleted. Note: file names and extensions must match exactly, they are case sensitive. It is an optional attribute.
- `scan_subfolders` Indicates if subfolders to be scanned (default is `false`). It is an optional attribute.
- `remove_subfolders` Indicates if empty subfolders to be deleted (default is `false`). It is an optional attribute.
- `size` Indicates maximum folder size to be kept in Megabytes (value 0 disables this functionality). After checking last modification time additional check is made towards folder size. If it exceeds the specified value, then files are deleted even if specified time has not been exceeded. Files are deleted starting from the oldest file until the condition is met. It is an optional attribute.

#### Example 1
Delete files older than a week in folder `/config/image_snapshot/`:
Expand Down

0 comments on commit 07e2db1

Please sign in to comment.