Box Backup logo

Box Backup

by CloudAlly
No reviews yet
ActiveAvailable globallyCloud
Quick facts
VendorCloudAlly
Year launched
StatusActive
LocationPrimary GB
Countries servedGlobal
Languages9
Integrations
Free tier
Free trial
Contact salesYES

About Box Backup

Box Backup is a backup software from CloudAlly designed for data protection. It provides implementation, download, and mailing list features so users can easily manage their backup processes. The software includes bbackupquery, a backup query and restore tool that allows users to efficiently retrieve backed-up data when needed. This functionality ensures data integrity and accessibility, which is crucial for organizations that rely on accurate information. Box Backup is compatible with various systems and is designed to handle large data sets. Key capabilities: Implementation Download Mailing list Backup query tool Data restore tool Best for: IT professionals and businesses that need reliable data backup and recovery solutions.

Box Backup is an open-source, automatic backup solution designed for UNIX-based systems, providing a secure and efficient method of backing up data without relying on traditional backup hardware such as tape devices. The primary purpose of the software is to offer a cost-effective, encrypted solution that keeps data secure and easily retrievable. It works by transferring encrypted files to a server where the data is stored, and it allows users to recover both current and older versions of files. The system operates on a client-server model, with a backup daemon running on the client machine, monitoring file changes, and uploading the data to the server as needed. This automatic process ensures that backups remain up-to-date without requiring user intervention. The user interface of Box Backup is highly technical, which is to be expected from an open-source solution targeted at UNIX system administrators or advanced users. There is no graphical user interface; instead, the software operates through a command-line interface (CLI), making it less accessible to non-technical users. However, for those familiar with CLI tools, the interface is efficient and straightforward.

Pros & Cons

What users like
  • +1. Open-Source and Free: Being open-source means that the software is freely available, offering flexibility for customization and no licensing fees.
  • +2. Incremental Backups: Only changes made since the last backup are saved, saving time and storage space while keeping backup files up to date.
  • +3. Strong Encryption: Data is encrypted during both transfer and storage, ensuring privacy and protection from unauthorized access.
  • +4. File Versioning: The system keeps track of different versions of files, allowing users to restore previous versions if needed, providing an added layer of data protection.
  • +5. Cross-Platform Compatibility: The software can be used across different operating systems (Windows, macOS, Linux), offering flexibility for a wide range of devices.
  • +6. Low-Cost Deployment: Because the software is open-source, the upfront costs are minimal, making it a cost-effective solution for small businesses or individual users.
  • +7. Active Community Support: An engaged community of developers and users provides valuable resources, troubleshooting help, and shared knowledge, which can reduce reliance on paid support services.
What users flag
  • 1. No Graphical User Interface (GUI): The absence of a user-friendly graphical interface makes it harder for users, particularly those without technical expertise, to interact with the system effectively.
  • 2. Complex Setup: The installation and configuration process can be difficult and time-consuming, requiring technical knowledge or assistance from IT professionals.
  • 3. Limited Integration with Third-Party Tools: The platform has restricted support for integrating with other software, which can hinder automation and streamline processes across different systems.
  • 4. No Official Customer Support: Without formal customer service or support channels, users are left to rely on community forums or external resources for assistance, leading to potential delays in problem resolution.
  • 5. Limited Platform Compatibility: The solution may only be compatible with specific operating systems or devices, which can limit its flexibility and accessibility for users on different platforms.

Features

Key features

1. Open Source
Box Backup is an open-source backup solution, making it customizable and cost-effective for users.
2. Completely Automatic
The backup process is fully automated, requiring minimal user intervention after setup.
3. Encrypted Data
All data stored on the server is encrypted using AES for file data and Blowfish for metadata, ensuring high levels of security.
4. Efficient Data Transfer
Only changes within files (like rsync) are transferred to the server, reducing bandwidth usage and increasing backup efficiency.
5. Version Control
Old versions of files and deleted files are stored as changes, making them accessible like a tape backup system.
6. RAID in Userland
Optionally, RAID can be implemented in user space to ensure reliability without the need for complex server hardware setups.
7. TLS/SSL Encryption
Uses TLS/SSL (server-side and client-side certificates) for secure connections and client-server authentication.
8. Multi-Step Server Setup
Although the backup client is easy to configure, running the backup server involves a more detailed multi-step process.
9. Backup Daemon
The bbackupd daemon on the client side monitors file changes and automatically uploads the new data to the server.
10. Backup Query & Restore Tool
The bbackupquery tool allows users to query and restore backup files.
11. File System-Based Storage
Backed-up data is stored as files on a filesystem, not requiring complex archive or tape devices.
12. Portable
The backup system is designed to be portable, allowing flexibility in its implementation.
13. Cost-Effective
Box Backup is designed to be inexpensive to run, making it accessible even for smaller setups.
14. File Integrity
The backup system ensures that the data on the server remains encrypted and safe, as the stored files are useless without the encryption key.
15. Documentation and Support
User-contributed documentation is available through a GitHub wiki, with mailing lists for community discussion and announcements.

Additional features

1. Open Source
Box Backup is an open-source backup solution, making it customizable and cost-effective for users.
2. Completely Automatic
The backup process is fully automated, requiring minimal user intervention after setup.
3. Encrypted Data
All data stored on the server is encrypted using AES for file data and Blowfish for metadata, ensuring high levels of security.
4. Efficient Data Transfer
Only changes within files (like rsync) are transferred to the server, reducing bandwidth usage and increasing backup efficiency.
5. Version Control
Old versions of files and deleted files are stored as changes, making them accessible like a tape backup system.
6. RAID in Userland
Optionally, RAID can be implemented in user space to ensure reliability without the need for complex server hardware setups.
7. TLS/SSL Encryption
Uses TLS/SSL (server-side and client-side certificates) for secure connections and client-server authentication.
8. Multi-Step Server Setup
Although the backup client is easy to configure, running the backup server involves a more detailed multi-step process.
9. Backup Daemon
The bbackupd daemon on the client side monitors file changes and automatically uploads the new data to the server.
10. Backup Query & Restore Tool
The bbackupquery tool allows users to query and restore backup files.
11. File System-Based Storage
Backed-up data is stored as files on a filesystem, not requiring complex archive or tape devices.
12. Portable
The backup system is designed to be portable, allowing flexibility in its implementation.
13. Cost-Effective
Box Backup is designed to be inexpensive to run, making it accessible even for smaller setups.
14. File Integrity
The backup system ensures that the data on the server remains encrypted and safe, as the stored files are useless without the encryption key.
15. Documentation and Support
User-contributed documentation is available through a GitHub wiki, with mailing lists for community discussion and announcements.
16. Open source, automatic backup system for UNIX.
17. Data stored in files on a filesystem (no tape/archive devices needed).
18. Client-side backup daemon (bbackupd) to monitor and upload data changes.
19. Encrypted data storage using AES for file data and Blowfish for metadata.
20. TLS/SSL encryption for secure communication and client-server authentication.
21. Versioning and deletion management with old versions stored as changes.
22. Backup system optimized for both document and server backups.
23. No need for complex server setup or expensive hardware; RAID is optionally implemented in userland.
24. Simple to configure the backup client with easy installation and setup.
25. Backup data can be restored using the bbackupquery tool.
26. Secure off-site backup requiring a 1k key file for data decryption.
27. User-contributed documentation available on the GitHub wiki.
28. Project updates and announcements via a dedicated mailing list.
29. Minimal administrative overhead after initial setup.
30. Free to use with the ability to contribute and modify the source code via GitHub.
31. Ideal for users who want a simple, secure, and customizable backup solution with a focus on data privacy.

Pricing

Free trial
Free version
Request a quote
Promo Offer

Countries & Languages

Global
Countries served
9
Interface languages
19
Billing currencies

Interface languages

EnglishFrenchGermanSpanishItalianDutchPortugueseRussianJapanese

Billing currencies

🇺🇸USD🇪🇺EUR🇬🇧GBP🇯🇵JPY🇦🇺AUD🇨🇦CAD🇨🇭CHF🇨🇳CNY🇸🇪SEK🇳🇿NZD🇰🇷KRW🇮🇳INR🇷🇺RUB🇲🇽MXN🇸🇬SGD🇭🇰HKD🇳🇴NOK🇹🇷TRY🇿🇦ZAR

No reviews yet

Be the first to drop a review

Alternatives to Box Backup

CloudSync Pro logo

CloudSync Pro

CloudSync Pro is an enterprise-grade cloud synchronization platform for real-time data backup and multi-device access,…

Google Drive logo

Google Drive

Google positions Google Drive as software software for organizations looking to centralize operations. The website…

Commvault Cloud logo

Commvault Cloud

Commvault Cloud is a unified, AI-enabled cyber resilience platform that integrates data security, cyber recovery,…

On2Air logo

On2Air

On2Air Backups is a software solution by Openside designed to provide automated and secure backup…

Zmanda Enterprise logo

Zmanda Enterprise

Zmanda Enterprise is a backup and disaster recovery software from BETSOL that provides comprehensive data…

Zadara logo

Zadara

Zadara is a cloud platform from Zadara Storage that supports service providers and modern enterprises…

Often compared with Box Backup

Compare any two tools →
CloudSync Pro logo
CloudSync Pro
File Sharing
0.0
Google Drive logo
Google Drive
File Sharing
0.0
Commvault Cloud logo
Commvault Cloud
Cybersecurity
0.0
On2Air logo
On2Air
Data Management
0.0