Files
restic/internal/archiver
Michael Eischer a8ce2e45cc backup: do not crash if nodeFromFileInfo fails
this could crash in two cases:
- if a directory is deleted between restic stating it and trying to list
  its directory content.
- when restic tries to list the parent directory of a backup target, but
  the parent directory has been deleted.

return an error in this case instead.
2025-09-05 19:28:18 +02:00
..
2024-08-31 17:52:45 +02:00
2024-11-30 16:19:16 +01:00
2024-08-31 17:52:45 +02:00