Encrypted, deduplicated, verifiable, and scalable.
Back up anything, store anywhere, restore everywhere, with zero-trust encryption and no vendor lock-in.
Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文
Plakar is an open-source backup solution powered by Kloset and ptar. It creates snapshots of your data, stores them in an encrypted and deduplicated store, and lets you inspect, verify, and restore them later.
Plakar stores backups in a Kloset, an open-source, immutable data store that enables the implementation of advanced data protection scenarios.
Through integrations, Plakar can back up and restore databases, Kubernetes workloads, object stores, and other sources alongside regular files.
What sets Plakar apart:
- snapshots are browsable: you can inspect their contents, diff two snapshots, or restore a single file without touching the rest;
- every snapshot is independently verifiable without restoring anything;
- backups are deduplicated and compressed, so keeping many snapshots does not multiply storage costs;
- encryption covers both data and metadata, with an audited cryptography implementation;
- Plakar is extensible through integrations for additional sources, storage backends, and destinations.
Plakar can be used from the command line or through its built-in web UI.
# Install
go install github.com/PlakarKorp/plakar@latest
# Create a local repository
plakar at /var/backups create
# Back up a directory
plakar at /var/backups backup /etc
# List snapshots
plakar at /var/backups ls
# Restore a snapshot
plakar at /var/backups restore -to /tmp/restore <snapshot-id>
# Open the web UI
plakar at /var/backups uiPrebuilt binaries are available at https://www.plakar.io/download. For a full walkthrough, see the quickstart guide.
Download a binary for your platform: https://www.plakar.io/download
Plakar requires Go 1.23.3 or higher.
go install github.com/PlakarKorp/plakar@latestArchives. You can export one or more snapshots as a .ptar archive using plakar ptar. A .ptar file is a self-contained, deduplicated, compressed, and encrypted archive.
Integrations. Plakar supports additional backup sources and storage backends through its package manager. Available integrations include PostgreSQL, MySQL, etcd, Kubernetes, S3-compatible object stores, and more.
plakar pkg add <integration>Distributed stores. Kloset stores can be synchronized across locations to implement 3-2-1 backup strategies or more advanced push, pull, and sync workflows across heterogeneous environments.
plakar at /var/backups sync to @s3See the documentation for the full list of supported workflows.
Please read the contributing guidelines and code of conduct before opening a pull request.
If you find a bug or want to request a change, open an issue:
https://github.com/PlakarKorp/plakar/issues
See CHANGELOG.md for release notes and version history.