31 lines
964 B
Text
31 lines
964 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
- 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.
|
|
|
|
- BackupPC 4 creates a large number of files with negative group permissions.
|
|
To avoid excessive daily security run output consider adding the following
|
|
line to /etc/periodic.conf:
|
|
|
|
security_status_neggrpperm_enable="NO"
|
|
|
|
- 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 -';
|
|
EOM
|
|
}
|
|
]
|