freebsd-ports/sysutils/backuppc/files/pkg-message.in
Rene Ladan d7f14db9fc sysutils/backuppc: add a workaround for users of Samba 4.
Using Samba 3.6 is still reccommended

PR:		209874
Submitted by:	myself, patch by maintainer
2016-06-21 20:39:00 +00:00

25 lines
924 B
Text

==========================================================================
- If this is a new installation or version upgrade,
to create/update configuration you should run
%%ETCDIR%%/update.sh
- Add the following line to /etc/rc.conf to enable BackupPC:
backuppc_enable="YES"
- Data directory is /var/db/BackupPC
This is where all the backup data is stored.
This file system needs to be big enough
to accommodate all the PCs you expect to backup.
- Users of Samba 4 smbclient should change debug level for smbclient
restore command to 5 ('-d 5') in the main configuration, for instance
$Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U $userName -E -d 5 -c tarmode\\ full -Tx -';
and set in the each host's configuration
$Conf{BackupZeroFilesIsFatal} = '0';
==========================================================================