Commit graph

  • bda7aba97d
    build(deps): bump docker/build-push-action from 5 to 6 dependabot[bot] 2024-07-01 01:15:18 +0000
  • aa33af3e75 update command help docs Michael Eischer 2024-06-30 20:33:50 +0200
  • ed904dfac0 clarify that all paths specified using --path option must match Michael Eischer 2024-06-30 20:32:36 +0200
  • ce0cbc7a36 check: fix cachedir creation when using default location Michael Eischer 2024-06-30 12:03:09 +0200
  • 132965fd5c
    Merge pull request #4864 from MichaelEischer/restore-delete Michael Eischer 2024-06-26 21:27:57 +0200
  • 9817126341
    Merge pull request #4863 from MichaelEischer/safer-repo-init2 Michael Eischer 2024-06-26 21:11:11 +0200
  • ca04a88e65
    Merge pull request #4879 from restic/backport-azure-cli-option Michael Eischer 2024-06-26 21:07:16 +0200
  • 12e858b7af azure: deduplicate cli and default credentials case Michael Eischer 2024-05-18 22:15:38 +0200
  • 834f08fe2d Azure: add option to force use of CLI credential Maik Riechert 2024-05-15 16:54:28 +0000
  • 814ef4901f
    Merge pull request #4878 from restic/patch-deps-bump Michael Eischer 2024-06-26 20:58:29 +0200
  • 84bc9432de update release verification script for latest docker Michael Eischer 2024-06-07 21:00:10 +0200
  • e9d711422a bump azure, golang and gcs dependencies Michael Eischer 2024-06-26 19:52:26 +0200
  • e37c11979a
    Merge pull request #4866 from MichaelEischer/fix-ea-windows Michael Eischer 2024-06-26 20:46:24 +0200
  • c01b655229 backup: fix reading xattrs on Windows for root disks as regular user Michael Eischer 2024-06-14 22:36:07 +0200
  • 20a6c526e5 restic: also fix file path when reading windows xattrs Michael Eischer 2024-06-14 21:15:46 +0200
  • b80aa7b1cc repository: prevent initialization if a snapshot exists Michael Eischer 2024-06-13 20:00:20 +0200
  • deca7d08ac restorer: cleanup unexpected xattrs on windows Michael Eischer 2024-06-14 20:17:06 +0200
  • 9572b7224f restorer: windows test fixes Michael Eischer 2024-06-13 22:52:31 +0200
  • ca41c8fd11 restore: use fs function wrappers Michael Eischer 2024-06-13 22:40:35 +0200
  • 3d73ae9988 update restore changelog Michael Eischer 2024-06-13 22:32:53 +0200
  • 4d6042fe95 restore: remove unexpected xattrs from files Michael Eischer 2024-06-13 22:21:00 +0200
  • ebbd4e26d7 restorer: allow directory to replace existing file Michael Eischer 2024-06-07 23:02:46 +0200
  • ac729db3ce restorer: fix overwriting of special file types Michael Eischer 2024-06-07 22:44:47 +0200
  • c7902b7724 restorer: cleanup overwrite tests Michael Eischer 2024-06-07 22:43:31 +0200
  • c598a751c2 restore: fine-grained sparse support for windows Michael Eischer 2024-06-02 16:54:19 +0200
  • d265ec64f2 restore: correctly handle existing hardlinks Michael Eischer 2024-06-01 22:21:16 +0200
  • f19b69af25 restore: allow overwrite to replace empty directories and symlinks Michael Eischer 2024-06-01 21:56:56 +0200
  • 267cd62ae4
    Merge pull request #4838 from MichaelEischer/restore-skip-unchanged Michael Eischer 2024-06-13 21:26:04 +0200
  • d890bfff7c doc: suggest backup before in-place restore Michael Eischer 2024-06-07 21:54:58 +0200
  • f1c76a8286 restore: fix corrupted sparse files Michael Eischer 2024-06-05 22:01:55 +0200
  • 1eccd6504b restore: test restore only changed parts functionality Michael Eischer 2024-05-31 18:15:50 +0200
  • 3ec28ff853 update restore --overwrite documentation Michael Eischer 2024-05-31 17:59:06 +0200
  • 5c3709e17a restore: add --overwrite=if-changed to skip files if their mtime&size matches Michael Eischer 2024-05-31 17:34:48 +0200
  • a66658b4c9 restore: only restore changed file parts Michael Eischer 2024-05-31 17:06:08 +0200
  • 63ea017e67
    Merge pull request #4861 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azidentity-1.6.0 Michael Eischer 2024-06-13 17:50:10 +0000
  • 62e0e5e8d8 restore: cleanup options handling Michael Eischer 2024-05-31 17:46:59 +0200
  • 8733cd21b9 restore: fix file encryption on windows Michael Eischer 2024-05-31 21:47:50 +0200
  • 8aa3ab6ef8 restore: check file type in verify Michael Eischer 2024-05-22 17:36:52 +0200
  • 663151db57
    Merge pull request #4837 from MichaelEischer/restore-options Michael Eischer 2024-06-12 22:52:55 +0200
  • 7f7c995977 fix linter warnings Michael Eischer 2024-05-31 18:30:51 +0200
  • 105261e12e add changelog for restore --overwrite Michael Eischer 2024-05-31 16:25:42 +0200
  • e1ec60c2ee document restore --overwrite Michael Eischer 2024-05-31 16:11:18 +0200
  • ba53a2abb5 test overwrite behavior Michael Eischer 2024-05-31 15:30:30 +0200
  • e47e08a688 restorer: separately track skipped files Michael Eischer 2024-05-31 14:12:06 +0200
  • 64b7b6b975 restore/ui: refactor for extensibility Michael Eischer 2024-05-31 13:43:57 +0200
  • 6a4ae9d6b1 restore: configurable overwrite behavior Michael Eischer 2024-05-31 11:43:42 +0200
  • a23cb3a428 restore: reduce memory usage Michael Eischer 2024-05-31 15:50:48 +0200
  • 2b50c2606c restorer: use options struct Michael Eischer 2024-05-31 11:42:25 +0200
  • 0fcd89f892 restorer: remove special case for blobs with many occurrences Michael Eischer 2024-05-31 11:29:39 +0200
  • fd2ff464a2 restorer: remove stale comment Michael Eischer 2024-05-31 11:29:16 +0200
  • 607daeed4f restore: move nil pointer check into restoreui Michael Eischer 2024-05-31 11:07:53 +0200
  • 30320a249a restore: let filerestorer also handle empty files Michael Eischer 2024-05-30 23:06:15 +0200
  • c166ad7daf restore: factor out file creation helper Michael Eischer 2024-05-30 22:58:44 +0200
  • 1e7bc6dab8
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity dependabot[bot] 2024-06-12 20:09:17 +0000
  • f834c1f08a
    Merge pull request #4825 from MichaelEischer/bump-fuse Michael Eischer 2024-06-12 20:33:05 +0200
  • 058292700c mount: support fuse-t on macOS Michael Eischer 2024-05-26 14:24:15 +0200
  • be05a17e15
    Merge pull request #4811 from konidev20/fix-gh-4781-restore-include-and-exclude-file-switches Michael Eischer 2024-06-10 19:36:07 +0000
  • fe412e2553
    fix: restore inclusion logic and restore tests doc: update exclude and include docs Srigovind Nayak 2024-06-10 01:55:39 +0530
  • 188684ee9e
    fix: include and exclude logic, add tests for include file and exclude file Srigovind Nayak 2024-06-09 19:07:23 +0530
  • fc3841e7cc
    Merge pull request #4851 from MichaelEischer/fix-utf-16-key Michael Eischer 2024-06-09 11:27:58 +0200
  • da4512738a
    Merge pull request #4853 from MichaelEischer/safer-repo-init Michael Eischer 2024-06-09 11:27:45 +0200
  • 7861fc1942
    Merge pull request #4856 from MichaelEischer/fix-verify-script Michael Eischer 2024-06-09 11:27:35 +0200
  • 8440b94159
    Merge pull request #4807 from zmanda/windows-extendedattribs Michael Eischer 2024-06-09 09:18:04 +0000
  • bab760369f repository: double check that there is not repository before init Michael Eischer 2024-06-05 22:46:34 +0200
  • 24a247a0dc
    test: update test case name Srigovind Nayak 2024-06-08 13:21:34 +0530
  • 3a52176121
    restore: accumulate results of multiple pattern checks Srigovind Nayak 2024-06-01 20:37:52 +0530
  • e579dfe72a
    doc: update documentation for restore command Srigovind Nayak 2024-06-01 20:24:53 +0530
  • 2a2c09e666
    changelog: update changelog for gh-4781 Srigovind Nayak 2024-06-01 20:03:01 +0530
  • 1a7574e4b4
    test: add tests for include By pattern Srigovind Nayak 2024-06-01 20:02:16 +0530
  • 4e449ffaff
    test: add tests for reading patterns from file Srigovind Nayak 2024-06-01 19:46:12 +0530
  • 14d2799b44
    fix: move include and exclude pattern validations to top Srigovind Nayak 2024-06-01 18:04:14 +0530
  • fdf2e4ed0e
    restore: refactor include and exclude Srigovind Nayak 2024-06-01 17:49:15 +0530
  • 7d5dd6db66
    fix: add string.Lower for insenstive includes and excludes read from file Srigovind Nayak 2024-05-19 23:40:20 +0530
  • b02117ef0b
    restore: read includes, insensitive includes, excludes and insensitive excludes from a file Srigovind Nayak 2024-05-19 23:30:14 +0530
  • 78485160fc
    Merge pull request #4849 from fthoma/table-tcwidth Michael Eischer 2024-06-07 19:53:14 +0000
  • 7cd324fe26 ui/table: avoid duplicate table cell width calculation Michael Eischer 2024-06-07 21:45:40 +0200
  • edd3e214c2 ui/table: fix width calculation of multi-line column headers Michael Eischer 2024-06-07 21:44:49 +0200
  • 08c43d2c7e update release verification script for latest docker Michael Eischer 2024-06-07 21:00:10 +0200
  • 3f878aa8e7
    Merge pull request #4845 from greatroar/errors Michael Eischer 2024-06-07 17:07:07 +0000
  • 112de8526d
    Merge pull request #4852 from MichaelEischer/master Michael Eischer 2024-06-07 19:06:08 +0200
  • 0a70bbcea5
    Merge pull request #4844 from MichaelEischer/improve-timeout-error Michael Eischer 2024-06-07 19:05:39 +0200
  • 4f053da06a
    Fix test case by correcting cleanup order aneesh-n 2024-06-05 23:10:29 -0600
  • 2101dfe448
    Add missing return to fix failing test aneesh-n 2024-06-05 22:40:21 -0600
  • 7a48c9ebd7
    Fix review comments aneesh-n 2024-06-05 16:06:57 -0600
  • b82ecc6425 crypto: cleanup ciphertext verification error Michael Eischer 2024-06-05 22:33:20 +0200
  • c55665be2c key add/passwd: handle UTF-16 encoding correctly Michael Eischer 2024-06-05 22:14:45 +0200
  • ef85a81e83
    Merge pull request #4847 from rawtaz/azure-error-msg Michael Eischer 2024-06-05 20:05:57 +0000
  • e9de9684f4
    Use character display width for table padding Florian Thoma 2024-06-05 09:33:15 +0200
  • b2bbbe805f azure: Improve error message in azure.Create() Leo R. Lundgren 2024-06-03 23:37:17 +0200
  • 10fdb914df cmd: Return error in readPassword greatroar 2024-06-01 15:15:06 +0200
  • 660679c2f6
    Merge pull request #4835 from MichaelEischer/fix-list-cancel Michael Eischer 2024-06-01 19:17:30 +0200
  • db2398f35b backend: increase request progress timeout to 5 minutes Michael Eischer 2024-06-01 18:54:01 +0200
  • 6bf3d4859f backend: improve error on http request timeout Michael Eischer 2024-06-01 18:52:39 +0200
  • 4a874000b7 gs: Replace some errors.Wrap calls greatroar 2024-06-01 15:04:35 +0200
  • 456ebfb0c7
    Merge pull request #4840 from restic/dependabot/go_modules/google.golang.org/api-0.182.0 Michael Eischer 2024-06-01 13:06:49 +0000
  • 830e87059a
    Merge pull request #4842 from restic/dependabot/github_actions/docker/login-action-3.2.0 Michael Eischer 2024-06-01 13:06:46 +0000
  • a26beb9c1c
    Merge pull request #4843 from restic/dependabot/github_actions/golangci/golangci-lint-action-6 Michael Eischer 2024-06-01 13:06:43 +0000
  • 46b0fac11e
    build(deps): bump golangci/golangci-lint-action from 5 to 6 dependabot[bot] 2024-06-01 01:48:46 +0000
  • fced29b479
    build(deps): bump docker/login-action from 3.1.0 to 3.2.0 dependabot[bot] 2024-06-01 01:48:43 +0000
  • 05d7885a87
    build(deps): bump google.golang.org/api from 0.181.0 to 0.182.0 dependabot[bot] 2024-06-01 01:02:01 +0000