restic/internal
Michael Eischer 68c9cb9c6a prune: Shrink keepBlobs set if possible
As long as only a small fraction of the data in a repository is
rewritten, the keepBlobs set will be rather small after cleaning it up.
As golang maps do not shrink their memory usage, just copy the contents
over to a new map. However, only copy the map if the cleanup removed at
least half the entries.
2022-10-22 18:45:12 +02:00
..
archiver Merge pull request #3979 from MichaelEischer/backup-less-time-now 2022-10-21 21:33:34 +02:00
backend backend: Split RetryBackend into own package 2022-10-21 21:38:17 +02:00
bloblru bloblru: Fix comment for New function 2022-03-28 22:25:25 +02:00
cache cache: Call interface method once 2022-10-21 14:32:46 +02:00
checker restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
crypto crypto: move crypto buffer helpers 2022-07-17 13:42:23 +02:00
debug debug: support roundtripper logging also for release builds 2022-08-05 23:49:39 +02:00
dump repository: extract LoadTree/SaveTree 2022-07-17 13:11:28 +02:00
errors errors: Drop WithMessage 2022-10-14 14:06:47 +02:00
filter filter: deduplicate error handling for pattern validation 2022-09-09 23:12:41 +02:00
fs Add simple test for fs.TempFile on windows 2022-04-09 23:37:58 +02:00
fuse restic: Rework error handling of FindFilteredSnapshots and handle snapshotIDs 2022-10-15 13:31:26 +02:00
hashing hashing: Fix up comments 2022-05-11 21:36:10 +02:00
index restic: Unify code to load Index/Lock/Snapshot 2022-10-21 21:25:11 +02:00
migrations backend: split layout code into own subpackage 2022-10-21 21:36:05 +02:00
options Don't crash if SecretString is uninitialized 2022-07-02 19:44:28 +02:00
pack repository: optimize MasterIndex.Each 2022-09-24 12:21:59 +02:00
repository prune: Use a single CountedBlobSet to track blobs 2022-10-22 18:45:12 +02:00
restic prune: Shrink keepBlobs set if possible 2022-10-22 18:45:12 +02:00
restorer restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
selfupdate all: Drop ctxhttp 2022-10-14 14:33:49 +02:00
test all: Move away from pkg/errors, easy cases 2022-06-14 08:36:38 +02:00
textfile Add more error handling 2021-01-30 20:19:47 +01:00
ui backup: Remove unused filename parameter from CompleteBlob callback 2022-10-15 15:21:17 +02:00
walker walker: Convert tests to use TreeJSONBuilder 2022-10-15 11:04:13 +02:00