Les Mikesell wrote:
> Recent versions of rsync have changed their behavior so sockets
> are included (and generally hang) if you specify --devices. Try
> changing --devices with -D in $Conf{RsyncArgs} and
> $Conf{RsyncRestoreArgs}.
Awesome! This worked. Now I just have one more question: since I'm
backing up localhost here, it's a bit of a waste to use ssh as the
transport method. Can I just use:
$Conf{RsyncClientCmd} = '$rsyncPath $argList+';
instead of:
$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';
??? Thanks!
Randy
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/