2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-29 15:09:01 +00:00
restic/changelog/unreleased/issue-2569
2020-09-19 19:52:09 +08:00

9 lines
361 B
Plaintext

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