restic/internal/backend/local
greatroar 910d917b71 backend: Move semaphores to a dedicated package
... called backend/sema. I resisted the temptation to call the main
type sema.Phore. Also, semaphores are now passed by value to skip a
level of indirection when using them.
2022-06-18 10:01:58 +02:00
..
config.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
local.go backend: Move semaphores to a dedicated package 2022-06-18 10:01:58 +02:00
local_internal_test.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
local_test.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
local_unix.go local: Ignore additional errors for directory syncing 2022-05-11 20:37:59 +02:00
local_windows.go Sync directory to get durable writes in local backend 2021-08-04 21:51:53 +02:00