Open source, completely automatic on-line backup system for Unix Maintained by:james@netinertia.co.uk Port Added: 25 Jan 2011 02:46:34 License: BSD GPLv2
This is a port of Box Backup, an online backup daemon
The backup daemon, bbackupd, runs on all machines to be backed up. The
store server daemon, bbstored runs on a central server. Data is sent
to the store server, which stores all data on local filesystems, that
is, only on local hard drives. Tape or other archive media is not
used.
The system is designed to be easy to set up and run, and cheap to use.
Once set up, there should be no need for user or administrative
intervention, apart from usual system maintenance.
WWW: http://www.boxbackup.org/
To install the port:cd /usr/ports/sysutils/boxbackup-devel/ && make install clean To add the package:pkg_add -r boxbackup-devel
Configuration Options
===> The following configuration options are available for boxbackup-devel-0.11.r2979:
CLIENT=On (default) "Install the bbackupd client"
SERVER=On (default) "Install the bbstored server"
GNUREADLINE=Off (default) "Enable the use of GNU readline"
===> Use 'make config' to modify these settings
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.