mirror of
https://github.com/restic/restic.git
synced 2026-05-12 05:25:23 +00:00
a8ce2e45cc
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.