mirror of
https://github.com/restic/restic.git
synced 2025-08-12 18:47:42 +00:00
Support excluding files by size
This commit is contained in:
8
changelog/unreleased/issue-2569
Normal file
8
changelog/unreleased/issue-2569
Normal 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
|
Reference in New Issue
Block a user