1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

Commit graph

  • 57aa97a68b
    build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 dependabot[bot] 2024-02-01 01:51:44 +00:00
  • 7f5ea511bc
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob dependabot[bot] 2024-02-01 01:51:32 +00:00
  • b07afa9b02
    Link to Go Match syntax directly in 040_backup.rst Joram Berger 2024-01-31 23:40:21 +01:00
  • 8b08b522c9
    Merge pull request #4669 from MichaelEischer/fix-rewrite-typo Michael Eischer 2024-01-31 22:08:12 +01:00
  • eaf9659efc
    Merge pull request #4657 from numerigraphe/fix-key-add-id Michael Eischer 2024-01-31 20:59:41 +00:00
  • ba136ff60c rewrite: fix typo in dry-run output Michael Eischer 2024-01-31 21:48:37 +01:00
  • 8fbe328371 Properly report the ID of newly added keys Lionel Sausin 2024-01-25 10:12:11 +01:00
  • 4273e06a43
    Merge pull request #4662 from MichaelEischer/clarify-backup-ignore-inode Michael Eischer 2024-01-27 18:25:11 +01:00
  • 248c144f72
    Merge pull request #4663 from MichaelEischer/key-subcommand-bugfix Michael Eischer 2024-01-27 18:24:50 +01:00
  • 5dca8a70d5 ls: include standard message_type field in output Michael Eischer 2024-01-27 15:48:24 +01:00
  • 765729d009 key: return an error if subcommand is unknown Michael Eischer 2024-01-27 15:33:49 +01:00
  • a09d51d96c backup: clarify that --ignore-inode also ignores ctime Michael Eischer 2024-01-27 13:42:29 +01:00
  • e44e4b00a6
    Merge pull request #4550 from ndecker/ls-ncdu Michael Eischer 2024-01-27 12:27:35 +00:00
  • 10e71af759 describe ls command in docs Michael Eischer 2024-01-21 17:09:54 +01:00
  • c90f24a06c
    Merge pull request #4641 from MichaelEischer/reduce-restic-repository-usage Michael Eischer 2024-01-27 13:18:20 +01:00
  • d4ed7c8858 walker: add tests for leaveDir Michael Eischer 2024-01-21 16:44:00 +01:00
  • 2c80cfa4a5 walker: fix missing leaveDir if directory is partially skipped Michael Eischer 2024-01-21 16:43:32 +01:00
  • 261737abc8 ls: only allow either --json or --ncdu Michael Eischer 2024-01-21 16:09:05 +01:00
  • a2f2f8fb4c fix linter warning Michael Eischer 2024-01-21 15:58:49 +01:00
  • 4bae54d040 ls: test ncdu output format Michael Eischer 2024-01-21 15:56:07 +01:00
  • 509b339d54 ls: correctly handle setuid/setgit/sticky bit in ncdu output Michael Eischer 2024-01-21 15:37:02 +01:00
  • a2fe337610 ls: unify printer implementations Michael Eischer 2024-01-20 23:59:33 +01:00
  • 1b008c92d3 ls: rework ncdu output to use walker.LeaveDir Michael Eischer 2024-01-20 23:37:54 +01:00
  • 9ecbda059c walker: add callback to inform about leaving a directory Michael Eischer 2024-01-20 23:36:08 +01:00
  • b2703a4089 add changelog for ls --ncdu Nils Decker 2023-10-30 12:09:33 +01:00
  • a9310948cf command ls: add option for ncdu output Nils Decker 2023-10-30 11:51:11 +01:00
  • 246559e654 check: cleanup s3 legacy detection Michael Eischer 2024-01-19 23:32:17 +01:00
  • 1dfd854769 lock: switch to repository.List Michael Eischer 2024-01-19 23:31:46 +01:00
  • bfb56b78e1 replace some usages of restic.Repository with more specific interface Michael Eischer 2024-01-19 22:44:50 +01:00
  • 3424088274
    Merge pull request #4644 from MichaelEischer/refactor-repair-packs Michael Eischer 2024-01-27 13:00:51 +01:00
  • 724ec179e3
    Merge pull request #4648 from MichaelEischer/repository-removekey Michael Eischer 2024-01-27 13:00:42 +01:00
  • f0e1ad2285 fix linter warning Michael Eischer 2024-01-20 21:58:28 +01:00
  • fd579421dd repository: deduplicate test Michael Eischer 2024-01-20 21:50:23 +01:00
  • 42c9318b9c repair pack: add tests Michael Eischer 2024-01-20 21:54:47 +01:00
  • 764b0bacd6 repair pack: add support for truncated files Michael Eischer 2024-01-20 21:54:27 +01:00
  • 7c351bc53c repair pack: reenable auto index updates Michael Eischer 2024-01-20 21:52:27 +01:00
  • feeab84204 repair pack: extract the repair logic into the repository package Michael Eischer 2024-01-20 18:40:22 +01:00
  • d7a50fe739 properly show termstatus progress bar if visible less than one frame Michael Eischer 2024-01-20 18:34:11 +01:00
  • 6b65a495b1 backup/restore: fix termstatus initialization Michael Eischer 2024-01-20 18:12:36 +01:00
  • d26d2d41f8 backup/restore: extract termstatus initialization Michael Eischer 2024-01-20 18:10:11 +01:00
  • cb50832d50 index: let MasterIndex.Save also delete obsolete indexes Michael Eischer 2024-01-20 15:58:06 +01:00
  • bedff1ed6d split deleteFiles into UI and logic parts Michael Eischer 2024-01-20 15:40:09 +01:00
  • c13bf0b607 repository: Introduce RemoveKey function Michael Eischer 2024-01-21 20:38:42 +01:00
  • 25ac1549e7
    Merge pull request #4661 from MichaelEischer/clarify-contributing Michael Eischer 2024-01-26 23:04:58 +00:00
  • ae9683336d CONTRIBUTING.md: Clarify handling of small bugfixes Michael Eischer 2024-01-26 23:51:54 +01:00
  • 3cb7b69073
    Merge pull request #13 from NetApp-Polaris/ASTRACTL-31350-Address-Dependabot-and-Blackduck-vulnerabilities Dwayne Windisch 2024-01-25 10:28:02 -07:00
  • 26604e3258 ASTRACTL-31350 Update grpc and crypto versions. dwaynew 2024-01-24 19:59:23 -07:00
  • 446167ae80
    Merge pull request #4643 from MichaelEischer/remove-redundant-poly1305-mask Michael Eischer 2024-01-23 19:46:40 +01:00
  • 5b36c4eb5f
    Merge pull request #4647 from MichaelEischer/reduce-globals Michael Eischer 2024-01-23 19:46:15 +01:00
  • 1419baf67a
    Merge pull request #4645 from MichaelEischer/improve-lock-checking Michael Eischer 2024-01-23 19:46:00 +01:00
  • 66103aea3d Remove all usages of the global command-specific options Michael Eischer 2024-01-21 17:43:13 +01:00
  • 79f2939eb9
    Merge pull request #4654 from adrian5/docfix Michael Eischer 2024-01-23 18:08:59 +00:00
  • 0e2ee06803
    Merge pull request #4650 from MichaelEischer/improve-stdin-from-command-description Michael Eischer 2024-01-23 19:22:15 +01:00
  • 2927982256
    Merge pull request #4649 from MichaelEischer/simplify-termstatus-shutdown Michael Eischer 2024-01-23 19:16:21 +01:00
  • 6cc2bec5dd apply suggestion from review Michael Eischer 2024-01-23 19:09:04 +01:00
  • 18806944f6 doc: remove blockquotes from unordered lists Michael Eischer 2024-01-23 19:01:22 +01:00
  • 609f84e095 docs: fix formatting adrian5 2024-01-22 21:12:12 +01:00
  • 767c2539a0 backup: Improve help text for --stdin-from-command Michael Eischer 2024-01-21 22:06:54 +01:00
  • 6bdca13603 ui/termstatus: simplify cleaning up on termination Michael Eischer 2024-01-21 21:16:33 +01:00
  • f1f34eb3e5 lock: checkForOtherLocks processes each lock at most once Michael Eischer 2024-01-20 22:28:10 +01:00
  • fee83e1c09 Remove redundant poly1305 key masking Michael Eischer 2024-01-20 12:36:59 +01:00
  • 6696195f38
    Merge pull request #4584 from elkemper/fix-stop-archiving-metadata Michael Eischer 2024-01-20 10:30:37 +00:00
  • a763a5c67d s3: minor cleanups for archive storage class handling Michael Eischer 2024-01-20 11:18:09 +01:00
  • 8ca58b487c S3: do not set storage class for metadata when using archive storage Vladislav Belous 2023-12-05 00:20:27 +02:00
  • 62111f4379
    Merge pull request #4625 from MichaelEischer/refactor-streampacks Michael Eischer 2024-01-19 21:48:37 +01:00
  • 2c310a526e repository: Replace StreamPack function with LoadBlobsFromPack method Michael Eischer 2023-12-31 12:07:19 +01:00
  • 6b7b5c89e9 repository: prepare StreamPack refactor Michael Eischer 2023-12-31 15:45:10 +01:00
  • 22d0c3f8dc check: Use PackBlobIterator instead of StreamPack Michael Eischer 2023-12-31 10:58:26 +01:00
  • fb422497af repository: split StreamPack implementation Michael Eischer 2023-12-31 00:18:41 +01:00
  • 54c5c72e5a
    Merge pull request #4616 from MichaelEischer/fix-rest-connection-close Michael Eischer 2024-01-19 21:31:35 +01:00
  • 5f49eec655
    Merge pull request #4615 from MichaelEischer/fix-find-empty-dirs Michael Eischer 2024-01-19 21:25:40 +01:00
  • ec13105093
    Merge pull request #4623 from MichaelEischer/docs-verify-release-binaries Michael Eischer 2024-01-19 21:17:38 +01:00
  • bd883caae1 CI: enable bodyclose linter Michael Eischer 2024-01-06 15:38:57 +01:00
  • b1a8fd1d03 rest: fix and cleanup closing of http response body Michael Eischer 2024-01-06 15:24:33 +01:00
  • fdcbb53017 walker: test skipping for root node Michael Eischer 2024-01-19 21:14:31 +01:00
  • 0b39940fdb walker: Remove ignoreTrees functionality Michael Eischer 2024-01-06 13:59:47 +01:00
  • 147b0e54cb
    Merge pull request #4639 from northben/patch-1 Michael Eischer 2024-01-19 20:08:48 +00:00
  • 5413877d33 Update Backblaze documentation Ben Northway 2024-01-18 16:33:57 -06:00
  • b74305f8f4
    Update 030_preparing_a_new_repo.rst Ben Northway 2024-01-18 16:33:57 -06:00
  • 03e06d0797 Merge branch 'patch-release' Michael Eischer 2024-01-14 21:38:17 +01:00
  • 0ec9383ba2 Set development version for 0.16.3 Alexander Neumann 2024-01-14 20:21:45 +01:00
  • abca112404 Add version for 0.16.3 v0.16.3 Alexander Neumann 2024-01-14 20:21:45 +01:00
  • b70b94507a Generate CHANGELOG.md for 0.16.3 Alexander Neumann 2024-01-14 20:21:19 +01:00
  • d987582594 Prepare changelog for 0.16.3 Alexander Neumann 2024-01-14 20:21:19 +01:00
  • ef2e473b99 doc: Polish changelogs Leo R. Lundgren 2024-01-10 00:18:32 +01:00
  • 2ff957cc05
    Fix lint issue in go.mod Aneesh Nireshwalia 2024-01-09 16:15:50 -07:00
  • 83c1740425
    Merge branch 'master' into add-smb-backend Aneesh N 2024-01-09 16:06:36 -07:00
  • b63f400505 DONT'T MERGE Michael Eischer 2024-01-09 18:33:17 +01:00
  • 7b2de84763
    Merge pull request #4618 from MichaelEischer/workaround-rclone-list-errors Michael Eischer 2024-01-09 18:28:31 +01:00
  • e4bbde7036 rclone: Workaround for incorrect "not found" errors while listing files Michael Eischer 2024-01-06 17:31:16 +01:00
  • ec0fb46f6c add changelog for reliable restores Michael Eischer 2024-01-07 14:18:20 +01:00
  • 103beb96bc restore: separately restore blobs that are frequently referenced Michael Eischer 2024-01-07 12:17:35 +01:00
  • f0f89d7f27 restore: split error reporting from downloadPack Michael Eischer 2024-01-07 12:20:31 +01:00
  • cf352ccafb restore: cleanup downloadPack Michael Eischer 2024-01-07 12:06:36 +01:00
  • b856e9489a restore: split downloadPack into smaller methods Michael Eischer 2024-01-07 12:00:32 +01:00
  • c31e9418ba
    Merge pull request #4626 from MichaelEischer/reliable-large-restores Michael Eischer 2024-01-09 18:23:09 +01:00
  • 2e8de9edfd rclone: Workaround for incorrect "not found" errors while listing files Michael Eischer 2024-01-06 17:31:16 +01:00
  • ce7db90e08 sync CI and go dependencies with master branch Michael Eischer 2024-01-08 21:30:29 +01:00
  • 620518aec6 add changelog for better restore error reporting Michael Eischer 2024-01-07 11:06:42 +01:00
  • f2fafbffaa restore: only report errors for blobs that actually failed to load Michael Eischer 2023-12-30 22:39:26 +01:00