2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-22 18:45:09 +00:00
restic/internal/backend
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
..
azure
b2
gs
local Don't recurse in local backend's List if not required 2020-11-07 08:54:13 +01:00
location
mem
rclone rest: use global context on repository creation 2020-10-09 22:39:06 +02:00
rest rest: use global context on repository creation 2020-10-09 22:39:06 +02:00
s3 Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
sftp Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
swift
test
testdata
backend_error.go
backend_retry_test.go Upgrade github.com/cenkalti/backoff module 2020-10-07 22:04:59 +02:00
backend_retry.go Upgrade github.com/cenkalti/backoff module 2020-10-07 22:04:59 +02:00
doc.go
foreground_solaris.go Sanitize environment before starting backend processes (rclone, ssh) 2020-11-02 16:41:23 +01:00
foreground_test.go Sanitize environment before starting backend processes (rclone, ssh) 2020-11-02 16:41:23 +01:00
foreground_unix.go Sanitize environment before starting backend processes (rclone, ssh) 2020-11-02 16:41:23 +01:00
foreground_windows.go Sanitize environment before starting backend processes (rclone, ssh) 2020-11-02 16:41:23 +01:00
foreground.go Sanitize environment before starting backend processes (rclone, ssh) 2020-11-02 16:41:23 +01:00
http_transport.go
layout_default.go
layout_rest.go
layout_s3legacy.go
layout_test.go Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
layout.go Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
paths.go
semaphore.go
shell_split_test.go
shell_split.go
utils_test.go
utils.go