Rename changelog

This commit is contained in:
Alexander Neumann
2023-04-24 21:02:21 +02:00
parent efe070c66d
commit a98ed25c7b
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Bugfix: Ignore unexpected files in the data/ folder
If the data folder of a repository contained files, this would prevent restic
from retrieving a list of file data files. This has been fixed. As a workaround
remove the files that are directly contained in the data folder (e.g.,
`.DS_Store` files).
https://github.com/restic/rest-server/issues/219
https://github.com/restic/rest-server/pull/221