mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
Port changes: * Changed to DISTVERSION * Grouped USExx * Updated pkg-message PR: 225845 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: tcberner (mentor, implicit)
27 lines
1 KiB
Text
27 lines
1 KiB
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.
|
|
|
|
- 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 -';
|
|
==========================================================================
|