2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-28 01:28:31 +00:00
greatroar c4e2203e45 Check error in archiver before calling Select
The archiver first called the Select function for a path before checking
whether the Lstat on that path actually worked. The RejectFuncs in
exclude.go worked around this by checking whether they received a nil
os.FileInfo. Checking first is more obvious and requires less code.
2020-10-05 11:11:04 +02:00
..
2018-04-30 15:13:28 +02:00
2018-05-12 23:55:54 +02:00
2020-02-26 11:05:38 +01:00