2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-15 01:51:40 +00:00

Commit Graph

  • c119919a2d
    Merge da479673165968bd09d99720f0dd61edda536ca8 into 6a2b10e2a875fa8528d0852bddeb66eaa588d600 pull[bot] 2025-02-05 21:15:15 +00:00
  • da47967316
    Merge pull request #5194 from darkdragon-001/json-check Michael Eischer 2025-02-05 22:15:10 +01:00
  • 49a411f7ac Print JSON summary in all error cases Dark Dragon 2025-02-02 17:43:54 +01:00
  • 7cc1aa0cd4 Add check summary Dark Dragon 2024-12-30 23:44:46 +01:00
  • a58a8f2ce0 Add JSON output to check command Dark Dragon 2024-12-30 22:33:01 +01:00
  • 79d435efb1 Use printer.NewCounter() instead of newTerminalProgressMax() Dark Dragon 2025-02-02 17:30:45 +01:00
  • 9cdf91b406
    Merge pull request #5235 from MichaelEischer/refactor-ls-sorting Michael Eischer 2025-02-05 20:44:08 +01:00
  • 4104a8e6a5
    Issue: 4942: cmd_rewrite: add snapshot summary data to an existing snapshot. (#5185) Winfried Plappert 2025-02-05 19:40:20 +00:00
  • 6cc06e0812 ls: add missing error handling Michael Eischer 2025-02-03 22:15:32 +01:00
  • c32613a624 ls: extract comparator Michael Eischer 2025-02-03 22:09:55 +01:00
  • 1807627dda ls: refactor sorting into sortedPrinter struct Michael Eischer 2025-02-03 22:05:40 +01:00
  • 993eb112cd ls: deduplicate sorting test Michael Eischer 2025-02-03 21:58:38 +01:00
  • 36d8916354 ls: use numeric based enum for SortMode Michael Eischer 2025-02-03 21:52:57 +01:00
  • 060a44202f
    ls: sort output by size, atime, ctime, mtime, time(=mtime), extension (#5182) Winfried Plappert 2025-02-03 21:07:04 +00:00
  • d79681b987
    Merge pull request #5223 from restic/dependabot/go_modules/google.golang.org/api-0.219.0 Michael Eischer 2025-02-03 21:32:15 +01:00
  • 90e2c419e4
    build(deps): bump google.golang.org/api from 0.204.0 to 0.219.0 dependabot[bot] 2025-02-03 20:16:08 +00:00
  • 7ab5bb6df4
    Merge pull request #5232 from MichaelEischer/bump-go-version Michael Eischer 2025-02-03 21:14:57 +01:00
  • efd2ec086f
    Merge pull request #5179 from zmanda/fix-gh-5140-forget-reports-incorrect-number-of-files-deleted Michael Eischer 2025-02-02 20:14:15 +01:00
  • 8d970e36cf
    tests: add unit test to check the progress counter for forget/prune Srigovind Nayak 2025-02-02 20:18:56 +05:30
  • 58f58a995d
    parallel: increment progress bar before report function which may absorb the error Srigovind Nayak 2024-12-15 13:26:09 +05:30
  • d71ddfb89b bump minimum go version to 1.22 Michael Eischer 2025-02-02 15:05:47 +01:00
  • 536ebefff4
    feat(backends/s3): add warmup support before repacks and restores (#5173) Gilbert Gilb's 2025-02-01 19:26:27 +01:00
  • 9566e2db4a
    Merge pull request #5222 from MichaelEischer/docs-edit-links Michael Eischer 2025-02-01 18:37:05 +01:00
  • 7829728182
    Merge pull request #5225 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.6.0 Michael Eischer 2025-02-01 17:03:33 +01:00
  • 72b343fe5a
    Merge pull request #5228 from greatroar/cleanup Michael Eischer 2025-02-01 16:58:54 +01:00
  • 9c8c59c889
    Merge pull request #5226 from restic/dependabot/go_modules/github.com/spf13/pflag-1.0.6 Michael Eischer 2025-02-01 16:57:10 +01:00
  • c4d988faf8
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob dependabot[bot] 2025-02-01 15:56:10 +00:00
  • 080c8de1a9
    Merge pull request #5227 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.8.1 Michael Eischer 2025-02-01 16:55:04 +01:00
  • c1781e0abb ui/termstatus: Remove unused bytes.Buffer greatroar 2025-02-01 08:14:01 +01:00
  • 2b9113721c
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity dependabot[bot] 2025-02-01 01:43:20 +00:00
  • afe4fcc0d9
    build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 dependabot[bot] 2025-02-01 01:43:14 +00:00
  • c2e404a0ee doc: add edit on github link Michael Eischer 2025-01-31 18:53:03 +01:00
  • c4be05dbc2
    Issue 4433: Ability to define sort order for output of find command (#5184) Winfried Plappert 2025-01-29 20:44:16 +00:00
  • d0d887138c
    Merge pull request #5219 from MichaelEischer/ci-silence-shadow-builtin rawtaz 2025-01-29 01:30:40 +01:00
  • 8eaa4b6602 CI: bump golangci-lint to v1.63.4 Michael Eischer 2025-01-28 19:55:45 +01:00
  • e77681f2cd remove unnecessary min function Michael Eischer 2025-01-28 19:52:22 +01:00
  • a63500663a CI: disable shadow builtin rule Michael Eischer 2025-01-28 19:51:12 +01:00
  • fde64133df
    Merge pull request #5212 from MichaelEischer/prune-fix-unused-size-duplicates Michael Eischer 2025-01-26 22:07:47 +01:00
  • 6301250d83
    fix: Windows VSS Event ID 8194 (#5170) Snshadow 2025-01-27 00:25:38 +09:00
  • 9331461a13 prune: correctly account for duplicates in max-unused check Michael Eischer 2025-01-18 22:15:35 +01:00
  • ed3922ac82
    Merge pull request #5211 from MichaelEischer/bump-dockerfile-go-version rawtaz 2025-01-19 08:32:42 +01:00
  • 8b63e1cd72
    Merge pull request #5129 from tesshuflower/5089_exclude_xattrs_on_restore Michael Eischer 2025-01-18 23:15:11 +01:00
  • 5e8654c71d restore: fix xattr filter test on windows Michael Eischer 2025-01-18 22:54:47 +01:00
  • d5a94583ed bump dockerfile to go 1.23 Michael Eischer 2025-01-18 18:27:43 +01:00
  • 115ecb3c92
    tag: output the original ID and new snapshotID (#5144) Srigovind Nayak 2025-01-14 23:27:47 +05:30
  • 44cef25077
    remove bad test xattr Tesshu Flower 2025-01-10 21:12:03 -05:00
  • cd84fe0853
    xattrs - restore all by default, doc/chglog update Tesshu Flower 2025-01-10 15:25:09 -05:00
  • 3ac697d03d
    linux default restore only user xattrs, doc update Tesshu Flower 2024-12-02 23:33:15 -05:00
  • 24422e20a6
    restore: xattr restore filter tests Tesshu Flower 2024-12-02 19:38:43 -05:00
  • f457b16b23
    update nodeRestoreExtendedAttributes() for win Tesshu Flower 2024-11-15 15:55:29 -05:00
  • af839f9548
    restore: exclude/include xattrs Tesshu Flower 2024-11-04 02:14:45 -05:00
  • e6f9cfb8c8
    Merge pull request #5168 from MichaelEischer/restrict-repository-unpacked Michael Eischer 2025-01-13 22:49:44 +01:00
  • b7ff8ea9cd repository: expose cache via method Michael Eischer 2024-12-01 12:28:47 +01:00
  • 99e105eeb6 repository: restrict SaveUnpacked and RemoveUnpacked Michael Eischer 2024-12-01 12:19:16 +01:00
  • 5bf0204caf
    Do not skip root tree when searching for trees (#5153) Albin Vass 2025-01-13 22:08:38 +01:00
  • 14d02df8bb
    Merge pull request #5162 from MichaelEischer/promote-feature-gates Michael Eischer 2025-01-13 22:03:06 +01:00
  • bd4ce8aac1
    Merge pull request #4990 from m-wild/exclude-cloud-files Michael Eischer 2025-01-13 21:24:53 +01:00
  • da71e77b28 backup: allow excluding online-only cloud files Michael Wildman 2024-08-08 22:48:03 +12:00
  • 27189e03ee
    Merge pull request #4999 from konidev20/fix-gh-4983-slsa-provenance-for-ghcr-container-images Michael Eischer 2025-01-12 22:38:33 +01:00
  • 4e1eeeb721
    Merge pull request #5207 from restic/dependabot/go_modules/golang.org/x/net-0.34.0 Michael Eischer 2025-01-11 19:41:07 +01:00
  • 3b37983a60
    Merge pull request #5196 from restic/dependabot/go_modules/github.com/klauspost/compress-1.17.11 Michael Eischer 2025-01-11 19:39:25 +01:00
  • 99646fdf62
    build(deps): bump golang.org/x/net from 0.30.0 to 0.34.0 dependabot[bot] 2025-01-11 18:31:06 +00:00
  • 0331891545
    Merge pull request #5202 from knbr13/remove-duplicate-imports Michael Eischer 2025-01-11 19:28:07 +01:00
  • 2b45c004be
    Merge pull request #5200 from restic/dependabot/go_modules/golang.org/x/sys-0.28.0 Michael Eischer 2025-01-11 19:27:52 +01:00
  • bbb492ee65 remove duplicate imports knbr13 2025-01-05 13:53:20 +02:00
  • 01405f1e1b
    build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 dependabot[bot] 2025-01-01 01:54:17 +00:00
  • caa59bb81b
    build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.11 dependabot[bot] 2025-01-01 01:54:05 +00:00
  • de3acd7937
    Merge pull request #5180 from vmlemon/master rawtaz 2024-12-23 20:05:06 +01:00
  • 9e85119d73 Update changelog, for issue 5174 (Enable xattr support, on NetBSD 10+) Tyson Key 2024-12-19 14:32:16 +00:00
  • 37969ae8e3 Enable xattr support, on NetBSD 10+ Tyson Key 2024-12-15 23:59:17 +00:00
  • 6808004ad1
    Refactor extended attributes and security descriptor helpers to use go-winio (#5040) Aneesh N 2024-12-10 02:18:38 +05:30
  • 8d45a4b283
    changelog: update to indicate change applies only for GHCR images. Srigovind Nayak 2024-12-02 01:11:26 +05:30
  • 4fb9aa4351
    docker: fix typos and permissions for jobs Srigovind Nayak 2024-12-02 00:16:19 +05:30
  • d422e75e08
    docs: add instructions for verifying SLSA provenance of Docker images Srigovind Nayak 2024-09-29 15:56:17 +05:30
  • 144221b430
    docker: add SLSA provenance to .github workflow Srigovind Nayak 2024-09-15 22:44:00 +05:30
  • d7d9af4c9f
    ui: restore --delete indicates number of deleted files (#5100) Srigovind Nayak 2024-12-01 19:59:11 +05:30
  • 2f0049cd6c
    Merge pull request #5141 from richgrov/missing-azure-env-error Michael Eischer 2024-12-01 14:01:56 +01:00
  • 72c02fa759
    Merge pull request #5167 from restic/dependabot/go_modules/github.com/pkg/sftp-1.13.7 Michael Eischer 2024-12-01 13:14:03 +01:00
  • 770841f95d
    build(deps): bump github.com/pkg/sftp from 1.13.6 to 1.13.7 dependabot[bot] 2024-12-01 12:02:01 +00:00
  • 5e0a045481
    Merge pull request #5163 from restic/dependabot/go_modules/golang.org/x/sys-0.27.0 Michael Eischer 2024-12-01 13:00:28 +01:00
  • 3fecddafe8
    Merge pull request #5165 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.5.0 Michael Eischer 2024-12-01 12:58:24 +01:00
  • 40987a5f80
    build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 dependabot[bot] 2024-12-01 11:48:44 +00:00
  • 875976f4a8
    Merge pull request #5166 from restic/dependabot/go_modules/golang.org/x/text-0.20.0 Michael Eischer 2024-12-01 12:47:55 +01:00
  • 2dc00cfd36
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob dependabot[bot] 2024-12-01 11:45:54 +00:00
  • 45d2b4cd3c
    Merge pull request #5161 from restic/bump-backblaze-library Michael Eischer 2024-12-01 12:45:00 +01:00
  • a4d776ec8f
    build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 dependabot[bot] 2024-12-01 01:41:13 +00:00
  • 098db935f7 Stabilize explicit-s3-anonymous-auth and safe-forget-keep-tags flags Michael Eischer 2024-11-30 21:22:51 +01:00
  • ead57ec501 bump backblaze/blazer to v0.7.1 Michael Eischer 2024-11-30 21:17:06 +01:00
  • 8f9d755b44
    Merge pull request #5158 from dnnr/clarify-max-repack-size Michael Eischer 2024-11-30 19:19:01 +01:00
  • 1062546563
    Mention size Daniel Danner 2024-11-30 17:52:29 +01:00
  • 0bf8af7188
    Merge pull request #5138 from vmlemon/issue-5131 Michael Eischer 2024-11-30 17:32:59 +01:00
  • 9a674ecc34
    Merge pull request #5146 from MichaelEischer/inline-extended-stat Michael Eischer 2024-11-30 17:23:34 +01:00
  • 9a99141a5f fs: remove os.FileInfo from fs.ExtendedFileInfo Michael Eischer 2024-11-30 16:58:04 +01:00
  • 847b2efba2 archiver: remove fs parameter from fileChanged function Michael Eischer 2024-11-16 16:53:34 +01:00
  • 641390103d fs: inline ExtendedStat Michael Eischer 2024-11-03 16:01:59 +01:00
  • 806fa534ce
    Merge pull request #5145 from MichaelEischer/ignore-disappeared-files Michael Eischer 2024-11-30 16:15:31 +01:00
  • 5df6bf80b1 fs: retry vss creation on VSS_E_SNAPSHOT_SET_IN_PROGRESS error Michael Eischer 2024-11-30 16:07:18 +01:00
  • dc89aad722 build dragonflybsd binaries Michael Eischer 2024-11-30 15:41:43 +01:00
  • 3c0ceda536 Add basic support for DragonFlyBSD Tyson Key 2024-11-05 15:52:45 +00:00
  • c5fb46da53 archiver: ignore files removed in the meantime Michael Eischer 2024-11-02 22:55:16 +01:00