Can anyone help me determine what the problem is here?  Trying to restore from 
a backup onto a different host. The original backup was for computer 'dickk' 
and trying to restore it to 'xserve1':

I inserted blank lines for readability, but everything looks OK except for the 

Trimming /dickk from filesList

Wrote source file list to /mnt/stage/BackupPC/pc/xserve1/.rsyncFilesFrom23795: 
/Desktop /Documents

Running: /usr/local/bin/rsync_bpc --bpc-top-dir /mnt/stage/BackupPC 
--bpc-host-name dickk --bpc-share-name /Users/ --bpc-bkup-num 1069 
--bpc-bkup-comp 1 --bpc-bkup-merge 1069/1/3 --bpc-attrib-new --bpc-log-level 1 
-e /usr/bin/ssh\ -T\ -q\ -x\ -l\ backuppc --rsync-path=nice\ -n\ 15\ sudo\ 
/usr/local/bin/rsync --recursive --super --numeric-ids --perms --owner --group 
-D --times --links --hard-links --delete --partial --log-file-format=log:\ %o\ 
%i\ %B\ %8U,%8G\ %9l\ %f%L --stats --protect-args 
--files-from=/mnt/stage/BackupPC/pc/xserve1/.rsyncFilesFrom23795 /dickk 
xserve1.sga.org:/Shared\ Items/Net\ Programs/Ministry/DickK_Restore/

This is the rsync child about to exec /usr/local/bin/rsync_bpc

rsync_bpc: change_dir "/dickk" failed: No such file or directory (2)

Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 
sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 0 inode

rsync error: errors selecting input/output files, dirs (code 3) at 
flist.c(2022) [sender=3.0.9.12]

rsync_bpc exited with fatal status 3 (768) (rsync error: errors selecting 
input/output files, dirs (code 3) at flist.c(2022) [sender=3.0.9.12])

restore failed: rsync error: errors selecting input/output files, dirs (code 3) 
at flist.c(2022) [sender=3.0.9.12]

I don't understand the failure to change_dir to "/dickk" ?  The pc dir does 
exist on the stage volume '/mnt/stage/BackupPC/pc/dickk/'.

The RestoreInfo file in the destination pc directory has:

%RestoreReq = (
  'fileList' => [
    '/dickk/Desktop',
    '/dickk/Documents'
  ],
  'shareDest' => '/Shared Items/Net Programs',
  'pathHdrDest' => '/Ministry/DickK_Restore/',
  'num' => '1069',
  'reqTime' => 1537371681,
  'shareSrc' => '/Users/',
  'pathHdrSrc' => '/dickk',
  'hostDest' => 'xserve1',
  'hostSrc' => 'dickk',
  'user' => 'admin'
);

Can anyone help me find out what is going on?  Thanks!

Steve



_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to