Files
restic/doc
Winfried Plappert b87f7586e4 restic copy --batch: a fresh start from commit 382616747
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
2025-11-19 07:09:24 +00:00
..
2020-02-13 00:09:37 +01:00
2018-02-05 20:48:48 +01:00
2025-03-27 20:16:56 +01:00
2025-03-05 20:47:08 -05:00
2025-02-16 18:17:22 +01:00
2023-03-22 17:37:58 +01:00
2022-07-08 20:05:35 +02:00
2025-01-31 18:53:03 +01:00
2025-05-11 14:02:07 -04:00
2023-12-06 13:11:55 +01:00
2023-05-01 14:56:42 +02:00
2024-08-30 12:45:20 +02:00