mirror of
https://github.com/restic/restic.git
synced 2025-12-12 22:41:54 +00:00
Prepare changelog for 0.18.0
This commit is contained in:
13
changelog/0.18.0_2025-03-27/issue-2165
Normal file
13
changelog/0.18.0_2025-03-27/issue-2165
Normal file
@@ -0,0 +1,13 @@
|
||||
Bugfix: Ignore disappeared backup source files
|
||||
|
||||
The `backup` command now quietly skips files that are removed between directory
|
||||
listing and backup, instead of printing errors like:
|
||||
|
||||
```
|
||||
error: lstat /some/file/name: no such file or directory
|
||||
```
|
||||
|
||||
https://github.com/restic/restic/issues/2165
|
||||
https://github.com/restic/restic/issues/3098
|
||||
https://github.com/restic/restic/pull/5143
|
||||
https://github.com/restic/restic/pull/5145
|
||||
Reference in New Issue
Block a user