Re: [BackupPC-users] Absolute Symlink Hang

2007-07-04 Thread Curt Grimley
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

[BackupPC-users] Absolute Symlink Hang

2007-07-03 Thread Doug Mitchell
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