2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-17 00:02:49 +00:00
restic/internal/backend/local
greatroar 8e213e82fc backend/local: replace fs.Walk with custom walker
This code is more strict in what it expects to find in the backend:
depending on the layout, either a directory full of files or a directory
full of such directories.
2020-11-19 16:46:42 +01:00
..
config.go Run goimports 2017-07-23 14:21:03 +02:00
doc.go
layout_test.go Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
local_test.go Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
local_unix.go local: mark repository files as read-only 2020-10-07 12:29:37 +02:00
local_windows.go local: mark repository files as read-only 2020-10-07 12:29:37 +02:00
local.go backend/local: replace fs.Walk with custom walker 2020-11-19 16:46:42 +01:00