Commit Graph

  • 439dcdeaaf
    Merge ac10f62295 into 3828313974 Richard Anthony 2024-05-26 08:54:35 +1000
  • 4d85a23442
    Merge c374a4e542 into 3828313974 ducalex 2024-05-25 16:51:11 -0500
  • e76d9f0493
    Merge 107f18849c into 3828313974 Michael Eischer 2024-05-25 23:16:29 +0200
  • 107f18849c doc: update help output in manual_rest.rst Michael Eischer 2024-05-25 23:16:22 +0200
  • 18990dbed8 backup: refer to backed up data as backup source not target Michael Eischer 2024-05-25 20:47:22 +0200
  • 5ae5b20d12
    Merge d83f0fa8fb into 3828313974 Michael Eischer 2024-05-25 21:10:58 +0000
  • d83f0fa8fb check: remove output mangling workaround Michael Eischer 2024-05-25 21:29:18 +0200
  • 217cc2ba61 check/migrate: convert to use termstatus to prevent mangled output Michael Eischer 2024-05-25 21:20:23 +0200
  • 2f0c4265fd
    Merge 496e57f956 into 3828313974 Michael Eischer 2024-05-25 17:54:40 +0200
  • 514d47b893
    Merge 58bbb27b4c into 3828313974 Michael Eischer 2024-05-25 17:52:52 +0200
  • 2ac1800e2e
    Merge 2c7ebf4c7f into 3828313974 Michael Eischer 2024-05-25 17:52:34 +0200
  • 3828313974
    Merge pull request #4821 from MichaelEischer/master master Michael Eischer 2024-05-25 17:02:21 +0200
  • 04c181dbd0 update-repair-packs-changelog Michael Eischer 2024-05-25 16:42:55 +0200
  • 21528c9f02
    Merge pull request #4805 from plant99/mkdirall-cachedir Michael Eischer 2024-05-25 14:30:21 +0000
  • 9c780d1d3a
    Merge edd3b41014 into 7ea508e7b8 Srigovind Nayak 2024-05-25 16:05:07 +0200
  • 0271bb97f8
    check: enhance check command to create cache directory if it doesn't exist Shivashis Padhi 2024-05-25 19:15:42 +0530
  • 2c7ebf4c7f forget: explain oldest snapshot special case in command help Michael Eischer 2024-05-25 15:10:21 +0200
  • f440a238e2
    Merge 5e33a19129 into 80132e71d8 Srigovind Nayak 2024-05-25 14:09:28 +0200
  • 7ea508e7b8
    Merge pull request #4815 from greatroar/termstatus Michael Eischer 2024-05-25 12:08:53 +0000
  • 496e57f956 hashing: move to repository package Michael Eischer 2024-05-24 23:11:53 +0200
  • 5e0ea8fcfa pack: move to repository package Michael Eischer 2024-05-24 23:09:58 +0200
  • 50ec408302 index: move to repository package Michael Eischer 2024-05-24 23:06:44 +0200
  • 58bbb27b4c downgrade minio to keep go 1.19 support update-dependencies Michael Eischer 2024-05-25 12:52:08 +0200
  • c5260373ca update backoff/xxhash libraries Michael Eischer 2024-05-25 12:37:14 +0200
  • b2f7a878cd update backend libraries Michael Eischer 2024-05-25 12:36:16 +0200
  • f20bf5eeba update golang.org/x packages Michael Eischer 2024-05-25 12:35:28 +0200
  • 8e5d7d719c cache: move to backend package Michael Eischer 2024-05-24 23:04:06 +0200
  • 80132e71d8
    Merge pull request #4808 from MichaelEischer/insecure-no-password Michael Eischer 2024-05-24 22:58:25 +0200
  • 130506250f document insecure-no-password Michael Eischer 2024-05-18 19:20:04 +0200
  • 1d2277b4c3 Add --insecure-no-password option Michael Eischer 2024-05-18 18:59:29 +0200
  • d4b0d21199 key add/passwd: deduplicate options setup and remove globals Michael Eischer 2024-05-18 18:25:09 +0200
  • 55cb8d174a
    Merge pull request #4354 from MichaelEischer/associated-data Michael Eischer 2024-05-24 22:26:22 +0200
  • 436afbff23 add changelog for memory efficient prune Michael Eischer 2024-05-20 15:46:22 +0200
  • 3c7b7efdc9 repository: remove prune plan parts once they are no longer necessary Michael Eischer 2024-05-20 15:43:22 +0200
  • 462b82a060 index: reduce size of compressed indexes Michael Eischer 2024-05-20 00:34:54 +0200
  • 77873f5a9d repository: let prune control data structure of usedBlobs set Michael Eischer 2024-05-20 11:47:53 +0200
  • 2033c02b09 index: replace CountedBlobSet with AssociatedSet Michael Eischer 2023-06-02 20:27:47 +0200
  • 93098e9265 prune: hide implementation details of counted blob set Michael Eischer 2023-06-02 20:18:46 +0200
  • ff4775a15f
    Merge pull request #4812 from MichaelEischer/streaming-index-rewrite Michael Eischer 2024-05-24 21:41:30 +0200
  • 860b595a8b backend: increase watchdog test timeout for deflaking Michael Eischer 2024-05-19 23:52:21 +0200
  • f680a2331d add changelog for streaming index rewrite Michael Eischer 2024-05-19 23:50:40 +0200
  • 027cc64737 repository: fix prune heuristic to allow resuming interrupted runs Michael Eischer 2024-05-19 23:24:18 +0200
  • e52033a8bd index: slightly reduce Rewrite concurrency Michael Eischer 2024-05-19 22:14:28 +0200
  • 57d69aa640 index: cleanup SaveIndex method Michael Eischer 2024-05-19 21:10:25 +0200
  • 2ca1c37721 index: additional tests for new index save methods Michael Eischer 2024-05-19 21:08:19 +0200
  • 5f7b48e65f index: replace Save() method with Rewrite and SaveFallback Michael Eischer 2024-05-19 20:38:58 +0200
  • ad98fbf7dd restic: add IDSet.Clone() method Michael Eischer 2024-05-19 20:37:19 +0200
  • 72482ce5bd index: misc cleanups Michael Eischer 2024-05-19 20:36:16 +0200
  • 68fa0e0305 prune: no longer disable automatic index updates Michael Eischer 2024-05-19 19:10:08 +0200
  • 9aa0c90fb2 index: remove supersedes field Michael Eischer 2024-05-19 16:40:40 +0200
  • 76e6719f2e repository: make CreateIndexFromPacks method private Michael Eischer 2024-05-19 16:14:31 +0200
  • 04ad9f0c0c repository: remove Packer and SavePacker from public interface Michael Eischer 2024-05-19 16:10:48 +0200
  • 550d1eeac3 repository: remove SaveIndex from interface Michael Eischer 2024-05-19 15:55:42 +0200
  • fb59e00614 index: rewrite MasterIndex load/save test to be independent of repository Michael Eischer 2024-05-19 15:48:25 +0200
  • 447b486c20 index: deduplicate index loading of check and repository Michael Eischer 2024-05-19 15:37:54 +0200
  • 6ca12c1b4a archiver: replace most uses of restic.Repository Michael Eischer 2024-05-19 15:11:32 +0200
  • 864995271e repository: unwrap BlobHandle parameters of LookupBlob Michael Eischer 2024-05-19 14:56:17 +0200
  • 1266a4932f repository: fix parameter order of LookupBlobSize Michael Eischer 2024-05-19 14:54:50 +0200
  • e848ad651a restic: name parameters in restic interface Michael Eischer 2024-05-19 14:41:31 +0200
  • 0bb0720348 test cleanups Michael Eischer 2024-05-19 14:41:11 +0200
  • c01bcb1001 archiver: remove unused masterIndex from test Michael Eischer 2024-05-19 13:03:14 +0200
  • 0aa5c53842 repository: replace HasBlob with LookupBlobSize Michael Eischer 2024-05-19 12:58:41 +0200
  • 8f1e70cd9b repository: remove clearIndex and packSize from public interface Michael Eischer 2024-05-19 12:51:58 +0200
  • 4df887406f repository: inline MasterIndex interface into Repository interface Michael Eischer 2024-05-19 12:41:56 +0200
  • 3eeb6723cd
    Merge pull request #4764 from MichaelEischer/safe-keep-tag Michael Eischer 2024-05-24 20:51:20 +0200
  • 3cc6827f09 forget: add feature flag for safe --keep-tags behavior Michael Eischer 2024-05-24 20:41:19 +0200
  • 7948912b31 document --unsafe-allow-remove-all option Michael Eischer 2024-05-19 00:34:18 +0200
  • 3f46808898 add forget safety net changelogs Michael Eischer 2024-05-19 00:26:12 +0200
  • 82ca0030b7 forget: test --unsafe-allow-remove-all and --keep-tags safety check Michael Eischer 2024-05-19 00:09:12 +0200
  • 57f9739573 forget: Add --unsafe-allow-remove-all option Michael Eischer 2024-04-15 22:02:14 +0200
  • 5b7952e426 forget: return error if no policy was specified Michael Eischer 2024-04-14 22:46:49 +0200
  • c0e1f36830 forget: refuse deleting the last snapshot in a snapshot group Michael Eischer 2024-04-14 22:44:32 +0200
  • d106ad6921 restic: regenerate snapshot keep policy golden test files Michael Eischer 2024-05-18 23:28:35 +0200
  • 16ef4d515b
    Merge pull request #4784 from MichaelEischer/rework-backend-retries Michael Eischer 2024-05-24 20:29:54 +0200
  • e4a48085ae backend/retry: feature flag new retry behavior Michael Eischer 2024-05-24 20:16:58 +0200
  • 723247c8e5 add changelog for longer retries Michael Eischer 2024-05-20 20:37:28 +0200
  • b1266867d2 repository: wait max 1 minutes for lock removal if context is canceled Michael Eischer 2024-04-29 21:43:28 +0200
  • 98709a4372 retry: reduce total number of retries Michael Eischer 2024-04-29 21:19:15 +0200
  • 512cd6ef07 retry: ensure that there's always at least one retry Michael Eischer 2024-04-29 21:16:24 +0200
  • a60ee9b764 retry: limit retries based on elapsed time not count Michael Eischer 2024-04-29 21:12:21 +0200
  • a3633cad9e retry: explicitly log failed requests Michael Eischer 2024-04-29 21:07:17 +0200
  • 18624eef9d
    Merge 8759d65a34 into b9cbf623fa Michael Eischer 2024-05-24 18:43:03 +0200
  • b9cbf623fa
    Merge pull request #4814 from MichaelEischer/fix-tmp-docs Michael Eischer 2024-05-24 18:17:59 +0200
  • 406be6f136
    Merge 50d8377e31 into 8898f61717 greatroar 2024-05-24 19:02:59 +0800
  • a070d2f97a
    Merge 1925457b78 into 8898f61717 Markus 2024-05-24 19:02:34 +0800
  • 8759d65a34 add changelog for skip-if-unchanged Michael Eischer 2024-05-22 16:45:09 +0200
  • ab8c0a1f7e doc: slightly modernize backup examples Michael Eischer 2024-05-22 16:39:10 +0200
  • 7f45403619 backup: document --skip-if-unchanged Michael Eischer 2024-05-22 16:38:39 +0200
  • 3695cdd002 backup: implement --skip-if-unchanged Michael Eischer 2024-05-22 16:38:00 +0200
  • edd3b41014
    env: add $RESTIC_CUSTOM_USER_AGENT to read custom user agent Srigovind Nayak 2024-05-22 01:57:56 +0530
  • 66d03c797e ui, termstatus: Move WrapStdio greatroar 2024-05-21 10:51:05 +0200
  • 0b56214473 ui: Simplify stdio wrapper greatroar 2024-05-21 10:19:14 +0200
  • 7f439a9c34 ui: Inline lineWriter into StdioWrapper greatroar 2024-05-21 09:54:42 +0200
  • 4021e67d97 doc: fix tmpdir documentation for windows Michael Eischer 2024-05-20 20:48:29 +0200
  • fbabe29476
    Merge 166e94d82e into 8898f61717 ducalex 2024-05-19 14:24:04 -0400
  • 5e33a19129
    fix: add string.Lower for insenstive includes and excludes read from file Srigovind Nayak 2024-05-19 23:40:20 +0530
  • b490571038
    restore: read includes, insensitive includes, excludes and insensitive excludes from a file Srigovind Nayak 2024-05-19 23:30:14 +0530
  • 7d54e2bdff
    http client: customise user-agent for outgoing HTTP requests Srigovind Nayak 2024-05-19 15:05:16 +0530
  • 3b8210197d
    Merge 43bc304e42 into 8898f61717 Aneesh N 2024-05-19 14:38:38 +0530
  • 8898f61717
    Merge pull request #4809 from MichaelEischer/update-changelog Michael Eischer 2024-05-18 23:04:13 +0200