pkgsrc - initial commit
[pkgsrc.git] / archivers / sarab / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2007/02/19 22:59:28 dsainty Exp $
3
4 You should customise both the ${PKG_SYSCONFDIR}/sarab.dcf and
5 ${PKG_SYSCONFDIR}/sarab.conf configuration files to select the backup
6 location.  Default is "/mnt/backup/".
7
8 You should customise ${PKG_SYSCONFDIR}/rotation.schedule based
9 on your backup requirements.  Some example rotation files can be found under
10 ${PREFIX}/share/examples/sarab.
11
12 SaraB backups are usually scheduled and executed by cron.  SaraB must be run
13 as root, and is generally run with no parameters.
14
15 E.g.
16
17 crontab -u root -l
18 # Daily backups at 3:13 AM
19 3 13 * * * ${PREFIX}/bin/sarab
20
21 ===========================================================================