Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22596e62bfec526

Jump to content

Box Backup

From Wikipedia, the free encyclopedia
Box Backup
Stable release
0.12.master.200326.8e8b63c / March 26, 2020; 6 years ago (2020-03-26)[1]
Written inC++
Operating systemCross-platform
Available inEnglish
TypeBackup software
Licensemixed BSD/GPL license[2]
Websitewww.boxbackup.org
Repositorygithub.com/boxbackup/boxbackup

Box Backup is an open-source, completely automatic online backup system. The client software sends the backup data to the server. The data is encrypted using the Secure Sockets Layer (SSL) protocol and is also protected by a further layer of on-disk encryption.[3]

Box Backup supports Linux, UNIX, Windows, and Mac OS X backup clients and servers (although Windows servers are not recommended by the authors).

Box Backup is licensed under the GNU GPL and BSD licenses.[4]

Introduction

[edit]

Box Backup is a client-server application in which a client sends data to the server for storage. The server provides management of client via certificates, storage quotas, and data retention. It allows clients with low-bandwidth connections to perform reliable backups.

Box Backup is ideal for backing up laptops and computers with intermittent or low-bandwidth connections, because it is capable of continuous data protection in the background, starting automatically when an internet connection is present, and recovering gracefully and efficiently from connection failures.[5]

Box Backup uses a modified version of the Rsync algorithm, that works with encrypted blocks. This allows it to store data on the server in a form that the server operator cannot read, while still uploading only changed portions of data files.[6]

Due to the approach of backing up only the changed blocks of files, the restore operation can also restore old versions of a file by recombining it from older blocks.[7]

References

[edit]
  1. "Releases · boxbackup/boxbackup". github.com. Retrieved 2021-03-28.
  2. Project homepage, 2018.
  3. Kenneth Geisshirt: Backing up for portables with Box Backup Archived March 23, 2012, at the Wayback Machine, March 2008. Retrieved 28 Mar. 2011.
  4. "LICENSE.TXT in box/Trunk – Box Backup". Archived from the original on 2012-03-10. Retrieved 2012-02-04.
  5. Cory Buford: Automatic backup for sporadically connected clients with Box Backup, August 2008. Retrieved 12 Apr. 2011
  6. Vrable, Savage, Voelker: Cumulus: Filesystem Backup to the Cloud, 2009. Retrieved 23 Apr. 2011
  7. "Box Backup". www.boxbackup.org. Retrieved 2026-05-23.
[edit]