Doug Mitchell wrote:
> BPC Users,
>
> I'm backup up a remote Linux system using rsync over SSH with BackupPC-3.0.0.
>
> My per-host config file contains:
>
> $Conf{BackupFilesOnly} = [
> '/etc',
> '/usr/local',
> ];
>
> Everything works fine unless I put an abolute symlink in /usr/l
BPC Users,
I'm backup up a remote Linux system using rsync over SSH with BackupPC-3.0.0.
My per-host config file contains:
$Conf{BackupFilesOnly} = [
'/etc',
'/usr/local',
];
Everything works fine unless I put an abolute symlink in /usr/local using
cd /usr/local ; ln -s /var va