Commit graph

  • 61aaddac28 restic: restore timestamps after extended attributes Michael Eischer 2024-08-15 21:17:49 +02:00
  • a5f2d0cf56 Improve description for no password on secondary repo Michael Eischer 2024-08-18 19:45:54 +02:00
  • 00f63d72fa Mention RESTIC_HOST environment variable in docs Michael Eischer 2024-08-18 19:41:58 +02:00
  • 12089054d8 GitHub test actions: fix warnings 'Restore cache failed' Andreas Deininger 2024-08-17 12:39:41 +02:00
  • f6e8d92590 changelog: update changelog Srigovind Nayak 2024-08-17 00:24:19 +05:30
  • a8032c932c cache: remove redundant index file cleanup Srigovind Nayak 2024-08-17 00:21:49 +05:30
  • 8a7ae17d4d Revert "repository: removed redundant prepareCache method from Repository" Srigovind Nayak 2024-08-17 00:18:13 +05:30
  • 0ca9355bc0 cache: add test for the automated cache clear to cache backend Srigovind Nayak 2024-08-11 16:44:43 +05:30
  • b10d7ccdda changelog: add unrelease changelog Srigovind Nayak 2024-08-11 16:07:38 +05:30
  • 1e68fbca90 repository: removed redundant prepareCache method from Repository Srigovind Nayak 2024-08-11 15:58:27 +05:30
  • 0cf1737289 cache: check for context cancellation before clearing cache Srigovind Nayak 2024-08-11 15:43:03 +05:30
  • fac1d9fea1 cache: backend add List method and a cache clear functionality Srigovind Nayak 2024-08-11 01:42:13 +05:30
  • 48e3832322 main: return an exit code (12) for "bad password" errors Michael Terry 2024-07-30 19:06:18 -04:00
  • 61e1f4a916 backend: return correct error on upload/request timeout Michael Eischer 2024-08-10 18:06:24 +02:00
  • 7642e05eed Add test cases and handle volume GUID paths aneesh-n 2024-08-11 19:25:58 -06:00
  • 51fad2eecb Gracefully handle invalid prepared volume names aneesh-n 2024-08-11 01:48:25 -06:00
  • 111490b8be Add changelog aneesh-n 2024-08-11 01:32:55 -06:00
  • 8861421cd6 Fix extended attributes handling for VSS snapshots aneesh-n 2024-08-11 01:23:47 -06:00
  • c83b529c47 Fix typos Andreas Deininger 2024-08-11 21:38:15 +02:00
  • d15e693045 restore: Add progress bar to 'restore --verify' Shivashis Padhi 2024-08-11 22:25:21 +02:00
  • 283225f15f
    Merge pull request #4994 from MichaelEischer/less-flaky-watchdog-test Michael Eischer 2024-08-10 19:35:38 +02:00
  • 86390b453d
    Merge pull request #4980 from zmanda/unsupported-ea-handling Michael Eischer 2024-08-10 17:11:12 +00:00
  • fa35e72214 backend: tweak timeouts to make watchdog timeout test less flaky Michael Eischer 2024-08-10 19:07:59 +02:00
  • 05571286b2
    Merge pull request #4946 from mikix/json-errors Michael Eischer 2024-08-10 17:04:56 +00:00
  • 4ee3c9c8b9
    Merge pull request #4951 from MichaelEischer/better-completions-poc Michael Eischer 2024-08-10 18:40:57 +02:00
  • 18e9d71d7a
    Fix review comments aneesh-n 2024-08-10 10:38:04 -06:00
  • a164789321
    Merge pull request #4977 from MichaelEischer/warn-on-incomplete-metadata Michael Eischer 2024-08-10 17:59:25 +02:00
  • 09fd599057
    Merge pull request #4973 from MichaelEischer/err-on-unknown-migration Michael Eischer 2024-08-10 15:43:58 +02:00
  • fb815abca5
    Merge pull request #4979 from MichaelEischer/debug-log-flaky-mount-test Michael Eischer 2024-08-10 15:43:31 +02:00
  • 71632a8197
    Handle extended length paths aneesh-n 2024-08-05 16:03:43 -06:00
  • 85639f5159
    Add handling for relative paths, vss paths, UNC paths aneesh-n 2024-08-04 13:19:13 -06:00
  • c13725b5d0
    Check EA support only for volumes, files and dirs aneesh-n 2024-08-04 11:05:40 -06:00
  • 89712f6640
    Formatted aneesh-n 2024-08-04 10:36:13 -06:00
  • 9dedba6dfc
    Address review comments aneesh-n 2024-08-04 10:23:39 -06:00
  • 8c8a066c0e
    Correct the bitmask for fileSupportsExtendedAttributes and add link aneesh-n 2024-08-03 18:06:47 -06:00
  • 041c0705e4
    Add changelog aneesh-n 2024-08-03 16:19:59 -06:00
  • 56113a8da7
    Skip EA processing for volumes that do not support EA aneesh-n 2024-08-03 16:03:30 -06:00
  • 73c9780321 backup: store but warn if extended metadata for item is incomplete Michael Eischer 2024-08-03 19:10:11 +02:00
  • 88f59fc2d6 json: switch backup and restore errors from string to struct types Michael Terry 2024-08-03 15:29:10 -04:00
  • 03be64a094 mount: enable debug log for TestMountSameTimestamps Michael Eischer 2024-08-03 22:17:07 +02:00
  • a48baf6f3a
    Merge pull request #4976 from textaligncenter/backup-panic Michael Eischer 2024-08-03 19:56:15 +00:00
  • a376323331 restore: print JSON versions of errors in --json mode Michael Terry 2024-07-27 19:06:26 -04:00
  • e622135e7e
    Merge pull request #4974 from MichaelEischer/fix-cache-debug-log Michael Eischer 2024-08-03 21:12:32 +02:00
  • d8ea178e69 fix panic in fs_reader textaligncenter 2024-08-03 16:44:45 +00:00
  • ad2585af67 backup: show actual error strings in --json mode Michael Terry 2024-07-27 19:04:34 -04:00
  • f4bdfea1c9 backup: print scanner errors to stderr, not stdout Michael Terry 2024-07-27 19:00:43 -04:00
  • d2f7c5a9c6
    Merge pull request #4978 from konidev20/fix-gh-4949-repair-index-spurious-index Michael Eischer 2024-08-03 18:53:57 +00:00
  • 068d5b95c3
    rewrite: skip saving empty indexes during MasterIndex.Rewrite Srigovind Nayak 2024-08-03 23:34:59 +05:30
  • d4db5a364e
    Merge pull request #4958 from mikix/restore-errors Michael Eischer 2024-08-03 17:58:54 +00:00
  • f3af264674
    Merge pull request #4967 from restic/dependabot/github_actions/docker/login-action-3.3.0 Michael Eischer 2024-08-03 17:58:52 +00:00
  • 4266dca1b6 cache: fix confusing debug log Michael Eischer 2024-08-03 18:51:38 +02:00
  • d407abb50f
    Merge pull request #4960 from MichaelEischer/reduce-cancelation-delays Michael Eischer 2024-08-03 18:23:20 +02:00
  • 3faeddcd5f
    Merge pull request #4954 from MichaelEischer/improve-windows-path-handling Michael Eischer 2024-08-03 18:22:39 +02:00
  • 1c775feecc add changelog for cancelation delay Michael Eischer 2024-07-31 20:49:44 +02:00
  • b3bfb5ed44 add changelog for long paths on windows Michael Eischer 2024-08-03 18:09:28 +02:00
  • db77919550 migrate: show warning if migration is unknown Michael Eischer 2024-08-03 17:22:56 +02:00
  • 7b423a0915
    build(deps): bump docker/login-action from 3.2.0 to 3.3.0 dependabot[bot] 2024-08-01 01:11:48 +00:00
  • a639454f28 diff: improve cancelation handling Michael Eischer 2024-07-31 19:45:33 +02:00
  • ae1cb889dd Add more checks for canceled contexts Michael Eischer 2024-07-31 19:30:47 +02:00
  • 6a97833337 restore: clean up error handling when restoring metadata Michael Terry 2024-07-27 18:55:00 -04:00
  • 8d5e188218
    Merge pull request #4956 from northben/patch-2 rawtaz 2024-07-30 15:27:24 +00:00
  • 98c73eeca9
    Update faq.rst Ben Northway 2024-07-30 09:11:18 -06:00
  • a9be986782 restorer: add minimal long path handling test Michael Eischer 2024-07-29 21:11:47 +02:00
  • 62c4a5e9a0 fs: fix long path handling for ResetPermissions, ClearAttributes and security descriptors Michael Eischer 2024-07-29 20:10:58 +02:00
  • 7448a15f72 stats: add --mode completions Michael Eischer 2024-07-28 12:21:42 +02:00
  • bb50d86e68 cat: add subcommand completion Michael Eischer 2024-07-28 12:21:30 +02:00
  • 76d56e24d6
    Merge pull request #4939 from MichaelEischer/fix-stdin-command-docs Michael Eischer 2024-07-26 20:17:00 +00:00
  • d4b28cea6c docs: clarify how to pass arguments using backup --stdin-from-command Michael Eischer 2024-07-26 20:09:46 +02:00
  • ebc15b8680 Set development version for 0.17.0 Alexander Neumann 2024-07-26 11:30:50 +02:00
  • 277c8f5029 Add version for 0.17.0 v0.17.0 Alexander Neumann 2024-07-26 11:30:37 +02:00
  • 65748fcd6b Update manpages and auto-completion Alexander Neumann 2024-07-26 11:30:37 +02:00
  • 905da91e61 Generate CHANGELOG.md for 0.17.0 Alexander Neumann 2024-07-26 11:29:39 +02:00
  • ad09d21aaf Prepare changelog for 0.17.0 Alexander Neumann 2024-07-26 11:28:55 +02:00
  • aa69b15f3e
    Merge pull request #4936 from restic/828-fix-changelog Michael Eischer 2024-07-25 16:48:31 +00:00
  • 5a8c915443 doc: Remove unrelated PR URL from changelog entry Leo R. Lundgren 2024-07-25 14:27:43 +02:00
  • 2be8793de2
    Merge pull request #4933 from MichaelEischer/backup-source Michael Eischer 2024-07-24 21:08:39 +02:00
  • fe2d1dfd84
    Merge pull request #4932 from restic/polish-changelogs Michael Eischer 2024-07-24 18:47:03 +00:00
  • 636bf2915e minor tweaks Michael Eischer 2024-07-24 19:28:45 +02:00
  • 729e009485 replace all uses of target in relation to backup Michael Eischer 2024-07-24 19:40:53 +02:00
  • 0ddff92323
    Merge pull request #4930 from MichaelEischer/update-xattr-lib Michael Eischer 2024-07-24 19:06:56 +02:00
  • 4d6cd8f069
    Merge pull request #4931 from restic/doc-vss-options Michael Eischer 2024-07-23 20:54:38 +00:00
  • 77ec8ae091 doc: Polish unreleased changelogs Leo R. Lundgren 2024-07-23 00:19:22 +02:00
  • c54d5a8eca doc: Clarify VSS extended options Leo R. Lundgren 2024-07-23 00:37:56 +02:00
  • 948c6f1da3 update xattr library to 0.4.10 Michael Eischer 2024-07-22 22:11:58 +02:00
  • fa5ff0873a
    Merge pull request #4925 from MichaelEischer/fix-restore-truncation Michael Eischer 2024-07-21 12:28:12 +02:00
  • b5d0586b26
    Merge pull request #4926 from MichaelEischer/restore-size-only-files Michael Eischer 2024-07-21 12:06:15 +02:00
  • 0dcac90bea restorer: don't track already uptodate blobs Michael Eischer 2024-07-21 12:03:28 +02:00
  • 10efa77103 restorer: add test for file truncation case Michael Eischer 2024-07-20 12:32:27 +02:00
  • 6f8e17a463 restorer: minor code cleanups Michael Eischer 2024-07-20 12:32:08 +02:00
  • 5d6ce59a8d restorer: also truncate files if their content is already uptodate Michael Eischer 2024-07-20 12:23:12 +02:00
  • 59c880fce3 restorer: only show size in text output for files Michael Eischer 2024-07-20 12:46:28 +02:00
  • 4f4598a1e3
    Merge pull request #4905 from alex-kattathra-johnson/issue-4902 Michael Eischer 2024-07-16 18:06:15 +00:00
  • 3bf2927006 Update snapshot summary on rewrite Alex Johnson 2024-07-11 09:24:00 -05:00
  • 1a45f05e19
    Merge pull request #4921 from MichaelEischer/restorer-bugs Michael Eischer 2024-07-14 11:38:58 +02:00
  • dcfffd7779 restore: extend overwrite test for small files Michael Eischer 2024-07-14 11:30:41 +02:00
  • 44e3610b32 restore: progress bar total on windows Michael Eischer 2024-07-13 00:02:17 +02:00
  • 4a9536b829 amend restore overwrite changelog Michael Eischer 2024-07-12 23:31:54 +02:00
  • 98cfb2c4c8 restore: test progress reporting for partially up to date files Michael Eischer 2024-07-12 23:26:18 +02:00
  • 26aa65e0d4 restore: add regression test for corrupt in-place restore of large file Michael Eischer 2024-07-12 23:14:03 +02:00
  • 2833b2f699 restore: fix progress bar for partially up to date files Michael Eischer 2024-07-12 22:59:01 +02:00