> 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)
Ubuntu uses a Linux kernel and GNU tools (like tar.) FreeBSD uses its own kernel and tools, though GNU tools can be installed. My point is that you can either adjust the command line to use FreeBSD tar properly, or you can install and use gnu tar. Using FreeBSD's tar and GNU's command line doesn't appear to be working out for you. ------------------------------------------------------------------------------ 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/
