1
0
Fork 0
mirror of https://github.com/kopia/kopia.git synced 2026-04-25 01:45:57 +03:00
No description
Find a file
dependabot[bot] d7165959f6
build(deps): bump the common-golang-dependencies group with 2 updates (#5325)
Bumps the common-golang-dependencies group with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.21.0...sdk/azcore/v1.21.1)

Updates `google.golang.org/api` from 0.275.0 to 0.276.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.275.0...v0.276.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.276.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-21 03:06:24 +00:00
.chglog chore(ci): auto-generate clean htmlui changelog (#4578) 2025-05-17 18:17:34 -07:00
.github build(deps): bump actions/upload-artifact in the github-actions group (#5318) 2026-04-17 06:01:05 +00:00
app build(deps-dev): bump the kopia-ui-npm-dependencies group (#5317) 2026-04-17 05:59:03 +00:00
cli chore(providers): warn messages for extra storage providers (#5324) 2026-04-19 22:30:58 -07:00
fs chore(general): clean nits (#5313) 2026-04-16 21:41:39 -07:00
icons fix: mac tray icon (#3170) 2023-07-22 12:53:23 -07:00
internal refactor(general): bigmapbench profiling (#5321) 2026-04-18 12:00:47 -07:00
notification refactor(ci): enable wsl_v5:return linter (#4975) 2025-11-11 16:53:10 -08:00
repo chore(providers): warn messages for extra storage providers (#5324) 2026-04-19 22:30:58 -07:00
site chore(general): clean nits (#5313) 2026-04-16 21:41:39 -07:00
snapshot refactor(general): make counters and size stats uint64 for consistency (#5262) 2026-04-10 21:34:17 -07:00
tests chore(general): clean nits (#5313) 2026-04-16 21:41:39 -07:00
tools refactor(general): string nits (#5265) 2026-04-01 20:50:10 -07:00
.codecov.yml feat(repository): added Set and Map backed by custom on-disk hashtable (#2364) 2022-09-10 15:47:53 +00:00
.gitattributes Trivial: update git attributes for Makefile (#638) 2020-09-22 21:32:53 -07:00
.gitignore docs(site): rephrased the section "Two Variants of Kopia" and corrected the outline to match the document. Added a docker-compose example to the "Docker Images" section. (#2812) 2023-03-12 20:23:47 +00:00
.golangci.yml fix(ui): revert omitzero changes (#5035) 2025-11-24 19:18:33 -08:00
.goreleaser.yml chore(ci): build kopia with -trimpath (#4983) 2025-11-13 10:31:28 -08:00
.snyk chore(ci): exclude docsy theme from snyk (#3065) 2023-06-12 20:34:55 -07:00
.wwhrd.yml azure: migrated provider to newer client library, remove gocloud.dev dependency (#1589) 2021-12-15 19:58:59 -08:00
build-status.md chore(ci): add page with workflow status badges for quick reference (#3248) 2023-08-23 17:38:07 -07:00
BUILD.md fix: Update instructions to start server in BUILD.md (#3037) 2023-07-17 21:03:13 -07:00
build_architecture.svg readme: added build architecture doc 2020-02-18 12:18:33 -08:00
CODE_OF_CONDUCT.md Update CoC to reflect PMC mailing list 2020-02-18 20:59:50 -08:00
go.mod build(deps): bump the common-golang-dependencies group with 2 updates (#5325) 2026-04-21 03:06:24 +00:00
go.sum build(deps): bump the common-golang-dependencies group with 2 updates (#5325) 2026-04-21 03:06:24 +00:00
GOVERNANCE.md Badge fix and review feedback 2020-02-05 21:38:16 -08:00
LICENSE added license and updated README 2016-06-12 17:09:12 -07:00
main.go fix(cli): fixed help formatting broken with recent upgrade to kingpin/v2 (#2868) 2023-03-30 01:32:28 +00:00
Makefile chore(general): clean nits (#5313) 2026-04-16 21:41:39 -07:00
README.md chore(general): clean nits (#5313) 2026-04-16 21:41:39 -07:00

Kopia

Kopia Build Status GoDoc Coverage StatusGo Report Card Contributor Covenant Docker Pulls Downloads Gurubase

n.

  1. copy, replica (Polish)
  2. lance, spear
  3. fast and secure backup tool

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, user-controlled end-to-end 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:

asciicast

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):

Kopia UI Tutorial

Getting Started

See Kopia Documentation for more information. Also check out the users forum.

Licensing

Kopia is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Building Kopia

See Build Infrastructure for more information on building Kopia and working with the source code.

Contribution Guidelines

Kopia is open source. For more information see the Contribution Guidelines.

Reporting Security Issues

If you find a security issue you'd like to disclose privately, please contact security@kopia.io.

Netlify Status