I'm using backuppc to backup > 14TB of data on a local machine. I'm using the
rsyncd option since tar does not detect deleted files in incrementals. I was
trying to see if the -whole-file option in the rsync options avoided the delta
xfer algorithm that is not important since it is not transferr
configure.pl --batch --config-path /etc/backuppc/config.pl worked for me. Where
configure.pl is config script from 3.3.0 package.
Due to some bug, it's a must to change "my $useFHS = 1" in Lib.pm file.
>If I just backup the directory and then do a apt-get install backuppc, would
>that work?
>Wh