openbsd-ports/sysutils/backuppc/pkg
ajacoutot c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
..
backuppc.rc
DESCR
PLIST Stop using the daemon class in @newuser. 2022-11-08 11:16:56 +00:00
README
wwbackuppc.rc

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

BackupPC is now installed, and sample configuration files were created in
${SYSCONFDIR}/backuppc/config.pl and ${SYSCONFDIR}/backuppc/hosts

Basic configuration
===================

You need to add hosts to backup to the 'hosts' file, and at least set
XferMethod and CgiURL configuration directives in config.pl. If you want
to configure BackupPC through the webinterface, you should also set the
CgiAdminUsers configuration directive, and configure Apache to
authenticate the corresponding users using plain httpd auth mechanism.

Refer to http://backuppc.sourceforge.net/faq/BackupPC.html for detailed
informations. If you want to backup Windows clients, you should install
net/samba package, and if you want to use rsync method you should install
net/rsync and devel/p5-File-RsyncP packages. By default if you want to use
either rsync or tar, BackupPC assumes that you've setupped root access
to remote hosts using ssh keys without passphrases.

BackupPC_Admin configuration
============================

To enable BackupPC_Admin web interface within Apache once wwbackuppc.fcgi
has been spawned, please create a symbolic link like this:

# ln -s /var/www/conf/modules.sample/backuppc.conf \
        /var/www/conf/modules
# /etc/rc.d/apache2 restart

BackupPC_Admin should be available at http://domain.tld/BackupPC_Admin/