Support excluding files by size

This commit is contained in:
yoshiera
2020-09-03 09:18:58 +08:00
parent 4dcd6abf37
commit ac4b8c98ac
5 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Support excluding files by their size
The `backup` command now supports the `--exclude-larger-than` option to exclude files which are
larger than the specified maximum size. This can for example be useful to exclude unimportant
files with a large file size.
https://github.com/restic/restic/issues/2569
https://github.com/restic/restic/pull/2914