Commit Graph

  • d966c52707 prune: allow gc of set of repacked blobs before index rebuild Michael Eischer 2022-10-22 18:10:17 +02:00
  • 1e2794fa55 add prune memory optimization changelog Michael Eischer 2022-08-28 12:41:22 +02:00
  • 68c9cb9c6a prune: Shrink keepBlobs set if possible Michael Eischer 2022-08-28 12:24:30 +02:00
  • c4fc5c97f9 prune: Use a single CountedBlobSet to track blobs Michael Eischer 2022-08-28 12:17:20 +02:00
  • b21241ec1c restic: Add CountedBlobSet type Michael Eischer 2022-08-28 12:09:28 +02:00
  • ee6688a9f6 Merge pull request #3915 from plumbeo/compression-stats Michael Eischer 2022-10-21 22:10:29 +02:00
  • 27634a1a68 Merge pull request #3978 from MichaelEischer/fix-negative-pattern-example Michael Eischer 2022-10-21 22:04:30 +02:00
  • aa77702e49 Merge pull request #3971 from MichaelEischer/parallel-list Michael Eischer 2022-10-21 21:58:33 +02:00
  • 6877aaa8aa Merge pull request #3967 from MichaelEischer/archiver-extract-exclude-options Michael Eischer 2022-10-21 21:50:00 +02:00
  • 2e9ee8577a Merge pull request #3970 from MichaelEischer/split-retry-backend Michael Eischer 2022-10-21 21:49:46 +02:00
  • 59d46bb3f5 backup: extract exclude pattern options Michael Eischer 2022-10-15 11:08:35 +02:00
  • 5c7a9a739a backend: Split RetryBackend into own package Michael Eischer 2022-10-15 16:33:15 +02:00
  • 32603d49c4 backend: remove unused ErrorBackend Michael Eischer 2022-10-15 16:27:43 +02:00
  • 8c18c65b3b backend: remove unused Paths variable Michael Eischer 2022-10-15 16:27:04 +02:00
  • 4ccd5e806b backend: split layout code into own subpackage Michael Eischer 2022-10-15 16:23:39 +02:00
  • b361284f28 Merge pull request #3979 from MichaelEischer/backup-less-time-now Michael Eischer 2022-10-21 21:33:34 +02:00
  • 738b2a0445 parallelize more List usages Michael Eischer 2022-10-15 17:25:45 +02:00
  • ae45f3b04f restic: Unify code to load Index/Lock/Snapshot Michael Eischer 2022-10-15 17:24:47 +02:00
  • 8e2695be0b Merge pull request #3973 from MichaelEischer/speedup-integration-tests Michael Eischer 2022-10-21 21:17:35 +02:00
  • 35d968bcde Merge pull request #3969 from MichaelEischer/key-by-id Michael Eischer 2022-10-21 21:15:40 +02:00
  • 4133fee6f9 Merge pull request #3972 from MichaelEischer/fix-flaky-lock-cancel-test Michael Eischer 2022-10-21 21:12:34 +02:00
  • c8c8391b21 Merge pull request #3974 from greatroar/cleanup Michael Eischer 2022-10-21 21:11:37 +02:00
  • ee7c28f5e6 backup: reduce calls to time.Now Michael Eischer 2022-10-21 20:54:58 +02:00
  • 3e60d38a23 Remove misleading wildcard from negative exclude pattern example Michael Eischer 2022-10-21 20:48:45 +02:00
  • 9adae5521d cache: Call interface method once greatroar 2022-10-21 14:32:06 +02:00
  • 201e5c7e74 backup: Clean up progress reporting code greatroar 2022-10-16 12:01:27 +02:00
  • a6f83e0011 Add changelog plumbeo 2022-10-11 14:55:32 +02:00
  • bc945d0bf0 restic stats: add more compression statistics plumbeo 2022-10-11 14:36:12 +02:00
  • b513597546 internal/restic: Make FileType a uint8 instead of a string greatroar 2022-10-16 10:36:37 +02:00
  • 22147e1e02 all: Minor cleanups greatroar 2022-10-16 10:30:59 +02:00
  • d03460010f internal/restic: Fix ID.UnmarshalJSON, ParseID greatroar 2022-10-15 14:12:45 +02:00
  • aa39bf3cf6 backend/test: remove duplicate test Michael Eischer 2022-10-15 23:15:03 +02:00
  • 28e1c4574b mem: use cheaper hash for backend Michael Eischer 2022-10-15 23:14:33 +02:00
  • c3400d3c55 backend: speedup RetryBackend tests Michael Eischer 2022-10-15 23:13:44 +02:00
  • 99547518cd lock: fix flaky TestLockFailedRefresh Michael Eischer 2022-10-15 22:02:11 +02:00
  • e10420553b speed-up integration tests by reducing the RetryBackend timeout Michael Eischer 2022-10-15 22:29:58 +02:00
  • 367f35db27 Merge pull request #3968 from MichaelEischer/cleanup-complete-blob Michael Eischer 2022-10-15 16:11:16 +02:00
  • 8d62a7adb4 identify keys by ID and not name Michael Eischer 2022-10-15 16:01:38 +02:00
  • 02634dce7a restic: change Find to return ids Michael Eischer 2022-10-15 16:00:05 +02:00
  • 964977677f backup: Remove unused filename parameter from CompleteBlob callback Michael Eischer 2022-10-15 15:21:17 +02:00
  • 258b487d8f Merge pull request #3951 from MichaelEischer/rework-snapshot-filter Michael Eischer 2022-10-15 14:47:47 +02:00
  • de9bc031df add changelog for ls handling of missing snapshots Michael Eischer 2022-10-03 15:24:24 +02:00
  • 246d3032ae restic: Don't list snapshots if FindSnapshot gets full id Michael Eischer 2022-10-03 14:51:00 +02:00
  • d8c00b9726 add comment Michael Eischer 2022-10-03 14:50:21 +02:00
  • a3113c6097 restic: Change FindSnapshot functions to return the snapshot Michael Eischer 2022-10-03 14:48:14 +02:00
  • b50f48594d restic: cleanup arguments of findLatestSnapshot Michael Eischer 2022-10-03 14:41:03 +02:00
  • 61e827ae4f restic: hide findLatestSnapshot Michael Eischer 2022-10-03 14:30:48 +02:00
  • fcad5e6f5d backup: use unified FindFilteredSnapshot Michael Eischer 2022-10-03 14:27:11 +02:00
  • 0aa73bbd39 ls: proper error handling for non-existent snapshot Michael Eischer 2022-10-03 13:05:36 +02:00
  • a81f0432e9 restic: Add unified method to resolve a single snapshot Michael Eischer 2022-10-03 14:16:33 +02:00
  • 95a1bb4261 restic: Rework error handling of FindFilteredSnapshots and handle snapshotIDs Michael Eischer 2022-10-03 13:51:41 +02:00
  • cff22a5f01 dump: use correct help text for filter options Michael Eischer 2022-10-03 13:05:06 +02:00
  • 7a6dcb4831 Merge pull request #3966 from MichaelEischer/cleanup-walker-test Michael Eischer 2022-10-15 11:25:11 +02:00
  • 7cf042118f walker: Convert tests to use TreeJSONBuilder Michael Eischer 2022-10-14 23:23:33 +02:00
  • cea7191995 Merge pull request #3959 from MichaelEischer/buffered-backup-progress Michael Eischer 2022-10-15 10:57:19 +02:00
  • ba688aad20 Merge pull request #3961 from greatroar/cleanup Michael Eischer 2022-10-14 21:49:35 +02:00
  • 9c290a8093 Merge pull request #3960 from greatroar/errors Michael Eischer 2022-10-14 21:41:28 +02:00
  • 0e155fd9a6 internal/restic: Fix UID/GID parsing greatroar 2022-10-14 17:40:49 +02:00
  • e0b743c64d internal/restic: Remove unused ID.EqualString greatroar 2022-10-14 18:07:58 +02:00
  • 6922360179 ui/backup: Remove unused ProgressReporter type, Progress field greatroar 2022-10-09 14:13:37 +02:00
  • d4aadfa389 all: Drop ctxhttp greatroar 2022-10-09 10:21:30 +02:00
  • 16849d5361 internal/archiver: Missing argument to errors.Errorf greatroar 2022-10-14 14:18:52 +02:00
  • 09c14f33c8 internal/checker: Pass Error.Error pointer receiver greatroar 2022-10-14 14:13:32 +02:00
  • feb790f497 internal/restic: Use errors.New when no formatting is needed greatroar 2022-10-14 14:07:20 +02:00
  • ba44666704 errors: Drop WithMessage greatroar 2022-10-09 11:23:07 +02:00
  • 1a6160d152 Merge pull request #3880 from MichaelEischer/archiver-savedir-cleanup Michael Eischer 2022-10-08 21:48:14 +02:00
  • 21b1d7a880 Merge pull request #3948 from MichaelEischer/split-index Michael Eischer 2022-10-08 21:41:57 +02:00
  • 5278ab51c8 archiver: Check that duplicates are only ignored if identical Michael Eischer 2022-08-20 11:56:00 +02:00
  • 403b01b788 backup: Only return a warning for duplicate directory entries Michael Eischer 2022-10-08 21:29:51 +02:00
  • d7d7b4ab27 archiver: refactor TreeSaverTest Michael Eischer 2022-10-08 21:29:32 +02:00
  • 8e38c43c27 archiver: let FutureNode.Take return an error if no data is available Michael Eischer 2022-08-19 23:19:29 +02:00
  • 2b88cd6eab archiver: Restructure SaveTree to work like SaveDir Michael Eischer 2022-08-19 23:08:13 +02:00
  • 2e3f1c08c5 repository: split index into a separate package Michael Eischer 2022-06-12 14:43:43 +02:00
  • 5760ba6989 Merge pull request #3949 from MichaelEischer/simplify-mixedpacks Michael Eischer 2022-10-08 21:14:14 +02:00
  • 5ee25e669a Merge pull request #3940 from MichaelEischer/better-rclone-error Michael Eischer 2022-10-08 21:14:00 +02:00
  • 5600f11696 rclone: Fix stderr handling if command exits unexpectedly Michael Eischer 2022-09-25 12:48:59 +02:00
  • b8acad4da0 rclone: return rclone error instead of canceled context Michael Eischer 2022-09-22 21:52:18 +02:00
  • d3ebec8f21 backup: Use buffered channels to collect backup status Michael Eischer 2022-10-08 18:20:41 +02:00
  • f9d4e0c2af Merge pull request #3958 from greatroar/errors Michael Eischer 2022-10-08 18:06:35 +02:00
  • 119e6aee01 Merge pull request #3957 from greatroar/typo Michael Eischer 2022-10-08 14:41:35 +02:00
  • 07e5c38361 errors: Drop Cause in favor of Go 1.13 error handling greatroar 2022-10-08 12:37:18 +02:00
  • 4eae4d3e1a cmd: Typo in --read-concurrency description greatroar 2022-10-08 11:27:39 +02:00
  • 83cb58b4f3 Merge pull request #3956 from MichaelEischer/fix-lock-refresh Michael Eischer 2022-10-07 22:58:10 +02:00
  • 7c5d63a794 lock: Use the correct duration to check for expired locks Michael Eischer 2022-10-07 22:39:53 +02:00
  • 8b7c952f17 Merge pull request #3953 from keachi/typo Michael Eischer 2022-10-07 22:18:32 +02:00
  • e43d2d45f7 Merge pull request #3952 from hoelzro/master Michael Eischer 2022-10-07 22:18:06 +02:00
  • 03e9a26018 Update copy documentation to use --from-repo option Rob Hoelz 2022-10-04 09:02:18 -05:00
  • 43cc01d63e doc: Fix typo tr 2022-10-05 21:03:14 +02:00
  • 7112a132c3 Merge pull request #3950 from MichaelEischer/misc-cleanups Michael Eischer 2022-10-03 12:46:32 +02:00
  • 4bb5240720 repository: remove unused PrefixLength Michael Eischer 2022-06-12 14:47:30 +02:00
  • 999fe29976 repository: hide prepareCache Michael Eischer 2022-06-12 14:47:30 +02:00
  • 9197c63007 debug: use repository.ListPack wrapper Michael Eischer 2022-06-12 14:47:29 +02:00
  • ddcf549eba repository: remove IsMixedPack and add replacement for checker Michael Eischer 2022-06-12 14:45:42 +02:00
  • a61fbd287a Merge pull request #3569 from MichaelEischer/strict-locking Michael Eischer 2022-10-03 00:44:44 +02:00
  • 6d2d297215 pass global context through cobra Michael Eischer 2022-10-02 23:24:37 +02:00
  • 49126796d0 lock: fix timer expiry monitoring during standby Michael Eischer 2022-09-10 19:25:06 +02:00
  • 401e432e9d lock: Do not ignore invalid lock files Michael Eischer 2021-11-20 16:48:22 +01:00
  • aeed420e1a add changelog Michael Eischer 2021-11-14 17:52:41 +01:00
  • 9959190e39 lock: Add integration test Michael Eischer 2021-11-14 17:38:56 +01:00
  • c3538b063a lock: Use repository interface instead of struct Michael Eischer 2021-11-14 16:32:03 +01:00