2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-24 11:34:53 +00:00
restic/internal/repository
Michael Eischer 40ac678252 backend: remove Test method
The Test method was only used in exactly one place, namely when trying
to create a new repository it was used to check whether a config file
already exists.

Use a combination of Stat() and IsNotExist() instead.
2022-12-03 11:28:10 +01:00
..
testdata internal/repository: Fix LoadBlob + fuzz test 2022-06-06 17:02:28 +02:00
doc.go gofmt all files 2022-08-19 19:12:26 +02:00
fuzz_test.go remove no longer necessary conditional compiles 2022-11-27 13:18:44 +01:00
key.go identify keys by ID and not name 2022-10-15 16:07:43 +02:00
packer_manager_test.go add option for setting min pack size 2022-08-05 23:47:12 +02:00
packer_manager.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
packer_uploader.go repository: Rework blob saving to use an async pack uploader 2022-07-02 22:42:34 +02:00
repack_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
repack.go prune: Use a single CountedBlobSet to track blobs 2022-10-22 18:45:12 +02:00
repository_internal_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
repository_test.go Merge pull request #3992 from MichaelEischer/err-on-invalid-compression 2022-11-04 19:41:34 +01:00
repository.go backend: remove Test method 2022-12-03 11:28:10 +01:00
testing.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00