diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -189,6 +189,10 @@ rule content only when a private pattern list is configured with - `(delete)` moves a file to the freedesktop.org Trash by default, not `unlink(2)` — recoverable, by hand or with `krino undo`. `(delete permanent)` is the explicit opt-out, and undo can never reverse it. +- Duplicates are found, never deleted. A rule can combine `(duplicate)` with + `move`, never with `delete`, and no other rule can delete a file krino has + found to be a duplicate. Move duplicates aside, for example to `~/.dupes/`, + and delete them later yourself or with a tool such as jdupes. - Every step of every run is appended to `$XDG_STATE_HOME/krino/krino.log` (default `~/.local/state/krino/krino.log`), tab-separated and `grep`-able. |
