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

Commit graph

  • 3e287afdbf
    Merge pull request #4226 from Sohalt/gcs-region Michael Eischer 2023-05-26 20:28:52 +02:00
  • 06894484a1 shorten changelog title Michael Eischer 2023-05-26 20:05:49 +02:00
  • 6e5b42d5c4 CI: least privilege for workflows Michael Eischer 2023-05-26 19:58:02 +02:00
  • ed5b2c2c9b gs: support other regions than us sohalt 2023-02-27 07:53:25 +01:00
  • 13c32b0fbe
    Merge pull request #4328 from MichaelEischer/cleanup-integration-tests Michael Eischer 2023-05-26 19:49:16 +02:00
  • 9747cef338 fix linter warnings Michael Eischer 2023-05-08 19:46:49 +02:00
  • 8e913e6d3a repair index: always read Quiet flags from GlobalOptions passed as parameter Michael Eischer 2023-05-08 18:40:23 +02:00
  • b93459cbb0 repair snapshots: use local copy of globalOptions to open repository Michael Eischer 2023-05-08 18:38:55 +02:00
  • 692f81ede8 cleanup prune integration test Michael Eischer 2023-05-08 18:36:42 +02:00
  • 7a268e4aba always access stdout/stderr via globalOptions Michael Eischer 2023-05-07 22:21:56 +02:00
  • 4b3a0b4104 read JSON/Quiet flag from the passed in globalOptions Michael Eischer 2023-05-07 22:07:47 +02:00
  • cebce52c16 test: add helper to capture stdout for integration tests Michael Eischer 2023-05-07 22:06:39 +02:00
  • 675a49a95b Restructure integration tests Michael Eischer 2023-05-06 10:37:17 +02:00
  • e2dba9f5c7 test: cleanup a some check calls Michael Eischer 2023-05-06 00:11:45 +02:00
  • 06fd6b54d7 test: print log output if testRunCheck fails Michael Eischer 2023-05-05 23:56:58 +02:00
  • 419e6f26b1 tests: Simplify checks that a specific number of snapshots exists Michael Eischer 2023-05-05 23:51:05 +02:00
  • c3212ab6a6 test: use standard logging methods from testing for the test helpers Michael Eischer 2023-05-05 23:26:13 +02:00
  • 658aa4c0f7
    Merge pull request #4339 from greatroar/ioctl Michael Eischer 2023-05-26 19:34:14 +02:00
  • 998cf5a7f8
    Merge pull request #4333 from MichaelEischer/staticcheck Michael Eischer 2023-05-26 19:34:00 +02:00
  • 7eec91f841 add changelog Michael Eischer 2023-05-26 19:23:51 +02:00
  • 51dc80be5b backend: Use IoctlSetPointerInt for tcsetpgrp greatroar 2023-05-25 17:31:51 +02:00
  • ddbc0c1b37 termstatus: Fix IsProcessBackground for 64-bit big-endian Linux greatroar 2023-05-25 17:20:42 +02:00
  • 4b02684f69 Merge remote-tracking branch 'old-origin/master' into add-smb-backend Aneesh Nireshwalia 2023-05-18 14:25:16 -06:00
  • ecbf8e055c CI: upgrade golangci-lint and check full codebase Michael Eischer 2023-05-18 20:11:59 +02:00
  • 16ba237d8b azure: Fix missing rate limiting Michael Eischer 2023-05-18 20:07:47 +02:00
  • a466e945d9 stats: pass StatsOptions via parameter Michael Eischer 2023-05-18 19:53:58 +02:00
  • 03b9764bce init/generate: check that no parameters are passed Michael Eischer 2023-05-18 19:48:20 +02:00
  • 22c9276719 rest: remove unused parameter Michael Eischer 2023-05-18 20:04:57 +02:00
  • 1e33b285c1 lock: remove unused parameter Michael Eischer 2023-05-18 20:02:52 +02:00
  • c05f96e6b9 repair index: remove no longer used paramter Michael Eischer 2023-05-18 20:01:29 +02:00
  • 94752b7ee2 backup: Remove unused parameters from rejectFunc collection Michael Eischer 2023-05-18 19:56:46 +02:00
  • 0058745881 test: use parameter instead of hardcoded constant Michael Eischer 2023-05-18 19:31:42 +02:00
  • a719d10e22 termstatus: remove unused parameter from helpers Michael Eischer 2023-05-18 19:30:44 +02:00
  • b0a01ae68a ui/backup: remove unused parameter from ProgressPrinter interface Michael Eischer 2023-05-18 19:29:50 +02:00
  • 472bf5184f Replace lots of unused parameters with _ Michael Eischer 2023-05-18 19:27:38 +02:00
  • d1a5ec7839 Rename unused testing parameter to _ Michael Eischer 2023-05-18 19:23:32 +02:00
  • 1514593f22 Remove unused context or testing parameters Michael Eischer 2023-05-18 19:21:28 +02:00
  • 5e4e268bdc Use _ as parameter name for unused Context Michael Eischer 2023-05-18 19:18:09 +02:00
  • 3252f60df5 Ignore deprecated imports for poly1305 and openpgp Michael Eischer 2023-05-18 18:14:42 +02:00
  • 2fa8b96843 Don't shadow builtins Michael Eischer 2023-05-18 18:11:26 +02:00
  • 7a01bd3b67 Remove unnecessary else block Michael Eischer 2023-05-18 18:08:43 +02:00
  • 319087c056 Remove redundant if ...; err != nil; return pattern Michael Eischer 2023-05-18 18:07:19 +02:00
  • 6ed73ed408 CI: remove deprecated linters Michael Eischer 2023-05-18 18:02:38 +02:00
  • c832a492ac fuse: use syscall errnos directly to fix deprecations Michael Eischer 2023-05-18 17:47:42 +02:00
  • e01baeabba Use either test or rtest to refer to internal test helpers Michael Eischer 2023-05-18 17:44:56 +02:00
  • bfc9c6c971
    Merge pull request #4331 from MichaelEischer/fix-mount-failures Michael Eischer 2023-05-18 20:22:57 +02:00
  • 5773b86d02 repository: Push all usage of errors.Fatal out of the package Michael Eischer 2023-05-13 22:43:42 +02:00
  • a013014c24 backup: return normal error if --group-by cannot be parsed Michael Eischer 2023-05-13 22:34:02 +02:00
  • f9850b79b5 rest/sftp: Remove redundant fatal from error message Michael Eischer 2023-05-13 22:19:19 +02:00
  • 2f518b7241
    Merge pull request #4304 from MichaelEischer/unlimited-lock-refresh Michael Eischer 2023-05-13 21:40:29 +02:00
  • 49be202cb0
    Merge pull request #4315 from MichaelEischer/restore-hardlink-progress Michael Eischer 2023-05-13 21:37:40 +02:00
  • 19ebc1b786 restore: Add basic test for progress bar accounting of hardlinks Michael Eischer 2023-05-08 20:49:41 +02:00
  • 23a122a901 restore: count files in the same way as the stats command Michael Eischer 2023-05-01 12:05:48 +02:00
  • e77002f841 restore: correctly count hardlinks in progress bar Michael Eischer 2023-05-01 12:02:50 +02:00
  • d05f6211d1 lock: Do not limit backend concurrency for lock files Michael Eischer 2023-04-23 12:16:54 +02:00
  • ee3c55ea3d
    Merge pull request #2876 from aawsome/new-repair-command Michael Eischer 2023-05-05 23:22:24 +02:00
  • db046c0acc
    Merge pull request #4318 from MichaelEischer/status-output-truncation Michael Eischer 2023-05-05 23:09:59 +02:00
  • 3e6a26e2e9
    Merge pull request #4317 from MichaelEischer/debug-test-mount-failures Michael Eischer 2023-05-05 23:08:03 +02:00
  • 65c5e511a1 ui/termstatus: Add test for Terminal.SetStatus greatroar 2023-05-05 11:10:02 +02:00
  • 6d10c655a0 termstatus: test status line sanitization Michael Eischer 2023-05-01 18:21:08 +02:00
  • bb40e49e75 ui/termstatus: Fix truncation of status output Michael Eischer 2023-05-01 18:13:10 +02:00
  • fefe15d7a1
    Merge pull request #4316 from MichaelEischer/fix-check-modified-data Michael Eischer 2023-05-05 22:38:28 +02:00
  • 78e5aa6d30 repair snapshots: add basic tests Michael Eischer 2023-05-04 23:00:46 +02:00
  • 1cb11ad8ad mount: enable debug logging for the flaky TestMount test Michael Eischer 2023-05-01 18:03:17 +02:00
  • 90a663c94f
    Merge pull request #4308 from greatroar/tar-header Michael Eischer 2023-05-01 17:30:31 +02:00
  • 88a7231217 report snapshot id if loading failed Michael Eischer 2023-05-01 17:24:13 +02:00
  • c0627dc80d check: Fix flaky TestCheckerModifiedData Michael Eischer 2023-05-01 17:18:19 +02:00
  • e71367e6b9 repair snapshots: update changelog Michael Eischer 2022-12-28 15:40:59 +01:00
  • 5aa37acdaa repair snapshots: cleanup command help Michael Eischer 2022-12-28 15:32:00 +01:00
  • 9c64a95df8 doc: rewrite troubleshooting section Michael Eischer 2022-12-28 15:12:39 +01:00
  • 7c8dd61e8c repair snapshots: cleanup warnings Michael Eischer 2022-12-28 12:15:39 +01:00
  • f6cc10578d repair snapshots: Always sanitize file nodes Michael Eischer 2022-12-28 12:14:33 +01:00
  • 4ce87a7f64 repair snapshots: port to filterAndReplaceSnapshot Michael Eischer 2022-12-27 21:31:04 +01:00
  • e17ee40a31 repair snapshots: Port to use walker.TreeRewriter Michael Eischer 2022-12-28 11:50:02 +01:00
  • 1bd1f3008d walker: extend TreeRewriter to support snapshot repairing Michael Eischer 2022-12-28 11:34:55 +01:00
  • 38dac78180 walker: restructure FilterTree into TreeRewriter Michael Eischer 2022-12-28 11:04:28 +01:00
  • bc2399fbd9 walker: recurse into directory based on node type Michael Eischer 2022-12-28 10:42:21 +01:00
  • 1a9705fc95 walker: Simplify change detection in FilterTree Michael Eischer 2022-12-28 10:38:40 +01:00
  • 8c4caf09a8 repair snapshots: Do not rename repaired files Michael Eischer 2022-12-27 21:34:07 +01:00
  • 375189488c rewrite: prepare for code sharing with rewrite snapshots Michael Eischer 2022-12-27 21:05:21 +01:00
  • 903651c719 repair snapshots: partially synchronize code with rewrite command Michael Eischer 2022-12-27 20:24:49 +01:00
  • 118d599d0a Rename 'rebuild-index' to 'repair index' Michael Eischer 2022-12-27 18:25:39 +01:00
  • db459eda21 move to subcommand Michael Eischer 2022-12-10 17:25:38 +01:00
  • a14a63cd29 modernize code Michael Eischer 2022-12-10 17:18:04 +01:00
  • 947f0c345e correct typos Alexander Weiss 2021-02-20 20:56:03 +01:00
  • d23a2e1925 better error handling and correct nil tree behavior Alexander Weiss 2021-02-20 20:16:05 +01:00
  • 08ae708b3b make linter happy Alexander Weiss 2020-11-22 22:33:02 +01:00
  • 99a05d5ab2 Update troubleshooting documentation Alexander Weiss 2020-08-06 17:24:00 +02:00
  • 6557f36f61 Add changelog and docu for #2876 Alexander Weiss 2020-08-06 12:31:37 +02:00
  • 5f58797ba7 Add repair command Alexander Weiss 2020-08-05 21:32:15 +02:00
  • 9cef6b4c69 Add troubleshooting documentation Alexander Weiss 2020-08-06 17:24:00 +02:00
  • 8a78a042db
    Merge pull request #4310 from restic/dependabot/go_modules/github.com/klauspost/compress-1.16.5 Michael Eischer 2023-05-01 14:35:57 +02:00
  • b491af2b57
    Merge pull request #4311 from restic/dependabot/go_modules/golang.org/x/crypto-0.8.0 Michael Eischer 2023-05-01 14:35:37 +02:00
  • d747a9c401
    build(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 dependabot[bot] 2023-05-01 11:15:38 +00:00
  • 888c1ae63a
    build(deps): bump github.com/klauspost/compress from 1.16.0 to 1.16.5 dependabot[bot] 2023-05-01 11:07:29 +00:00
  • 5eeb257c95
    Merge pull request #4312 from restic/dependabot/go_modules/github.com/minio/minio-go/v7-7.0.52 Michael Eischer 2023-05-01 13:00:48 +02:00
  • ae6729cf89
    Merge pull request #4309 from restic/dependabot/go_modules/golang.org/x/oauth2-0.7.0 Michael Eischer 2023-05-01 12:58:55 +02:00
  • 06ceec696b
    build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0 dependabot[bot] 2023-05-01 01:59:57 +00:00
  • 6abd494915
    build(deps): bump github.com/minio/minio-go/v7 from 7.0.50 to 7.0.52 dependabot[bot] 2023-05-01 01:59:50 +00:00
  • 7147a54ceb
    build(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 dependabot[bot] 2023-05-01 01:59:10 +00:00