restic/changelog/unreleased
Pauline Middelink 7048cc3e58 Add copy functionality
Add a copy command to copy snapshots between repositories. It allows the user
to specify a destination repository, password, password-file, password-command
or key-hint to supply the necessary details to open the destination repository.

You need to supply a list of snapshots to copy, snapshots which already exist
in the destination repository will be skipped.

Note, when using the network this becomes rather slow, as it needs to read the
blocks, decrypt them using the source key, then encrypt them again using the
destination key before finally writing them out to the destination repository.
2020-08-26 22:17:52 +02:00
..
.gitkeep
issue-323 Add copy functionality 2020-08-26 22:17:52 +02:00
issue-551 Add changelog for #2709 2020-06-13 18:13:36 +02:00
issue-1570
issue-1680 Optimize FUSE - make command `restic mount` faster and consume less memory 2020-07-28 23:01:18 +02:00
issue-2072
issue-2175 Allow specifying user and host when adding keys 2020-03-23 13:11:10 +01:00
issue-2277
issue-2281
issue-2298 Add changelog 2020-04-12 22:27:09 +02:00
issue-2389
issue-2390
issue-2395 local backend: ignore not supported error on sync() 2020-08-22 01:27:07 +02:00
issue-2429
issue-2469
issue-2482 Add entry to changelog 2020-03-01 19:32:35 +01:00
issue-2518
issue-2531
issue-2537
issue-2571 Check contents in archiver 2020-07-25 08:18:28 +02:00
pull-2195
pull-2328 Add changelog 2020-07-20 22:51:53 +02:00
pull-2423
pull-2546 backup: Return exit status code 3 when failing to read source data 2020-07-20 22:19:01 +02:00
pull-2576 Update chunker 2020-07-20 22:07:02 +02:00
pull-2592 Changelog entry for SFTP w/ IPv6 addresses 2020-03-01 11:04:06 +01:00
pull-2599 Add changelog entry 2020-08-01 12:29:16 +02:00
pull-2600 Drop support for Go version 1.11 2020-07-24 18:52:39 +02:00
pull-2607
pull-2668 stats: Fix crash in blobs-per-file mode on missing blob 2020-03-27 22:17:54 +01:00
pull-2674 Add changelog 2020-08-16 11:36:14 +02:00
pull-2733 Update minio-go version so it supports EKS IRSA 2020-07-25 12:41:18 +02:00
pull-2773 disable index uploads for prune command 2020-06-12 09:24:38 +02:00
pull-2781 Chaining hash table for repository.Index 2020-07-19 13:58:22 +02:00
pull-2786 Loop over index files for 'list blobs' 2020-06-14 17:25:34 +02:00
pull-2790 Changelog entry for subquadratic reading in mount 2020-07-12 18:27:16 +02:00
pull-2821 cmd/mount: honour --no-lock flag 2020-08-03 19:45:39 +02:00
pull-2840 add changelog for #2840 2020-08-01 20:43:18 +02:00