Vykar is a fast backup utility written in Rust that creates encrypted, deduplicated snapshots of data and stores them in local or remote repositories.
It is designed as an all-in-one backup solution with a simple YAML configuration file, built-in scheduling, and tools for backup, restore, and monitoring without relying on multiple external utilities or scripts.
This is free and open source software.
Key Features
- Storage backends – local filesystem, S3 (any compatible provider), SFTP, dedicated REST server.
- Encryption with AES-256-GCM or ChaCha20-Poly1305 (auto-selected) and Argon2id key derivation.
- YAML-based configuration with multiple repositories, hooks, and command dumps for monitoring and database backups.
- Deduplication via FastCDC content-defined chunking with a memory-optimized engine (tiered dedup index + mmap-backed pack assembly).
- Compression with LZ4 or Zstandard.
- Built-in WebDAV and desktop GUI to browse and restore snapshots.
- REST server with append-only enforcement, quotas, and server-side compaction.
- Concurrent multi-client backups – multiple machines back up to the same repository simultaneously; only the brief commit phase is serialized.
- Built-in scheduling via vykar daemon – runs backup cycles on a configurable interval (no cron needed).
- Resource limits for worker threads, backend connections, and upload/download bandwidth.
- Cross-platform support – runs under Linux, macOS, and Windows
Website: github.com/borgbase/vykar
Support:
Developer: BorgBase
License: GNU General Public License v3.0

Vykar is written in Rust. Learn Rust with our recommended free books and free tutorials.
Related Software
| DeDuplicating Encryption Tools | |
|---|---|
| restic | Fast, efficient and secure backup software |
| Borg | Deduplicating archiver with compression and encryption |
| Duplicity | Incrementally backs up files and directory by encrypting tar-format volumes |
| Duplicati | Store encrypted backups online |
| bup | Provides an efficient way to backup a system based on the git packfile format |
| BackupPC | High-performance, enterprise-grade system for backup |
| UrBackup | Client/server backup system |
| Vorta | Desktop client for Borg Backup |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

