Bumps the common-golang-dependencies group with 2 updates: [github.com/prometheus/common](https://github.com/prometheus/common) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Updates `github.com/prometheus/common` from 0.53.0 to 0.54.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/common/releases">github.com/prometheus/common's releases</a>.</em></p> <blockquote> <h2>v0.54.0</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/624">prometheus/common#624</a></li> <li>Bump golang.org/x/net from 0.22.0 to 0.23.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/623">prometheus/common#623</a></li> <li>Add HTTP headers support to common HTTP client. by <a href="https://github.com/roidelapluie"><code>@roidelapluie</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/416">prometheus/common#416</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/633">prometheus/common#633</a></li> <li>Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/632">prometheus/common#632</a></li> <li>Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/628">prometheus/common#628</a></li> <li>Bump golang.org/x/net from 0.23.0 to 0.24.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/630">prometheus/common#630</a></li> <li>Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/631">prometheus/common#631</a></li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/629">prometheus/common#629</a></li> <li>Use common interface to fetch secrets in HTTP client config by <a href="https://github.com/TheSpiritXIII"><code>@TheSpiritXIII</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/538">prometheus/common#538</a></li> <li>Add support for secret refs via a secret manager by <a href="https://github.com/TheSpiritXIII"><code>@TheSpiritXIII</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/572">prometheus/common#572</a></li> <li>oauth2RoundTripper: Avoid race condition and readability changes. by <a href="https://github.com/bwplotka"><code>@bwplotka</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/634">prometheus/common#634</a></li> <li>Synchronize common files from prometheus/prometheus by <a href="https://github.com/prombot"><code>@prombot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/636">prometheus/common#636</a></li> <li>Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/638">prometheus/common#638</a></li> <li>Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/639">prometheus/common#639</a></li> <li>feat: add time template helpers by <a href="https://github.com/freak12techno"><code>@freak12techno</code></a> in <a href="https://redirect.github.com/prometheus/common/pull/627">prometheus/common#627</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bwplotka"><code>@bwplotka</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/634">prometheus/common#634</a></li> <li><a href="https://github.com/freak12techno"><code>@freak12techno</code></a> made their first contribution in <a href="https://redirect.github.com/prometheus/common/pull/627">prometheus/common#627</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prometheus/common/compare/v0.53.0...v0.54.0">https://github.com/prometheus/common/compare/v0.53.0...v0.54.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="789222a081"><code>789222a</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/627">#627</a> from freak12techno/add-time-template-helpers</li> <li><a href="b2fc5411e8"><code>b2fc541</code></a> Merge branch 'main' into add-time-template-helpers</li> <li><a href="9f1953b45c"><code>9f1953b</code></a> chore: review fixes</li> <li><a href="4f7cf6ead1"><code>4f7cf6e</code></a> Update helpers/templates/convert_to_float.go</li> <li><a href="b9d8f7cedf"><code>b9d8f7c</code></a> Update helpers/templates/humanize_duration.go</li> <li><a href="80e630e1b2"><code>80e630e</code></a> Update helpers/templates/humamize_duration_test.go</li> <li><a href="6846990dc7"><code>6846990</code></a> Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 (<a href="https://redirect.github.com/prometheus/common/issues/639">#639</a>)</li> <li><a href="f93a89ea77"><code>f93a89e</code></a> Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 (<a href="https://redirect.github.com/prometheus/common/issues/638">#638</a>)</li> <li><a href="3ddc148d1f"><code>3ddc148</code></a> Merge pull request <a href="https://redirect.github.com/prometheus/common/issues/636">#636</a> from prometheus/repo_sync</li> <li><a href="2b9d8058f8"><code>2b9d805</code></a> Update common Prometheus files</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/common/compare/v0.53.0...v0.54.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/api` from 0.181.0 to 0.182.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.182.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.181.0...v0.182.0">0.182.0</a> (2024-05-28)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2590">#2590</a>) (<a href="e95bd57350">e95bd57</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2594">#2594</a>) (<a href="21295a5acb">21295a5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2595">#2595</a>) (<a href="07e71041f2">07e7104</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2597">#2597</a>) (<a href="7d46b4d9f1">7d46b4d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2599">#2599</a>) (<a href="677f53d0fc">677f53d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2600">#2600</a>) (<a href="2e7cc39953">2e7cc39</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2602">#2602</a>) (<a href="a86c4b6bbd">a86c4b6</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2603">#2603</a>) (<a href="ece77271d2">ece7727</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2604">#2604</a>) (<a href="f474c8ff7d">f474c8f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2606">#2606</a>) (<a href="ceaeabf4ce">ceaeabf</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2608">#2608</a>) (<a href="0e58f747c6">0e58f74</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2609">#2609</a>) (<a href="c4c51ce9c2">c4c51ce</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.181.0...v0.182.0">0.182.0</a> (2024-05-28)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2590">#2590</a>) (<a href="e95bd57350">e95bd57</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2594">#2594</a>) (<a href="21295a5acb">21295a5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2595">#2595</a>) (<a href="07e71041f2">07e7104</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2597">#2597</a>) (<a href="7d46b4d9f1">7d46b4d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2599">#2599</a>) (<a href="677f53d0fc">677f53d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2600">#2600</a>) (<a href="2e7cc39953">2e7cc39</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2602">#2602</a>) (<a href="a86c4b6bbd">a86c4b6</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2603">#2603</a>) (<a href="ece77271d2">ece7727</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2604">#2604</a>) (<a href="f474c8ff7d">f474c8f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2606">#2606</a>) (<a href="ceaeabf4ce">ceaeabf</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2608">#2608</a>) (<a href="0e58f747c6">0e58f74</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2609">#2609</a>) (<a href="c4c51ce9c2">c4c51ce</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b49e3b908a"><code>b49e3b9</code></a> chore(main): release 0.182.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2591">#2591</a>)</li> <li><a href="b6f615ba8f"><code>b6f615b</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2607">#2607</a>)</li> <li><a href="c4c51ce9c2"><code>c4c51ce</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2609">#2609</a>)</li> <li><a href="0e58f747c6"><code>0e58f74</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2608">#2608</a>)</li> <li><a href="ceaeabf4ce"><code>ceaeabf</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2606">#2606</a>)</li> <li><a href="f474c8ff7d"><code>f474c8f</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2604">#2604</a>)</li> <li><a href="ece77271d2"><code>ece7727</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2603">#2603</a>)</li> <li><a href="a86c4b6bbd"><code>a86c4b6</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2602">#2602</a>)</li> <li><a href="2e7cc39953"><code>2e7cc39</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2600">#2600</a>)</li> <li><a href="677f53d0fc"><code>677f53d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2599">#2599</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.181.0...v0.182.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Kopia
n.
Kopia is a fast and secure open-source backup/restore tool that allows you to create encrypted snapshots of your data and save the snapshots to remote or cloud storage of your choice, to network-attached storage or server, or locally on your machine. Kopia does not 'image' your whole machine. Rather, Kopia allows you to backup/restore any and all files/directories that you deem are important or critical.
Kopia has both CLI (command-line interface) and GUI (graphical user interface) versions, making it the perfect tool for both advanced and regular users. You can read more about Kopia's unique features -- which include compression, deduplication, end-to-end 'zero knowledge' encryption, and error correction -- to get a better understanding of how Kopia works.
When ready, head to the installation page to download and install Kopia, and make sure to read the Getting Started Guide for a step-by-step walkthrough of how to use Kopia.
Pick the Cloud Storage Provider You Want
Kopia supports saving your encrypted and compressed snapshots to all of the following storage locations:
- Amazon S3 and any cloud storage that is compatible with S3
- Azure Blob Storage
- Backblaze B2
- Google Cloud Storage
- Any remote server or cloud storage that supports WebDAV
- Any remote server or cloud storage that supports SFTP
- Some of the cloud storage options supported by Rclone
- Requires you to download and setup Rclone in addition to Kopia, but after that Kopia manages/runs Rclone for you
- Rclone support is experimental: not all the cloud storage products supported by Rclone have been tested to work with Kopia, and some may not work with Kopia; Kopia has been tested to work with Dropbox, OneDrive, and Google Drive through Rclone
- Your local machine and any network-attached storage or server
- Your own server by setting up a Kopia Repository Server
And Kopia uses data deduplication to save you money! Read the repositories help page for more information on supported storage locations.
With Kopia you are in full control of where to store your snapshots, that is, you pick the storage provider you want to use. You must provision and pay for the storage provider for whatever storage locations you want to use, and then tell Kopia what those storage locations are. You can even use multiple storage locations for different backup repositories if you want. Kopia also supports backing up multiple machines to the same storage location.
Kopia in Action
Using Kopia via command-line interface:
Using Kopia via graphical user interface (note: the video is of an older version of Kopia and the interface is different in the current version of Kopia, but the main principles of the interface are the same):
Getting Started
See Kopia Documentation for more information.
Building Kopia
See Build Infrastructure for more information on building Kopia and working with the source code.
Licensing
Kopia is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Contribution Guidelines
Kopia is open source and contributions are welcome. For more information on how to contribute see the Contribution Guidelines.
Reporting Security Issues
If you find a security issue you'd like to disclose privately, please contact security@kopia.io or via direct message to maintainers on Slack.
