blob: 4631b55a9a03ab7e9556702a58cbddb55e199099 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
[
{ 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
}
]
|