Please help to solve problem with "Tar exited with error 65288"
I have backup-server COMP1 (linux) and client COMP2 (linux too). Backup
should made through SSH, tar-method by root. The config.pl is following:

$Conf{XferMethod} = 'tar';
$Conf{TarClientPath} = '/bin/tar';
$Conf{TarShareName} = '/bhome/www';
$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host $tarPath -c -v
-f - -C $shareName+ --totals';

$Conf{TarFullArgs} = '$fileList+';
$Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+';

Backup doesn't work. Here's the error-log:

Running: /usr/bin/ssh -q -x -n -l root COMP2 /bin/tar -c -v -f - -C
/bhome/www --totals .

full backup started for directory /bhome/www
Xfer PIDs are now 6431,6430
Tar exited with error 65280 () status
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0
sizeExistComp, 0 filesTotal, 0 sizeTotal

Got fatal error during xfer (No files dumped for share /bhome/www)
Backup aborted (No files dumped for share /bhome/www)

What's wrong? Please, any ideas!
Thanks in advance!
-------------------------------------------------------------------------
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to