1
0
mirror of https://github.com/restic/restic.git synced 2024-06-30 08:20:55 +02:00
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 changelog: Add .gitkeep to persist the unreleased/ folder. 2019-11-22 17:14:17 +01:00
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 Support specifying multiple host flags for various commands 2020-02-26 22:17:59 +01:00
issue-1680 Optimize FUSE - make command restic mount faster and consume less memory 2020-07-28 23:01:18 +02:00
issue-2072 Display respective snapshot date when using restic find 2019-12-17 07:51:12 +01:00
issue-2175 Allow specifying user and host when adding keys 2020-03-23 13:11:10 +01:00
issue-2277 Add support for ppc64le 2019-12-15 22:52:13 -03:00
issue-2281 Add changelog file. 2020-02-15 01:32:43 +01:00
issue-2298 Add changelog 2020-04-12 22:27:09 +02:00
issue-2389 Add changelog entry 2020-02-13 21:14:20 +01:00
issue-2390 Create issue-2390 2019-12-10 23:20:18 +01:00
issue-2395 local backend: ignore not supported error on sync() 2020-08-22 01:27:07 +02:00
issue-2429 fix backup --json total_bytes_processed output 2020-02-09 02:02:45 +01:00
issue-2469 diff: Fix wrong bytes reported in diff stats (#2469) 2019-11-22 17:26:01 +01:00
issue-2482 Add entry to changelog 2020-03-01 19:32:35 +01:00
issue-2518 Minor speling corection. 2020-02-13 00:47:09 +01:00
issue-2531 Correct #2531 (stats restore-size calculates hard links incorrectly) 2020-02-15 19:34:22 +01:00
issue-2537 Correct #2537 (cmd_stats file counting issue) 2020-02-15 19:34:16 +01:00
issue-2571 Check contents in archiver 2020-07-25 08:18:28 +02:00
pull-2195 restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
pull-2328 Add changelog 2020-07-20 22:51:53 +02:00
pull-2423 changelog: add pull-2423 2019-12-19 13:15:37 +01:00
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 Honor RESTIC_CACHE_DIR on Mac and Windows 2020-02-28 15:44:32 +01:00
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