2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-30 15:40:50 +00:00

Commit Graph

  • 6caa5b335f
    Merge 7e0ee5974f into 6a2b10e2a8 pull[bot] 2024-05-30 13:39:12 +0000
  • 7e0ee5974f
    Merge pull request #4816 from MichaelEischer/skip-if-unchanged Michael Eischer 2024-05-30 15:39:08 +0200
  • c103c0830e add changelog for skip-if-unchanged Michael Eischer 2024-05-22 16:45:09 +0200
  • 513135b238 doc: slightly modernize backup examples Michael Eischer 2024-05-22 16:39:10 +0200
  • cdd210185d
    Merge pull request #4823 from MichaelEischer/fix-check-output Michael Eischer 2024-05-30 15:17:27 +0200
  • 5649334099 backup: document --skip-if-unchanged Michael Eischer 2024-05-22 16:38:39 +0200
  • 6869bdaaa8 backup: implement --skip-if-unchanged Michael Eischer 2024-05-22 16:38:00 +0200
  • 13127f3f6b check: remove output mangling workaround Michael Eischer 2024-05-25 21:29:18 +0200
  • 939b537c80 check/migrate: convert to use termstatus to prevent mangled output Michael Eischer 2024-05-25 21:20:23 +0200
  • 7b4f81d964
    Merge pull request #4829 from greatroar/termstatus Michael Eischer 2024-05-30 11:57:44 +0000
  • a5c7a83470
    Merge pull request #4819 from restic/update-dependencies Michael Eischer 2024-05-30 13:55:46 +0200
  • 52b3fee42b
    Merge pull request #4818 from MichaelEischer/move-code Michael Eischer 2024-05-30 13:54:31 +0200
  • e95cfff923
    Merge pull request #4826 from MichaelEischer/fix-docs-warninigs Michael Eischer 2024-05-30 13:53:49 +0200
  • fe8fbcc5ed
    Merge pull request #4822 from MichaelEischer/consistent-backup-source-name Michael Eischer 2024-05-30 13:53:25 +0200
  • 3d4a620089
    Merge pull request #4824 from MichaelEischer/fix-cache-race Michael Eischer 2024-05-30 13:52:34 +0200
  • 46f04bc5f0 termstatus: Do formatting in Message, not Terminal greatroar 2024-05-21 12:15:22 +0200
  • a651af70d6 doc: fix warings Michael Eischer 2024-05-26 14:32:09 +0200
  • 1c6067d93d bloblru: variable name cleanup Michael Eischer 2024-05-26 12:38:41 +0200
  • 21ce03cff2 bloblru: move defer outside critical section Michael Eischer 2024-05-26 12:38:20 +0200
  • 0ad0b7ca7c bloblru: fix race condition that can compute value multiple times Michael Eischer 2024-05-26 12:37:24 +0200
  • 619ce8bfa2
    Merge pull request #4820 from MichaelEischer/forget-extend-descritpion Michael Eischer 2024-05-26 10:04:43 +0000
  • 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
  • 3828313974
    Merge pull request #4821 from MichaelEischer/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
  • 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
  • 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 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
  • b9cbf623fa
    Merge pull request #4814 from MichaelEischer/fix-tmp-docs Michael Eischer 2024-05-24 18:17:59 +0200
  • 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
  • 8898f61717
    Merge pull request #4809 from MichaelEischer/update-changelog Michael Eischer 2024-05-18 23:04:13 +0200
  • 5f23baabcc add retries for corrupted blobs to changelog Michael Eischer 2024-05-18 23:03:24 +0200
  • 9c5bac6f25
    Merge pull request #4799 from letmaik/letmaik/azure-force-cli-credential Michael Eischer 2024-05-18 20:22:15 +0000
  • c56ecec9aa azure: deduplicate cli and default credentials case Michael Eischer 2024-05-18 22:15:38 +0200