Commit Graph

  • a449450021 init: pass proper context to master key generation Michael Eischer 2020-04-10 11:37:39 +02:00
  • 603bb0e309 restore: Use proper context while loading snapshot Michael Eischer 2020-04-10 11:36:14 +02:00
  • 27456f6545 debug: use proper context Michael Eischer 2020-04-10 11:34:37 +02:00
  • c458e114d4 pass context to Find / FindSnapshot Michael Eischer 2020-04-10 11:31:32 +02:00
  • 45e9a55c62 Wire context into backend layout detection Michael Eischer 2020-09-19 22:01:32 +02:00
  • 307a6ba3a3 Upgrade minio sdk to v7 Michael Eischer 2020-09-19 21:57:02 +02:00
  • 50da20d93d Warn if backup failed to read tree blob Michael Eischer 2020-08-08 00:05:07 +02:00
  • 5fd3dbccb7 Merge pull request #2963 from MichaelEischer/fix-status-deadlock Alexander Neumann 2020-10-09 21:35:50 +02:00
  • 35655a481b Merge pull request #2931 from MichaelEischer/reduce-debug-overhead Alexander Neumann 2020-10-09 21:35:11 +02:00
  • 30cb553c8d Merge pull request #2932 from MichaelEischer/proper-rclone-create Alexander Neumann 2020-10-09 21:29:15 +02:00
  • 2f3eeff2e7 Merge pull request #2964 from MichaelEischer/fix-repro-instructions Alexander Neumann 2020-10-09 21:28:24 +02:00
  • 356ac404cd Merge pull request #2996 from greatroar/setconsolecursorposition MichaelEischer 2020-10-09 18:19:02 +02:00
  • ab769abeaf Merge pull request #3002 from MichaelEischer/update-contributing rawtaz 2020-10-09 17:24:25 +02:00
  • 4036991c91 Update links to help wanted labels in CONTRIBUTING.md and link to forum Michael Eischer 2020-10-09 11:35:11 +02:00
  • 88c8e903d2 filter: Fix glob matching on absolute path marker on windows Michael Eischer 2020-10-09 16:11:05 +02:00
  • 740758a5fa Optimize filter pattern matching greatroar 2020-10-08 11:00:25 +02:00
  • 862ee4b2c9 Merge pull request #2970 from labkode/fopenskip MichaelEischer 2020-10-09 11:43:54 +02:00
  • 958dc6aafc Skip fopen for file change check to avoid network penalty Hugo Gonzalez Labrador 2020-10-02 14:09:01 +02:00
  • 88cc444779 Merge pull request #2934 from MichaelEischer/upgrade-backoff MichaelEischer 2020-10-08 20:33:30 +02:00
  • 4a424af1d5 Merge pull request #2989 from MichaelEischer/remove-local-chmod MichaelEischer 2020-10-08 19:04:13 +02:00
  • bc65da2baf Add changelog Michael Eischer 2020-10-05 22:54:35 +02:00
  • b79f18209f Upgrade github.com/cenkalti/backoff module Michael Eischer 2020-09-19 21:02:52 +02:00
  • 8388e67c4b filter: cleanup path separator conversion Michael Eischer 2020-10-07 21:14:07 +02:00
  • 0acc3c5923 filter: special case patterns without globbing characters Michael Eischer 2020-10-07 20:55:43 +02:00
  • 54a124de3b filter: explicitly test separate ListWithChild function Michael Eischer 2020-10-07 20:12:38 +02:00
  • bcc3bddcf4 filter: only check whether a child path could match when necessary Michael Eischer 2020-10-07 19:46:41 +02:00
  • 17c53efb0d filter: Optimize double wildcard expansion Michael Eischer 2020-10-07 15:51:17 +02:00
  • 7959796269 filter: Special case for absolute paths Michael Eischer 2019-07-06 22:12:24 +02:00
  • 375c2a56de filter: Parse filter patterns only once Michael Eischer 2020-10-07 14:39:51 +02:00
  • b8eacd1364 filter: Reduce redundant path and pattern splitting Michael Eischer 2020-10-07 14:27:59 +02:00
  • e73c281142 filter: Benchmark absolute paths, wildcards and long filter lists Michael Eischer 2020-10-07 15:00:07 +02:00
  • fdd3b14db3 filter: test some corner cases Michael Eischer 2020-10-07 17:06:47 +02:00
  • f4282aa6fd local: mark repository files as read-only Michael Eischer 2020-10-06 18:46:19 +02:00
  • 40ee17167e local: Ignore permission errors on chmod call in Save/Remove operation Michael Eischer 2020-10-06 18:28:01 +02:00
  • f3e933f0c1 Use windows.SetConsoleCursorPosition in ui/termstatus greatroar 2020-10-07 11:17:40 +02:00
  • 0ae02f3030 Merge pull request #2844 from aawsome/prune-integration-tests MichaelEischer 2020-10-06 23:16:41 +02:00
  • e401859afb Merge pull request #2992 from lbausch/repo_wording rawtaz 2020-10-06 23:03:55 +02:00
  • af4100e07d Replace repo/repos with repository/repositories in --no-lock help text Lorenz Bausch 2020-10-06 22:38:19 +02:00
  • ea5bbe0857 Remove dysfunctional link to saythanks Alexander Neumann 2020-10-06 20:43:44 +02:00
  • 6822a58413 Add prune integration tests for many edge cases Alexander Weiss 2020-07-09 14:18:46 +02:00
  • 09d39e260d Merge pull request #2980 from greatroar/error-wrapping MichaelEischer 2020-10-06 15:19:00 +02:00
  • 1579d2a8ec Remove some unused assignments Michael Eischer 2020-10-05 23:19:22 +02:00
  • eba5dd831f Fix typos reported by misspell Michael Eischer 2020-10-05 23:13:38 +02:00
  • 9ffb698c8d Modernize context import in internal/fuse Michael Eischer 2020-10-05 23:09:52 +02:00
  • efbb850d92 Remove a few redundant type specifiers Michael Eischer 2020-10-05 23:07:23 +02:00
  • cfd57c480a Merge pull request #2991 from restic/nonsense MichaelEischer 2020-10-06 00:40:12 +02:00
  • e105a3f391 cache/check: Clarify error message when given arguments Leo R. Lundgren 2020-10-06 00:08:59 +02:00
  • 5d8cfff3f2 Merge pull request #2988 from greatroar/snapshots-json rawtaz 2020-10-05 21:02:52 +02:00
  • 673dda77c0 Less repetitive error messages in internal/cache greatroar 2020-10-03 14:01:58 +02:00
  • 1ab4c710e1 Merge pull request #2987 from greatroar/no-password-for-help MichaelEischer 2020-10-05 20:16:19 +02:00
  • feedf0ebce Don't read password for generate, help or self-update greatroar 2020-10-05 16:03:51 +02:00
  • 1a490acd67 Merge pull request #2982 from greatroar/archiver-error-handling MichaelEischer 2020-10-05 19:19:47 +02:00
  • 187518a8a3 docs: Properly reproduce zip archives for windows binaries Michael Eischer 2020-09-30 16:45:26 +02:00
  • a232c833dc docs: Update binary reproduction instructions and refer to older instructions Michael Eischer 2020-09-30 16:44:25 +02:00
  • c84643c6a9 Merge pull request #2981 from greatroar/mkdircachedir MichaelEischer 2020-10-05 18:15:23 +02:00
  • 8390a8aaf3 Merge pull request #2986 from greatroar/upgrade-xxhash MichaelEischer 2020-10-05 17:49:08 +02:00
  • 1e1a1f3078 Upgrade cespare/xxhash to 2.1.1 greatroar 2020-10-05 15:38:39 +02:00
  • abe9fa261f Merge pull request #2983 from greatroar/upgrade-siphash MichaelEischer 2020-10-05 17:18:07 +02:00
  • 6001b45bf7 Merge pull request #2984 from restic/snapshots-json MichaelEischer 2020-10-05 17:14:23 +02:00
  • 6bee0aafc2 Regression test for #2979 greatroar 2020-10-05 15:04:20 +02:00
  • 8252ea8e3d Upgrade siphash to 1.2.2 greatroar 2020-10-05 12:55:27 +02:00
  • 137d20a06a snapshots: Make --json output [] instead of null when no snapshots Leo R. Lundgren 2020-10-05 13:04:24 +02:00
  • c4e2203e45 Check error in archiver before calling Select greatroar 2020-10-05 11:11:04 +02:00
  • 7d0fa1a686 Simplify cache directory creation greatroar 2020-10-05 10:22:05 +02:00
  • a23d90d270 Merge pull request #2975 from restic/rawtaz-doc-resume rawtaz 2020-10-03 23:12:34 +02:00
  • 2630411530 Merge pull request #2974 from gottwald/swap-gcs-lib MichaelEischer 2020-10-03 21:58:11 +02:00
  • b9b82d878d Add FAQ on whether restic can resume backups rawtaz 2020-10-03 13:27:21 +02:00
  • 8b8e230771 Swap deprecated GCS lib with replacement Ingo Gottwald 2020-10-03 11:03:41 +02:00
  • 7c3c6fa431 Merge pull request #2977 from MichaelEischer/downgrade-cobra rawtaz 2020-10-03 18:23:13 +02:00
  • 29908906b7 Downgrade cobra to v0.0.5 Michael Eischer 2020-10-03 17:45:53 +02:00
  • bbeb439f41 Merge pull request #2937 from andreaso/self-update-output-path-fix rawtaz 2020-10-03 13:35:20 +02:00
  • ce14df303b Don't require self-update --output placeholder file Andreas Olsson 2020-09-20 12:04:08 +02:00
  • 3c6671b18b Merge pull request #2973 from restic/rawtaz-repo2 MichaelEischer 2020-10-02 22:22:41 +02:00
  • 86ff1f2bf6 Merge pull request #2972 from restic/rawtaz-verbose MichaelEischer 2020-10-02 22:21:45 +02:00
  • 0cce6dc31c Correct data type for --repo2 option rawtaz 2020-10-02 21:10:52 +02:00
  • 6253ff0187 Clarify max verbose level in option description rawtaz 2020-10-02 20:25:34 +02:00
  • e9943e864f Merge pull request #2955 from jtagcat/clarify--compact rawtaz 2020-10-02 15:59:08 +02:00
  • a687261804 --help: --compact: clarify description jtagcat 2020-10-02 16:55:56 +03:00
  • 4df8861e09 Merge pull request #2967 from gottwald/fix-deprctd-gs-constructor MichaelEischer 2020-10-01 11:01:49 +02:00
  • 00cedd22aa Replace deprecated method in gs backend Ingo Gottwald 2020-10-01 09:44:39 +02:00
  • f361ed66de Merge pull request #2910 from mtdcr/repository-file MichaelEischer 2020-10-01 01:04:23 +02:00
  • 7b50a65492 Update backup help output in documentation Michael Eischer 2020-10-01 00:15:10 +02:00
  • c18b119a9b Document new option --repository-file Michael Eischer 2020-10-01 00:14:34 +02:00
  • 61035d68bc Add test for --repository-file Michael Eischer 2020-09-30 22:32:14 +02:00
  • 97f7855de3 Add new option --repository-file (default: $RESTIC_REPOSITORY_FILE) Andreas Oberritter 2020-08-30 23:20:57 +02:00
  • d44df9d00d backup: Always remove the status lines once a backup ends Michael Eischer 2020-09-30 15:58:56 +02:00
  • 8d0ba55ecd backup: Fix possible deadlock of scanner goroutine Michael Eischer 2020-09-30 15:48:39 +02:00
  • 34ea960559 Merge pull request #2966 from MichaelEischer/recover-help-typo rawtaz 2020-09-30 18:16:26 +02:00
  • 5ea01b00df Merge pull request #2965 from MichaelEischer/rework-password-prompt rawtaz 2020-09-30 18:15:05 +02:00
  • 48d0ab5276 Merge pull request #2959 from restic/keep-text MichaelEischer 2020-09-30 17:57:00 +02:00
  • 2a79c1a44d recover: Fix typo in the command help Michael Eischer 2020-09-30 17:44:34 +02:00
  • fd02407863 Merge pull request #2849 from classmarkets/gcs-access-token MichaelEischer 2020-09-30 17:42:56 +02:00
  • aea9f7d286 clarify verbose password prompt Michael Eischer 2020-09-30 17:25:54 +02:00
  • 028c9a5343 backup: Correct keep policy text Leo R. Lundgren 2020-09-28 12:54:13 +02:00
  • 94136132e3 Merge pull request #2957 from plumbeo/patch-3 MichaelEischer 2020-09-27 22:08:07 +02:00
  • 009bd907f2 Don’t print too many messages when deleting files plumbeo 2020-09-27 14:24:04 +02:00
  • 14b312f00d Merge pull request #2658 from creativeprojects/issue-2241 MichaelEischer 2020-09-22 22:17:53 +02:00
  • 206cadfab4 Hide password from repository URLs Fred 2020-03-20 22:52:27 +00:00
  • 4875f7b659 Merge pull request #2614 from greatroar/simplify-fs MichaelEischer 2020-09-21 22:05:10 +02:00
  • 6f2093e491 Merge pull request #2940 from andreaso/appveyor-tar-https MichaelEischer 2020-09-21 21:50:26 +02:00