mirror of
https://github.com/restic/restic.git
synced 2026-08-12 00:23:18 +00:00
10 lines
392 B
Plaintext
10 lines
392 B
Plaintext
Bugfix: Fix excludes of duplicate directory entries during `backup`
|
|
|
|
Since restic 0.19.0, creating a backup of a directory containing
|
|
duplicate directory entries always resulted in "Warning: at least
|
|
one source file could not be read" even if the files in question
|
|
were excluded. This has been fixed.
|
|
|
|
https://github.com/restic/restic/issues/21899
|
|
https://github.com/restic/restic/pull/21900
|