1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 13:53:03 +00:00
restic/internal/repository
Michael Eischer 67e2ba0d40 repository: Lock requires *repository.Repository
This allows the Lock function to access the backend, even once the
Backend method is removed from the interface.
2024-05-18 21:38:31 +02:00
..
testdata
doc.go gofmt all files 2022-08-19 19:12:26 +02:00
fuzz_test.go
key.go repository: move backend.LoadAll to repository.LoadRaw 2024-05-18 21:26:00 +02:00
lock.go repository: Lock requires *repository.Repository 2024-05-18 21:38:31 +02:00
lock_test.go repository: convert test helper to return *repository.Repository 2024-05-18 21:38:31 +02:00
packer_manager.go
packer_manager_test.go
packer_uploader.go
prune.go replace "too small" with "too short" in error messages 2024-05-18 19:59:26 +02:00
prune_test.go repository: convert test helper to return *repository.Repository 2024-05-18 21:38:31 +02:00
raw.go repository: make reloading broken files explicit 2024-05-18 21:28:54 +02:00
raw_test.go repository: rework and extend LoadRaw tests 2024-05-18 21:28:54 +02:00
repack.go Merge pull request #4605 from MichaelEischer/better-restorer-error-handling 2024-05-01 16:37:41 +02:00
repack_test.go replace usages of backend.Remove() with repository.RemoveUnpacked() 2024-05-18 21:38:31 +02:00
repair_index.go
repair_index_test.go repository: convert test helper to return *repository.Repository 2024-05-18 21:38:31 +02:00
repair_pack.go repository: remove redundant blob loading fallback from RepairPacks 2024-05-18 21:28:54 +02:00
repair_pack_test.go repository: convert test helper to return *repository.Repository 2024-05-18 21:38:31 +02:00
repository.go replace usages of backend.Remove() with repository.RemoveUnpacked() 2024-05-18 21:38:31 +02:00
repository_internal_test.go repository: convert test helper to return *repository.Repository 2024-05-18 21:38:31 +02:00
repository_test.go repository: convert test helper to return *repository.Repository 2024-05-18 21:38:31 +02:00
s3_backend.go migrations: add temporary hack for s3_layout 2024-05-18 21:38:31 +02:00
testing.go repository: convert test helper to return *repository.Repository 2024-05-18 21:38:31 +02:00
upgrade_repo.go migrations: move logic of upgrade_repo_v2 to repository package 2024-05-18 21:38:31 +02:00
upgrade_repo_test.go repository: convert test helper to return *repository.Repository 2024-05-18 21:38:31 +02:00