説明なし

Julio Lopez 3a38279bcd fix(providers): Azure client cert env var (#4726) 2 週間 前
.chglog c4f38ea728 chore(ci): auto-generate clean htmlui changelog (#4578) 2 ヶ月 前
.github b87eac51b1 build(deps): bump github/codeql-action in the github-actions group (#4701) 1 ヶ月 前
app 19d92613a6 chore(general): typos (#4659) 1 ヶ月 前
cli 3a38279bcd fix(providers): Azure client cert env var (#4726) 2 週間 前
fs 19d92613a6 chore(general): typos (#4659) 1 ヶ月 前
icons 46d5e0a24c fix: mac tray icon (#3170) 2 年 前
internal 347adbfff1 fix(general): add {peta,exa}byte prefixes (#4707) 1 ヶ月 前
notification 19d92613a6 chore(general): typos (#4659) 1 ヶ月 前
repo 3a38279bcd fix(providers): Azure client cert env var (#4726) 2 週間 前
site 19d92613a6 chore(general): typos (#4659) 1 ヶ月 前
snapshot 35089a4894 feat(restore): added support for deleting extra files in restore path (#4725) 2 週間 前
tests 35089a4894 feat(restore): added support for deleting extra files in restore path (#4725) 2 週間 前
tools 19d92613a6 chore(general): typos (#4659) 1 ヶ月 前
.codecov.yml 28ce29eab4 feat(repository): added Set and Map backed by custom on-disk hashtable (#2364) 2 年 前
.gitattributes 6b0b79afe1 Trivial: update git attributes for Makefile (#638) 4 年 前
.gitignore 95fbf5a266 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) 2 年 前
.golangci.yml 19d92613a6 chore(general): typos (#4659) 1 ヶ月 前
.goreleaser.yml daacc6a8f4 htmlui: moved HTML UI to separate repository (#1600) 3 年 前
.snyk a9954ad2e0 chore(ci): exclude docsy theme from snyk (#3065) 2 年 前
.wwhrd.yml 3d907481e1 azure: migrated provider to newer client library, remove gocloud.dev dependency (#1589) 3 年 前
BUILD.md 46c35e078f fix: Update instructions to start server in BUILD.md (#3037) 2 年 前
CODE_OF_CONDUCT.md 7a8a660f1a Update CoC to reflect PMC mailing list 5 年 前
GOVERNANCE.md 7f6ecdb6c2 Badge fix and review feedback 5 年 前
LICENSE e0157cd38e added license and updated README 9 年 前
Makefile 2e16917518 chore(ci): enforce consistent formatting of KopiaUI code (#4586) 2 ヶ月 前
README.md fb2e3c988e Introducing Kopia Guru on Gurubase.io (#4196) 9 ヶ月 前
build-status.md 1fd1ff0151 chore(ci): add page with workflow status badges for quick reference (#3248) 1 年間 前
build_architecture.svg c48f03fa78 readme: added build architecture doc 5 年 前
go.mod b460be1d19 build(deps): bump the common-golang-dependencies group with 9 updates (#4718) 2 週間 前
go.sum b460be1d19 build(deps): bump the common-golang-dependencies group with 9 updates (#4718) 2 週間 前
main.go 88f223c6cf fix(cli): fixed help formatting broken with recent upgrade to kingpin/v2 (#2868) 2 年 前

README.md

Kopia

Kopia Build Status Slack 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, 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:

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.

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.

Netlify Status