Commit Graph

  • bf054c09d2 backup: Ignore xattr.list permission error for parent directories Michael Eischer 2024-01-31 20:48:03 +0100
  • 0747cf5319 cache: ignore ErrNotExist during cleanup of old files Michael Eischer 2024-04-10 19:17:25 +0200
  • 166e94d82e webdav: removed unnecessary error checks Alex Duchesne 2024-04-07 17:32:30 -0400
  • 6091029fd6
    Merge pull request #4756 from mgeisler/patch-1 Michael Eischer 2024-04-07 19:24:09 +0000
  • 09d2183351
    doc: fix typo in 047_tuning_backup_parameters.rst Martin Geisler 2024-04-07 18:05:53 +0200
  • 0cb3ef1d92 webdav: added some structure similar to `mount` Alex Duchesne 2024-04-06 10:24:17 -0400
  • 7782b7c38e webdav: open Windows Explorer when starting Alex Duchesne 2024-04-06 10:23:59 -0400
  • ff7bfc534f Implemented WebDAV server to browse repositories Alex Duchesne 2024-04-05 23:05:12 -0400
  • a4b7ebecfc
    Merge pull request #4750 from restic/dependabot/go_modules/cloud.google.com/go/storage-1.40.0 Michael Eischer 2024-04-03 20:10:41 +0000
  • ba136b31b8
    build(deps): bump cloud.google.com/go/storage from 1.39.0 to 1.40.0 dependabot[bot] 2024-04-03 20:03:22 +0000
  • f328111a6e
    Merge pull request #4751 from restic/dependabot/go_modules/golang.org/x/net-0.23.0 Michael Eischer 2024-04-03 19:52:29 +0000
  • 9fb017e67a
    Merge pull request #4745 from MichaelEischer/full-id-key-list Michael Eischer 2024-04-03 21:50:02 +0200
  • 49f98f25fc
    Merge pull request #4742 from MichaelEischer/consistent-rtest-import Michael Eischer 2024-04-03 21:47:32 +0200
  • 855d199145
    build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 dependabot[bot] 2024-04-03 19:45:34 +0000
  • 96c602a6de
    build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 dependabot[bot] 2024-04-03 19:41:38 +0000
  • e5601cb701
    build(deps): bump golang.org/x/crypto from 0.19.0 to 0.21.0 dependabot[bot] 2024-04-03 19:38:13 +0000
  • 1d0a20dd58
    Merge pull request #4748 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.10.0 Michael Eischer 2024-04-03 19:34:47 +0000
  • 6cca1d5705
    Merge pull request #4655 from ae-govau/unixsocket Michael Eischer 2024-04-03 19:29:21 +0000
  • 846071dbed
    build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 dependabot[bot] 2024-04-01 02:32:31 +0000
  • f8a72ac2a3
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore dependabot[bot] 2024-04-01 02:32:19 +0000
  • 5145c8f9c0 key list: include full key id in JSON output Michael Eischer 2024-03-31 12:25:20 +0200
  • 831fc4413d
    Merge pull request #4737 from stephan0307/3117 Michael Eischer 2024-03-29 13:11:24 +0000
  • df07814ec2 forget json output: added id's in snapshots within reasons object Stephan Paul 2024-03-25 15:42:15 +0100
  • ec2b79834a use consistent alias for interal/test package Michael Eischer 2024-03-29 00:24:03 +0100
  • 510f6f06b0
    Merge pull request #4709 from MichaelEischer/refactor-locking Michael Eischer 2024-03-28 23:53:09 +0100
  • 07eb6c315b add changelog for locking refactor Michael Eischer 2024-03-28 23:46:58 +0100
  • 5e98f1e2eb repository: fix test setup race conditions Michael Eischer 2024-03-28 23:14:32 +0100
  • 8155dbe711 correctly lock repository in integration tests Michael Eischer 2024-02-24 21:54:39 +0100
  • d18726cd70 ls: add missing read lock Michael Eischer 2024-02-24 21:52:28 +0100
  • dc441c57a7 repository: unify repository initialization in tests Michael Eischer 2024-02-24 21:45:24 +0100
  • 3ba1fa3cee repository: remove a few global variables Michael Eischer 2024-02-24 17:20:10 +0100
  • 044e8bf821 repository: parallelize lock tests Michael Eischer 2024-02-24 17:07:14 +0100
  • e8df50fa3c repository: remove global list of locks Michael Eischer 2024-02-24 16:45:57 +0100
  • cbb5f89252 lock: move code to repository package Michael Eischer 2024-02-24 16:26:29 +0100
  • 118a69a84b lock: replace lockRepo(Exclusive) with openWith(Read/Write/Exclusive)Lock Michael Eischer 2024-02-24 15:19:02 +0100
  • 7f9ad1c3db
    Merge pull request #4705 from MichaelEischer/snapshot-statistics Michael Eischer 2024-03-28 22:41:45 +0100
  • 71b6284155
    Merge pull request #4006 from MichaelEischer/deviceID-only-for-hardlinks Michael Eischer 2024-03-28 22:33:28 +0100
  • cf81f8ced6 stats: only check for hardlinks for files with more than one link Michael Eischer 2024-03-28 21:28:01 +0100
  • 21cf38fe96 add changelog for deviceID only for hardlinks Michael Eischer 2024-03-28 19:25:52 +0100
  • d705741571 backup: test that deviceID is only stored for hardlinks Michael Eischer 2024-03-28 19:11:56 +0100
  • 6d3c612198
    Merge f44da64c07 into 870904d3ae Loïc Hermann 2024-03-28 19:30:14 +0100
  • a9b3d86c4f features: remove example feature Michael Eischer 2024-03-28 18:44:45 +0100
  • a26d6ffa72 archiver: move deviceID handling behind feature flag Michael Eischer 2024-03-09 17:44:48 +0100
  • 2ba21fe72b archiver: only store deviceID for hardlinks Michael Eischer 2024-03-09 17:38:41 +0100
  • 870904d3ae
    Merge pull request #4731 from facutuesca/powershell-completion-doc Michael Eischer 2024-03-28 17:46:55 +0000
  • 15555c9898 doc: Use consistent case for PROFILE env variable in PowerShell Facundo Tuesca 2024-03-28 18:35:18 +0100
  • 63a2350c9e
    Merge pull request #4741 from MichaelEischer/ci-upgrade-golangci-lint Michael Eischer 2024-03-28 18:27:05 +0100
  • 8876e3025b
    Merge pull request #4724 from MichaelEischer/disable-old-index Michael Eischer 2024-03-28 18:24:47 +0100
  • 4f4979f4e8
    Merge pull request #4740 from MichaelEischer/ci-upgrade-docker-actions Michael Eischer 2024-03-28 18:16:38 +0100
  • 1497525e15 CI: Update golangci-lint to version 1.57.1 Michael Eischer 2024-03-28 18:15:50 +0100
  • a8face3a25
    Merge pull request #4739 from MichaelEischer/ci-allow-annotations Michael Eischer 2024-03-28 18:02:16 +0100
  • aee6d311f1 CI: update docker actions Michael Eischer 2024-03-28 17:56:13 +0100
  • 6ac7519188 add changelog for rest unix socket support Michael Eischer 2024-03-28 17:40:02 +0100
  • add37fcd9f CI: uses rest-server from master branch until unix sockets are released Michael Eischer 2024-03-28 16:57:36 +0100
  • 6e775d3787 Enhancement: option to send HTTP over unix socket Adam Eijdenberg 2024-01-29 14:23:56 +1100
  • 5c4a4b4a30 CI: Allow golangci-lint to annotate PRs Michael Eischer 2024-03-28 17:09:59 +0100
  • 02983f3369
    doc: update fact that version 1 repositories could store data and tree blobs in the same pack file Srigovind Nayak 2024-03-19 23:40:18 +0530
  • d1d773cfcd
    Merge pull request #4727 from avoidalone/master Michael Eischer 2024-03-17 18:52:40 +0000
  • 521713fc94 doc: Add instructions to configure PowerShell completions Facundo Tuesca 2024-03-16 18:54:27 +0100
  • ada8d09441
    Fix formatting in go mod Aneesh Nireshwalia 2024-03-12 14:48:50 -0600
  • cd67905d60
    Merge branch 'master' into add-smb-backend Aneesh N 2024-03-11 19:36:27 -0600
  • ac948fccda fix some typos avoidalone 2024-03-11 14:35:12 +0800
  • 9284f7413a
    Merge pull request #4725 from leoheitmannruiz/master rawtaz 2024-03-10 12:24:07 +0000
  • 1287b977b4
    Merge pull request #4726 from leoheitmannruiz/patch-1 rawtaz 2024-03-10 12:23:48 +0000
  • 00f762373f
    Capitalize Homebrew Leo Heitmann Ruiz 2024-03-10 00:20:26 +0100
  • 9f3e1462c0
    Minor README.md cleanups Leo Heitmann Ruiz 2024-03-09 23:56:16 +0100
  • 69ca12d2eb check: treat legacy index format as errors Michael Eischer 2024-03-09 18:36:33 +0100
  • 98a6817d01 add changelog for legacy index deprecation Michael Eischer 2024-03-09 18:35:00 +0100
  • f8852f0eb6 repair index: fix deletion of legacy indexes Michael Eischer 2024-03-09 18:21:22 +0100
  • 1a8bf358f1 index: deprecate legacy index format Michael Eischer 2024-03-09 18:20:52 +0100
  • 396a61a992
    Merge pull request #4666 from MichaelEischer/feature-flags Michael Eischer 2024-03-09 17:36:29 +0100
  • a9b64cd7ad features: print warning for stable/depreacted feature flags Michael Eischer 2024-02-17 21:50:25 +0100
  • fe68d2cafb add feature flag documentation Michael Eischer 2024-02-17 21:41:07 +0100
  • 70839155f2 features: add tests Michael Eischer 2024-02-12 21:34:37 +0100
  • 1c77c51a03 features: initialize based on RESTIC_FEATURES environment variable Michael Eischer 2024-01-28 16:21:22 +0100
  • 5974a79497 features: add basic feature flag implementation Michael Eischer 2024-01-28 16:15:32 +0100
  • 0589da60b3
    Merge pull request #4717 from restic/dependabot/go_modules/cloud.google.com/go/storage-1.39.0 Michael Eischer 2024-03-07 14:10:24 +0000
  • 608116817b
    build(deps): bump cloud.google.com/go/storage from 1.37.0 to 1.39.0 dependabot[bot] 2024-03-07 13:59:23 +0000
  • f742da8b2f
    Merge pull request #4722 from konidev20/upgrade-docker-golang-base-image-to-1-22 Michael Eischer 2024-03-07 13:44:48 +0000
  • af1684743f
    Merge pull request #4716 from restic/dependabot/go_modules/github.com/klauspost/compress-1.17.7 Michael Eischer 2024-03-07 13:41:46 +0000
  • 5b9de4d8b7
    Merge pull request #4715 from restic/dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob-1.3.1 Michael Eischer 2024-03-07 13:40:44 +0000
  • fceef67abe
    Merge pull request #4718 from restic/dependabot/go_modules/github.com/spf13/cobra-1.8.0 Michael Eischer 2024-03-07 13:37:17 +0000
  • 8506cae710
    Merge pull request #4714 from restic/dependabot/github_actions/golangci/golangci-lint-action-4 Michael Eischer 2024-03-07 13:34:21 +0000
  • 87d47ef189
    Merge pull request #4713 from restic/dependabot/github_actions/docker/login-action-5139682d94efc37792e6b54386b5b470a68a4737 Michael Eischer 2024-03-07 13:33:49 +0000
  • 55abf25ea8
    Merge pull request #4719 from restic/dependabot/go_modules/golang.org/x/oauth2-0.17.0 Michael Eischer 2024-03-07 13:32:36 +0000
  • b48b1fa2c9
    docker: update the base image to golang:1.22-alpine Srigovind Nayak 2024-03-03 16:18:13 +0530
  • f843642e0e
    temp: push minio-go local build with ssosupport branch Srigovind Nayak 2024-03-03 14:54:07 +0530
  • 9aff7ae165 adds changelog file Gezzo42 2024-03-02 14:40:37 +0100
  • 1ece2fec66 adds option for backing up binary on self-update Gezzo42 2024-03-02 14:14:12 +0100
  • 8e7f29ae28
    build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 dependabot[bot] 2024-03-01 01:25:47 +0000
  • 79e8ddac3f
    build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 dependabot[bot] 2024-03-01 01:25:41 +0000
  • b5a9b5d0bc
    build(deps): bump github.com/klauspost/compress from 1.17.6 to 1.17.7 dependabot[bot] 2024-03-01 01:25:00 +0000
  • f185c80cf0
    build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob dependabot[bot] 2024-03-01 01:24:46 +0000
  • 70c8aaa303
    build(deps): bump golangci/golangci-lint-action from 3 to 4 dependabot[bot] 2024-03-01 01:17:27 +0000
  • e1a588b75c
    build(deps): bump docker/login-action dependabot[bot] 2024-03-01 01:17:20 +0000
  • ff75c9de4a
    Fix go.mod Aneesh Nireshwalia 2024-02-29 14:41:19 -0700
  • d556942afb
    Update go.mod Aneesh N 2024-02-28 17:13:00 -0700
  • b0199616d8
    Update go.mod Aneesh N 2024-02-28 17:11:18 -0700
  • fa9aa3557b
    Merge branch 'master' into add-smb-backend Aneesh N 2024-02-28 17:06:55 -0700
  • 63fb672d39
    Delete .github directory erosyram69 2024-02-28 20:16:35 +0800