2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-02 11:58:26 +00:00
greatroar a2d4209322 Don't recurse in local backend's List if not required
Due to the return if !isFile, the IsDir branch in List was never taken
and subdirectories were traversed recursively.

Also replaced isFile by an IsRegular check, which has been equivalent
since Go 1.12 (golang/go@a2a3dd00c9).
2020-11-07 08:54:13 +01:00
..
2018-03-03 15:49:44 +01:00
2017-07-23 14:19:13 +02:00
2018-03-03 15:49:44 +01:00
2017-07-23 14:19:13 +02:00
2017-07-23 14:19:13 +02:00
2020-09-05 10:07:16 +02:00
2018-04-01 10:16:31 +02:00
2018-04-01 10:16:31 +02:00