restic/internal
Michael Eischer 537b4c310a copy: Implement by reusing repack
The repack operation copies all selected blobs from a set of pack files
into new pack files. For prune the source and destination repositories
are identical. To implement copy, just use a different source and
destination repository.
2022-03-26 20:47:15 +01:00
..
archiver Merge pull request #3510 from MichaelEischer/fix-archiver-early-on-abort 2021-10-16 15:37:41 +02:00
backend sftp: Implement atomic uploads 2022-02-12 20:30:49 +01:00
bloblru Check cap instead of len in bloblru 2021-10-03 09:34:17 +02:00
cache Merge pull request #3474 from kitone/fix-issue-3382 2021-11-07 17:57:54 +01:00
checker checker: cleanup header extraction 2022-02-12 20:18:25 +01:00
crypto crypto: Remove unused error 2020-09-05 10:07:16 +02:00
debug Allow debug logging to pipes and terminals 2020-10-19 22:30:30 +02:00
dump Refactor internal/dump + concurrent load/write 2021-11-01 23:01:55 +01:00
errors Modernize error handling in local backend 2021-06-18 11:13:27 +02:00
filter filter: short circuit if no negative patterns 2022-03-20 13:33:08 +01:00
fs backup: Set O_NOATIME in the right place 2022-02-06 15:00:37 +01:00
fuse Report symlink sizes from FUSE mount for snapshot dir 2022-03-17 22:21:47 -05:00
hashing errcheck: Add error checks 2021-01-30 20:02:37 +01:00
limiter Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
migrations Fix issues reported by semgrep 2020-12-11 09:41:59 +01:00
mock Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
options Some `options` fixes 2020-12-23 23:26:04 +03:00
pack checker: rewrite ReadData to stream packs 2022-02-12 20:18:25 +01:00
repository copy: Implement by reusing repack 2022-03-26 20:47:15 +01:00
restic Merge pull request #3484 from MichaelEischer/stream-check-repack 2022-03-26 20:46:17 +01:00
restorer restorer: Remove dead code 2022-02-13 11:43:09 +01:00
selfupdate self-update: Don't cancel download after 30 seconds 2019-02-23 11:15:18 +01:00
test Add more error handling 2021-01-30 20:19:47 +01:00
textfile Add more error handling 2021-01-30 20:19:47 +01:00
ui ui: consolidate backup ui in ui/backup package 2021-09-12 16:20:15 +02:00
walker Limit number of large tree blobs loaded in parallel by StreamTrees 2022-02-19 12:26:09 +01:00