mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
Instead of rebasing my code, I decided to start fresh, since WithBlobUploader() has been introduced. changelog/unreleased/issue-5453: doc/045_working_with_repos.rst: the usual cmd/restic/cmd_copy.go: gather all snaps to be collected - collectAllSnapshots() run overall copy step - func copyTreeBatched() helper copySaveSnapshot() to save the corresponding snapshot internal/repository/repack.go: introduce wrapper CopyBlobs(), which passes parameter `uploader restic.BlobSaver` from WithBlobUploader() via copyTreeBatched() to repack(). internal/backend/local/local_windows.go: I did not touch it, but gofmt did: whitespace |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_test.go | ||
| doc.go | ||
| layout_test.go | ||
| local.go | ||
| local_internal_test.go | ||
| local_test.go | ||
| local_unix.go | ||
| local_windows.go | ||