All Projects → X-Ryl669 → Frost

X-Ryl669 / Frost

Licence: MIT license
A backup program that does deduplication, compression, encryption

Programming Languages

C++
36643 projects - #6 most used programming language
NASL
115 projects
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Frost

zpaqfranz
Deduplicating archiver with encryption and paranoid-level tests. Swiss army knife for the serious backup and disaster recovery manager. Ransomware neutralizer. Win/Linux/Unix
Stars: ✭ 86 (+244%)
Mutual labels:  backup, compression, deduplication
Borgmatic
Simple, configuration-driven backup software for servers and workstations
Stars: ✭ 902 (+3508%)
Mutual labels:  backup, compression, deduplication
dedupsqlfs
Deduplicating filesystem via Python3, FUSE and SQLite
Stars: ✭ 24 (-4%)
Mutual labels:  backup, compression, deduplication
Kvdo
A pair of kernel modules which provide pools of deduplicated and/or compressed block storage.
Stars: ✭ 168 (+572%)
Mutual labels:  compression, deduplication
JFileSync3
File Syncing with encryption and compression (partly) compatible with encfs / boxcryptor (classic) volumes for local folders and WebDAV backends. Based on JFileSync - hence the name.
Stars: ✭ 20 (-20%)
Mutual labels:  backup, compression
Vdo
Userspace tools for managing VDO volumes.
Stars: ✭ 138 (+452%)
Mutual labels:  compression, deduplication
acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (+92%)
Mutual labels:  compression, deduplication
Kopia
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
Stars: ✭ 507 (+1928%)
Mutual labels:  backup, deduplication
Bareos
Main repository with the code for the libraries and daemons
Stars: ✭ 651 (+2504%)
Mutual labels:  backup, compression
Snebu
Simple Network Encrypting Backup Utility
Stars: ✭ 92 (+268%)
Mutual labels:  backup, compression
Btrfs Sxbackup
Incremental btrfs snapshot backups with push/pull support via SSH
Stars: ✭ 105 (+320%)
Mutual labels:  backup, compression
Rdedup
Data deduplication engine, supporting optional compression and public key encryption.
Stars: ✭ 690 (+2660%)
Mutual labels:  backup, deduplication
Fsarchiver
file system archiver for linux
Stars: ✭ 135 (+440%)
Mutual labels:  backup, compression
Restic
Fast, secure, efficient backup program
Stars: ✭ 15,105 (+60320%)
Mutual labels:  backup, deduplication
lz4ultra
Optimal LZ4 compressor, that produces files that decompress faster while keeping the best compression ratio
Stars: ✭ 49 (+96%)
Mutual labels:  compression
Re-Pair
Offline Dictionary-based Compression (Re-Pair, Recursive Pairing)
Stars: ✭ 21 (-16%)
Mutual labels:  compression
FastIntegerCompression.js
Fast integer compression library in JavaScript
Stars: ✭ 46 (+84%)
Mutual labels:  compression
ruby-xz
Ruby bindings for liblzma, using fiddle
Stars: ✭ 33 (+32%)
Mutual labels:  compression
jira-backup-py
python script to create, download and upload to s3 your Jira or Confluence cloud instance backup
Stars: ✭ 36 (+44%)
Mutual labels:  backup
py-lz4framed
LZ4-frame library for Python (via C bindings)
Stars: ✭ 42 (+68%)
Mutual labels:  compression

Frost

A backup program that does deduplication, compression, encryption. It's based on the ideas of Syncany, but reimplemented in C++, using state of art compression (BSC library), no dependency on anything except libcrypto. It provides a console mode that has been tested on both Linux and MacOSX. It allows saving backups to a remote server that's considered hostile, with no modification to the remote server software required.

Because of deduplication, space saving is considerable between backup and in a backup itself. Then even more data is preserved with compression (using either zLib or BSC library), and compressed data is encrypted in local files (or remote files if you mounted then beforehand).

More info, documentation and encryption algorithm description here. Blog post describing the features here

With version 2 and the Fuse implementation, it shows an interface on the filesystem that is equivalent to Time Machine (tm) by Apple, on any (decent) Posix system. You can browse by date and see the captured read only the file hierarchy from the backup. It's feature equivalent, yet more efficient thanks to deduplication (so if you change 10 bytes on a 1GB file, with Time Machine, the complete new file is saved, with Frost, only the change) and provides compression and encryption.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].