Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
BorgBackup, often referred to as Borg, is a deduplicating archiver that incorporates both compression and encryption features, ensuring space-efficient backup storage. It employs secure and authenticated encryption methods, alongside various compression algorithms such as LZ4, zlib, LZMA, and zstd (available since version 1.1.4). Additionally, users can mount backups using FUSE, and it offers straightforward installation across multiple operating systems, including Linux, macOS, and BSD. Released under the BSD license, Borg is free software supported by a vibrant and dedicated open-source community. This tool optionally enables both compression and authenticated encryption, with its primary goal being to deliver a secure and efficient data backup solution. By utilizing a data deduplication technique, Borg is especially well-suited for daily backups, as it only stores changes made since the last backup. The use of authenticated encryption ensures that it can be safely used for backups to locations that may not be fully trusted. A unique aspect of Borg is its content-defined chunking method for deduplication, which minimizes stored bytes by splitting files into variable-length chunks and only adding new chunks to the repository. The combination of these features makes Borg a powerful tool for users seeking reliable and efficient data protection.
Description
LevelDB is a high-performance key-value storage library developed by Google, designed to maintain an ordered mapping between string keys and string values. The keys and values are treated as arbitrary byte arrays, and the stored data is organized in a sorted manner based on the keys. Users have the option to supply a custom comparison function to modify the default sorting behavior. The library allows for multiple changes to be grouped into a single atomic batch, ensuring data integrity during updates. Additionally, users can create a temporary snapshot for a consistent view of the data at any given moment. The library supports both forward and backward iteration through the stored data, enhancing flexibility during data access. Data is automatically compressed using the Snappy compression algorithm to optimize storage efficiency. Moreover, interactions with the external environment, such as file system operations, are managed through a virtual interface, giving users the ability to customize how the library interacts with the operating system. In practical applications, we utilize a database containing one million entries, where each entry consists of a 16-byte key and a 100-byte value. Notably, the values used in benchmarking compress to approximately half of their original size, allowing for significant space savings. We provide detailed performance metrics for sequential reads in both forward and reverse directions, as well as the effectiveness of random lookups, to showcase the library's capabilities. This comprehensive performance analysis aids developers in understanding how to optimize their use of LevelDB in various applications.
API Access
Has API
API Access
Has API
Integrations
Google Cloud Platform
LedisDB
OrbitDB
XBTS
insight
Pricing Details
Free
Free Trial
Free Version
Pricing Details
No price information available.
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Borg
Website
www.borgbackup.org
Vendor Details
Company Name
Founded
2011
Country
United States
Website
github.com/google/leveldb
Product Features
Backup
Backup Log
Backup Scheduling
Cloud Backup
Compression
Continuous Backup
Encryption
Incremental Backup
Local Server Options
Remote Server Options
Secure Data Storage
Web Access / Restoration