mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
937678c9fb
BackupPC is a fast, enterprise-grade backup system. It provides a web-based user interface. It supports several platforms (Unix-like, Windows, MacOSX) to backup to a disk-based storage. No client-side software is necessary, as the BackupPC server uses several protocols (smb, rsync, tar and ftp) native to the client OS. File-level deduplication combined with optional compression minimizes the disk space needed to store the backups and disk I/O and enables synthetic backups to reduce network traffic. BackupPC is not a block-level backup system but performs file-based backup and restore. Thus it is not suitable for backup of disk images or raw disk partitions. BackupPC supports laptop environments with clients on dynamic IP addresses (DHCP) not always connected to the network. WWW: http://backuppc.sourceforge.net/ Users of the sysutils/backuppc port should read http://backuppc.sourceforge.net/BackupPC-4.0.0.html#BackupPC-4.0 PR: 217638 Submitted by: Alexander Moisseev <moiseev at mezonplus.ru>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
==========================================================================
|
|
- 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:
|
|
|
|
daily_status_security_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 -';
|
|
==========================================================================
|