Commit graph

  • affd04c125 doc: recommend cat config to check if a repository exists Michael Eischer 2023-04-21 22:56:31 +02:00
  • f27750e270 backend/sema: rename type to connectionLimitedBackend Michael Eischer 2023-04-21 22:44:45 +02:00
  • 1dd873b706
    Merge pull request #4293 from MichaelEischer/fix-groups-by Michael Eischer 2023-04-21 22:47:03 +02:00
  • 7a60d9e54f
    Merge pull request #4288 from MichaelEischer/log-warnings-to-debug-log Michael Eischer 2023-04-21 22:39:00 +02:00
  • 3001dd8c2b Add test to verify that the backup parent is correctly selected Michael Eischer 2023-04-21 22:35:02 +02:00
  • 4503aea0df
    Merge pull request #4296 from MichaelEischer/rewrite-reorder-output Michael Eischer 2023-04-19 22:00:32 +02:00
  • 09cddb8927 rewrite: log snapshot saved before removal of the old snapshot Michael Eischer 2023-04-17 21:00:45 +02:00
  • 913eab3361
    Merge pull request #4234 from thndrbrrr/forget-opts-neg1-means-forever-issue-2565 Michael Eischer 2023-04-14 23:18:47 +02:00
  • a9c7c12276
    Merge pull request #4265 from HeikoSchlittermann/chg/progress-to-stderr Michael Eischer 2023-04-14 23:18:23 +02:00
  • 85eef232e6
    Merge pull request #4232 from thndrbrrr/copy-chunker-params-verbose-msg Michael Eischer 2023-04-14 23:17:56 +02:00
  • 07a44a88f2 Fix snapshot filtering for relative paths in the backup command Michael Eischer 2023-04-14 21:53:55 +02:00
  • 48e065d971 Sync dependency upgrades from master Michael Eischer 2023-04-14 20:56:46 +02:00
  • a06d927dce
    Merge pull request #4291 from greatroar/widechars Michael Eischer 2023-04-14 22:48:34 +02:00
  • fd3ed9e2f4
    Merge pull request #4192 from greatroar/quote Michael Eischer 2023-04-14 22:39:09 +02:00
  • 6042df075f migrations: Fix S3 backend detection Michael Eischer 2023-04-08 12:53:43 +02:00
  • c934c99d41 gs: replace usage of context.Background() Michael Eischer 2023-04-08 11:59:44 +02:00
  • 616926d2c1 gs: use IsNotExist to check error Michael Eischer 2023-04-07 23:16:08 +02:00
  • 05abc6d6f5 backend: deduplicate implementation of Delete() method Michael Eischer 2023-04-07 23:56:16 +02:00
  • 45244fdf68 backend: remove parameter validation tests Michael Eischer 2023-04-07 23:24:14 +02:00
  • 803640ba4b backend: remove a few unnecessary debug logs Michael Eischer 2023-04-07 23:22:00 +02:00
  • 8e1e3844aa backend: factor out connection limiting and parameter validation Michael Eischer 2023-04-07 23:02:35 +02:00
  • 8b5ab5b59f dryrun: fix outdated comments Michael Eischer 2023-04-07 22:13:32 +02:00
  • 4703473ec5 backend: extract most debug logs into logger backend Michael Eischer 2023-04-07 22:01:30 +02:00
  • 8bfc2519d7 backend: Deduplicate sanity checks for parameters of Load() method Michael Eischer 2023-04-07 21:29:01 +02:00
  • ba16904eed backup: Add test to verify parent snapshot selection for relative paths Michael Eischer 2023-04-14 22:21:43 +02:00
  • 2841a87cc6 Fix snapshot filtering for relative paths in the backup command Michael Eischer 2023-04-14 21:53:55 +02:00
  • fab4a8a4d2 Properly initialize the --group-by option for backup tests Michael Eischer 2023-04-14 21:53:01 +02:00
  • 3b24c15c3d fuse: Mix inode hashes in a non-symmetric way greatroar 2023-03-21 17:33:18 +01:00
  • 4304e01ca2 fuse: Report fuse.Attr.Blocks correctly greatroar 2023-03-07 22:12:08 +01:00
  • 6d6c04abef forget: Simplify usage text Torben Giesselmann 2023-04-14 10:05:23 -07:00
  • 49e32f3f8a ui/termstatus: Optimize Truncate greatroar 2023-04-14 11:13:39 +02:00
  • 9412f37e50 ui/termstatus: Quote funny filenames greatroar 2023-02-11 14:51:58 +01:00
  • 593eb710b4 added changelog Ian Muge 2023-02-21 11:28:52 +01:00
  • 97274ecabd cmd, restic: Refactor and fix snapshot filtering greatroar 2023-02-17 16:13:46 +01:00
  • 74f7dd0b38 Make help for --verbose less confusing Michael Eischer 2023-02-06 22:11:21 +01:00
  • 21ad357c10 add linux/riscv64 builds Michael Eischer 2023-01-28 20:19:07 +01:00
  • 087cf7e114
    generate: write progress to STDOUT if this is a terminal Heiko Schlittermann (HS12-RIPE) 2023-03-22 08:18:08 +01:00
  • e604939e72 Debug log status code if execution is interrupted Michael Eischer 2023-04-12 21:58:29 +02:00
  • 37aca6bec0 Add warnings via Warnf to the debug log Michael Eischer 2023-04-12 21:37:37 +02:00
  • bdcafbc11c
    Merge pull request #4282 from TorstenC/patch-1 Michael Eischer 2023-04-11 22:34:16 +02:00
  • ba33e41068 040_backup.rst line 228 - #4280 --exclude-caches Torsten C 2023-04-06 18:32:09 +02:00
  • 4661f45a8c
    Merge pull request #4220 from Skaronator/master Michael Eischer 2023-04-11 22:26:02 +02:00
  • 2091fc0dde
    Merge pull request #4107 from jooola/feature-wait-for-unlock Michael Eischer 2023-04-11 22:21:01 +02:00
  • 9238dcc81a
    Merge pull request #4201 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.0.0 Michael Eischer 2023-04-11 22:20:38 +02:00
  • 71537da4b0 init: Add --copy-chunker-params verbose msg Torben Giesselmann 2023-04-09 14:59:07 -07:00
  • ce51d2f3c0 forget: Update usage text Torben Giesselmann 2023-04-09 12:59:15 -07:00
  • 403b7ca2be forget: Update documentation Torben Giesselmann 2023-04-09 12:57:37 -07:00
  • 309cf0586a Add changelog entry Torben Giesselmann 2023-04-09 12:05:15 -07:00
  • 9f9e91eb0d Fix comment to comply with linter Torben Giesselmann 2023-04-09 11:47:10 -07:00
  • 1f43003cc1 Merge branch 'master' into feature-wait-for-unlock Michael Eischer 2023-04-07 20:32:21 +02:00
  • 8ce5f29758 lock: increase test timeout tolerances to avoid test failures Michael Eischer 2023-04-07 20:03:51 +02:00
  • 8afc117aa3
    Merge pull request #4285 from MichaelEischer/debug-lock-refresh-failures Michael Eischer 2023-04-07 20:06:15 +02:00
  • cf1cc1fb72 lock: Print stacktrace if TestLockSuccessfulRefresh fails Michael Eischer 2023-04-07 19:51:31 +02:00
  • 64233ca0a7 lock: Improve debug logging in the test Michael Eischer 2023-04-07 19:43:00 +02:00
  • ea59896bd6
    Add a global option --retry-lock jo 2023-02-16 16:58:36 +01:00
  • 806a0cdce3 bump minimum go version on Solaris to 1.20 Michael Eischer 2023-04-07 15:31:20 +02:00
  • faa83db9e4 azure: Adapt code to API change Michael Eischer 2023-04-07 15:05:55 +02:00
  • 9358a5fb37
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob dependabot[bot] 2023-04-07 11:03:25 +00:00
  • 71c9516b26
    Merge pull request #4247 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.4.0 Michael Eischer 2023-04-07 13:01:04 +02:00
  • 17ac91fba3
    Merge pull request #4283 from restic/dependabot/go_modules/google.golang.org/api-0.116.0 Michael Eischer 2023-04-07 12:58:54 +02:00
  • 26a3c47c5c
    Merge pull request #4255 from greatroar/fuse-hash Michael Eischer 2023-04-07 12:56:57 +02:00
  • 7896e50301
    Merge pull request #4271 from restic/dependabot/go_modules/github.com/minio/minio-go/v7-7.0.50 Michael Eischer 2023-04-07 12:47:30 +02:00
  • 9584cbda90
    build(deps): bump google.golang.org/api from 0.114.0 to 0.116.0 dependabot[bot] 2023-04-07 10:27:38 +00:00
  • cacc48fc09
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore dependabot[bot] 2023-04-07 10:27:30 +00:00
  • 7fbaca577b
    Merge pull request #4272 from restic/dependabot/go_modules/cloud.google.com/go/storage-1.30.1 Michael Eischer 2023-04-07 12:26:20 +02:00
  • 1f9dd84d1e
    Merge pull request #3991 from mark-herrmann/feature/restore-progress Michael Eischer 2023-04-07 12:24:55 +02:00
  • c8ff5592b8
    Merge pull request #4273 from ducalex/gitignore-restic-exe Michael Eischer 2023-04-07 12:10:09 +02:00
  • f875a8843d restore: Add progress bar Mark Herrmann 2022-10-28 17:44:34 +02:00
  • 0ed5c20c57 Added restic.exe to the .gitignore Alex Duchesne 2023-03-28 23:01:46 -04:00
  • 21edbdc3ac
    build(deps): bump cloud.google.com/go/storage from 1.29.0 to 1.30.1 dependabot[bot] 2023-03-26 20:14:09 +00:00
  • 220d937975
    build(deps): bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.50 dependabot[bot] 2023-03-26 20:13:34 +00:00
  • 5f13bbc118
    Merge pull request #4270 from MichaelEischer/monthly-dependabot rawtaz 2023-03-26 22:09:21 +02:00
  • 9672670756
    Merge pull request #4240 from greatroar/fuse-blocks Michael Eischer 2023-03-26 21:57:53 +02:00
  • 5ac24a9744 Switch back to monthly dependabot updates Michael Eischer 2023-03-26 21:55:27 +02:00
  • 99e247caa6
    Merge pull request #4259 from restic/dependabot/github_actions/actions/setup-go-4 Michael Eischer 2023-03-26 21:53:47 +02:00
  • 0c705e07db
    Merge pull request #4249 from restic/dependabot/go_modules/golang.org/x/oauth2-0.6.0 Michael Eischer 2023-03-26 10:38:53 +02:00
  • 024d01d85b
    Merge pull request #4266 from restic/linkfix Michael Eischer 2023-03-22 22:59:54 +01:00
  • 0666fa11b8 doc: Correct broken links Leo R. Lundgren 2023-03-22 17:37:58 +01:00
  • caa0e89114
    Merge pull request #4246 from greatroar/doc rawtaz 2023-03-22 14:47:31 +01:00
  • 46a7072f3f
    Merge pull request #4264 from GuitarBilly/patch-1 rawtaz 2023-03-22 14:13:40 +01:00
  • 1f12915b0c Update 110_talks.rst GuitarBilly 2023-03-21 21:00:05 +01:00
  • a0885d5d69 fuse: Mix inode hashes in a non-symmetric way greatroar 2023-03-21 17:33:18 +01:00
  • 5dccab701a
    build(deps): bump actions/setup-go from 3 to 4 dependabot[bot] 2023-03-20 02:18:58 +00:00
  • 5069c9edd9 Represent -1 as "all" in ExpirePolicy's Stringer Torben Giesselmann 2023-03-15 15:07:51 -07:00
  • 1a584cb16e Refactor policy sum calculation & duration parsing Torben Giesselmann 2023-03-14 19:29:08 -07:00
  • 84ede6ad7a forget: Prevent neg. values in --keep-within* opts Torben Giesselmann 2023-03-14 19:20:03 -07:00
  • b7f03d01b8 Add helper function for Duration parsing Torben Giesselmann 2023-03-14 19:16:24 -07:00
  • eaceaca113
    build(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 dependabot[bot] 2023-03-13 02:07:39 +00:00
  • a7ac9a4769 doc: Fix some links, focus less on implementation details greatroar 2023-03-13 00:11:22 +01:00
  • 23ed03a267
    Merge pull request #4243 from restic/update-go Michael Eischer 2023-03-12 18:15:54 +01:00
  • aac8c5a7ca
    Merge pull request #4244 from MichaelEischer/fix-doc-typos Alexander Neumann 2023-03-12 15:04:26 +01:00
  • 7c8a401d97
    Merge pull request #4176 from LXGaming/fix/impostor Michael Eischer 2023-03-12 12:14:40 +01:00
  • d83332315c Update golangci-lint Alexander Neumann 2023-03-12 12:05:59 +01:00
  • c2703e5024 Increase timeout for golangci-lint Alexander Neumann 2023-03-12 12:02:22 +01:00
  • eb7dbc88b5
    Merge pull request #4210 from aawsome/patch-1 Michael Eischer 2023-03-12 12:00:25 +01:00
  • e02aadf1d2 doc: use extlink for links to issues Michael Eischer 2023-03-12 11:55:36 +01:00
  • c4e6b198ae doc: fix building with Sphinx 6 Michael Eischer 2023-03-12 11:45:26 +01:00
  • f47c8eebb7 doc: fix broken link in rewrite command docs Michael Eischer 2023-03-12 11:44:56 +01:00
  • 996e2ac7c5 Run tests with Go 1.20 Alexander Neumann 2023-03-12 11:35:48 +01:00
  • a67d3781a3 doc: apply review comments and improve link formatting Michael Eischer 2023-03-12 11:37:37 +01:00