On 5/3/2011 3:45 AM, RYAN M. vAN GINNEKEN wrote: > Really having alot of problems getting PC backup to work with FreeBSD 8.1 > have set things up on a ubuntu machine much easier > > > Running: /usr/bin/ssh -q -x -n -l root localhost env LC_ALL=C /usr/bin/tar -c > -v -f - -C /etc --totals --exclude=./tmp --exclude=./var/lib/backuppc > --exclude=./usr/local/backups/bacula --exclude=./proc . > full backup started for directory /etc > Xfer PIDs are now 42639,42638 > 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 /etc) > Backup aborted (No files dumped for share /etc) > Not saving this as a partial backup since it has fewer files than the prior > one (got 0 and 0 files versus 0)
I'm backing up an old FreeBSD 5.2.1 machine with a command that looks very close. I am running GNU tar 1.22. $sshPath -q -x -n -l root $host env LC_ALL=C $tarPath -c -v -f - -C $shareName+ --totals ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
