mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
361 B
Plaintext
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
|