2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-09 09:29:51 +00:00
restic/internal/backend
greatroar f92ecf13c9 all: Move away from pkg/errors, easy cases
github.com/pkg/errors is no longer getting updates, because Go 1.13
went with the more flexible errors.{As,Is} function. Use those instead:
errors from pkg/errors already support the Unwrap interface used by 1.13
error handling. Also:

* check for io.EOF with a straight ==. That value should not be wrapped,
  and the chunker (whose error is checked in the cases changed) does not
  wrap it.
* Give custom Error methods pointer receivers, so there's no ambiguity
  when type-switching since the value type will no longer implement error.
* Make restic.ErrAlreadyLocked private, and rename it to
  alreadyLockedError to match the stdlib convention that error type
  names end in Error.
* Same with rest.ErrIsNotExist => rest.notExistError.
* Make s3.Backend.IsAccessDenied a private function.
2022-06-14 08:36:38 +02:00
..
azure upgrade_repo_v2: Use atomic replace for supported backends 2022-05-09 22:31:30 +02:00
b2 upgrade_repo_v2: Use atomic replace for supported backends 2022-05-09 22:31:30 +02:00
dryrun upgrade_repo_v2: Use atomic replace for supported backends 2022-05-09 22:31:30 +02:00
gs upgrade_repo_v2: Use atomic replace for supported backends 2022-05-09 22:31:30 +02:00
local Merge pull request #3704 from MichaelEischer/compression-migrations 2022-05-29 15:52:21 +02:00
location
mem all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
rclone all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
rest all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
s3 all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
sftp all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
swift all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
test all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
testdata
backend_error.go
backend_retry_test.go
backend_retry.go
doc.go
foreground_sysv.go
foreground_test.go
foreground_unix.go
foreground_windows.go
foreground.go
http_transport.go
layout_default.go
layout_rest.go
layout_s3legacy.go
layout_test.go
layout.go all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
paths.go Use config file modes to derive new dir/file modes 2022-04-30 15:59:51 +02:00
semaphore.go
shell_split_test.go
shell_split.go
utils_test.go
utils.go Fix O(n) backend list calls in FindFilteredSnapshots 2022-04-09 12:26:31 +02:00