Projects : sysutils/rsyncbackup

BSDforge

Following, are FreeBSD ports, or other *BSD related projects, hosted, or worked on at BSDforge in the sysutils category.

rsyncbackup
rsyncbackup is a Perl script that makes backups easy with rsync

rsyncbackup is a Perl script that reads configuration files for sources, and destinations, then feeds the rsync tool with the appropriate parameters. rsyncbackup was written on Mac OS X, but will work on every system that has both Perl, and rsync installed.

I wrote this script for personal use, but since backups are such a good idea, maybe you should use this script as well. Feel free to do so.

Installation

Using the FreeBSD ports system:
cd /usr/ports/sysutils/rsyncbackup make install clean
Using the FreeBSD pkg system:
pkg install sysutils/rsyncbackup