|
From: Richard S. <hob...@gm...> - 2009-12-03 16:52:42
|
On Thu, Dec 3, 2009 at 10:29 AM, Jose Torres <jet...@co...> wrote: > Contents of file /data/BackupPC/pc/conecosrv2v2/XferLOG.2.z, modified > 2009-12-03 09:57:32 (Extracting only Errors) > > Running: /usr/bin/sudo /bin/tar -c -v -f - -C / --totals --exclude=./proc > --exclude=./backup --exclude=./media --exclude=./mnt --exclude=./tmp > --exclude=./sys --exclude=./lost+found --exclude=./usr/src > --exclude=./var/lib --exclude=./var/tmp --exclude=./var/cache > --exclude=./var/spool --exclude=./var/run --exclude=./var/lock > --exclude=./var/games --exclude=./home/\*/.Trash > --exclude=./home/\*/.mozilla/\*/\*/Cache > --exclude=./home/\*/.mozilla/\*/\*/Cache.Trash --exclude=./home/\*/.gvfs . > full backup started for directory / > Xfer PIDs are now 24483,24482 > [ skipped 170685 lines ] > tarExtract: Done: 0 errors, 75806 filesExist, 3416093265 sizeExist, > 2448653555 sizeExistComp, 75843 filesTotal, 3678830152 sizeTotal That looks like your problem right there. Nowhere in the command is rsync. There may be some obscure way to pipe tar over your network (or maybe not so obscure) but nothing in that command points to or creates any sort of network connection to the remote computer. Basically the command is just running locally which is why it's backing up the server instead of the client. Richard |