mirror of
https://github.com/restic/restic.git
synced 2025-10-09 13:49:58 +00:00
archiver: ignore files removed in the meantime
This commit is contained in:
16
changelog/unreleased/issue-2165
Normal file
16
changelog/unreleased/issue-2165
Normal file
@@ -0,0 +1,16 @@
|
||||
Bugfix: Ignore disappeared backup source files
|
||||
|
||||
If during a backup files were removed between restic listing the directory
|
||||
content and backing up the file in question, the following error could occur:
|
||||
|
||||
```
|
||||
error: lstat /some/file/name: no such file or directory
|
||||
```
|
||||
|
||||
The backup command now ignores this particular error and silently skips the
|
||||
removed file.
|
||||
|
||||
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