This is about the cli version.
Is there an option that only files that are listed in a file are included? This way I could use commands like find that offer all kinds of filters so that only files I want to backup are selected.
Background: I want to exclude files based on their mtime and exclude based on name and size etc. Just using the output of the command find which offers infinite combinations would be the easiest thing for me. If this is not possible: Can I filter by mtime or size?
I didn’t find a solution in the help and this forum.
Thanks for this great software.