- Ubuntu 11.10 Server; backuppc 3.2.1
- Running cgi-bin version
- Installed as user www-data to avoid issues with perl and apache2 with user backuppc
- ssh works fine to servers on LAN being backed up
The following commandline is reported in the failure log:
/usr/bin/ssh -q -x -n -l root 192.168.1.70 env LC_ALL=C /bin/tar -c -v -f - -C / --totals .
The log indicates: full backup started for directory / Xfer PIDs are now 26168,26167 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 /) Backup aborted (No files dumped for share /) Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)
Running /usr/bin/ssh -q -x -n -l root 192.168.1.70 env LC_ALL=C /bin/tar -c -v -f - -C / --totals . at the server commandline (backuppc's sever) I get a connection and see a bunch of tar output on the tty.
The error 65280 seems odd.
There are no further hints in the logs.
Any experts out there care to exchange some wisdom on this one? Frustrating :)