restic/changelog/unreleased
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
..
.gitignore Add gitignore to changelog/unreleased 2020-11-05 09:01:32 +01:00
issue-3572 feat(internal/fs/node): Restore ownership by name 2025-11-16 16:40:58 +01:00
issue-4467 backup: return exit code 3 if not all targets are available (#5347) 2025-10-05 15:38:52 +02:00
issue-4728 Add support for additional compression levels fastest and better (#5321) 2025-03-31 21:21:12 +02:00
issue-4868 changelog: add changelog entry for issue-4868 2025-03-29 13:27:50 +05:30
issue-5233 chore: update changelog for issue-5233 2025-03-30 14:12:06 +05:30
issue-5258 changelog: add bugfix changelog for issue-5258 2025-09-13 23:32:40 +05:30
issue-5352 feat(backup): add possibility to exclude macOS cloud-only files 2025-10-04 19:22:51 +02:00
issue-5354 extend background handling changelog 2025-09-08 11:04:53 +02:00
issue-5383 Reduce terminal progress fps to 10 2025-10-04 17:34:40 +02:00
issue-5440 feat: allow override env RESTIC_HOST with flag to filter all snapshots (#5541) 2025-10-05 13:22:50 +02:00
issue-5453 restic copy --batch: a fresh start from commit 382616747 2025-11-19 07:09:24 +00:00
issue-5477 add changelog 2025-10-05 16:14:16 +02:00
issue-5487 Bugfix(sftp): fix loose permissions on sftp backend. (#5497) 2025-10-03 18:20:52 +00:00
issue-5531 changelog: add a changelog entry for azure PutBlob API changes 2025-10-05 21:48:02 +05:30
issue-5595 backend/local: fix "operation not supported" when unlocking 2025-11-16 08:09:51 -05:00
pull-5319 restic copy - stattistics counters 2025-11-16 13:47:11 +01:00
pull-5424 fs: Clarified documentation 2025-11-16 11:53:13 -05:00
pull-5448 feat: add integrated nice and ionice options for docker (#5448) 2025-11-16 16:42:33 +01:00
pull-5523 Add OpenContainers labels to Dockerfile.release 2025-09-22 17:37:17 +00:00