2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-15 15:22:22 +00:00
restic/checker
Alexander Neumann 8b7bf8691d backend: Remove Get()
This is the first commit that removes the (redundant) Get() method of
the backend interface. Get(x, y) is equivalent to GetReader(x, y, 0, 0).
2016-01-23 13:13:05 +01:00
..
testdata checker: test for packs in multiple indexes 2015-10-25 16:00:06 +01:00
checker_test.go backend: Remove Get() 2016-01-23 13:13:05 +01:00
checker.go backend: Remove Get() 2016-01-23 13:13:05 +01:00
repacker_test.go Finalize repacker 2015-11-02 19:28:30 +01:00
repacker.go Allow saving duplicate blobs in the repacker 2016-01-17 21:14:55 +01:00