mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
|
Bugfix: Make --exclude-larger-than handle disappearing files
|
||
|
|
||
|
There was a small bug in the backup command's --exclude-larger-than
|
||
|
option where files that disappeared between scanning and actually
|
||
|
backing them up to the repository caused a panic. This is now fixed.
|
||
|
|
||
|
https://github.com/restic/restic/issues/2942
|