Hello all,

having successfully installed Backuppc and backing up some of our
machines, I tried to restore a directory /etc/vmware which was
backed up using localhost.pl (system is Debian Etch 4.0).

1st) restore to local machine failed, since the "ssh to localhost" did
give an key error: later, after some research I found out that there has
to be a directory /var/lib/backuppc/.ssh with owner backuppc and a
"known_hosts" file from /root/.ssh.

Is there anything about that in any documentation/FAQ?

2nd) restore to remote machine with rsync succeeded, but there were no
files - log message:
   Remote[2]: skipping non-regular file "vmnet6/dhcpd"
I'm sure that the requested files _are_ regular files and no sockets or
sth. like that, not even the directories have bin restored.
Restoring files that were backed up from same system succeeded, getting
only one file via browser is ok, too:
[EMAIL PROTECTED]:~$ file restore/dhcpd.conf
restore/dhcpd.conf: ASCII English text


Is where any way to find out what can be done here?

Thanx in advance.

Falko




cat /etc/backuppc/localhost.pl

#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'tar';

$Conf{TarShareName} = ['/etc'];

$Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C $tarPath -c -v -f - -C
$shareName'
                        . ' --totals';

# remove extra shell escapes ($fileList+ etc.) that are
# needed for remote backups but may break local ones
$Conf{TarFullArgs} = '$fileList';
$Conf{TarIncrArgs} = '--newer=$incrDate $fileList';



Contents of file /var/lib/backuppc/pc/midas/RestoreLOG.5.z, modified
2007-09-27 11:27:15

Running: /usr/bin/ssh -q -x -l root midas /usr/bin/rsync --server
--numeric-ids --perms --owner --group --devices --links --times
--block-size=2048 --relative --ignore-times --recursive .
/home/falko/restore/
Xfer PIDs are now 7435
Rsync command pid is 7435
Fetching remote protocol
Got remote protocol 29
Negotiated protocol version 26
Checksum seed is 1190885238
Got checksumSeed 0x46fb7776
fileListSend: sending file list: /vmware/vmnet6
Sending /vmware/vmnet6 (remote=/vmnet6)
  restore   755       0/0           0 /restore/vmnet6
Sending /vmware/vmnet6/dhcpd (remote=/vmnet6/dhcpd)
  restore   755       0/0           0 /restore/vmnet6/dhcpd
Sending /vmware/vmnet6/dhcpd/dhcpd.conf (remote=/vmnet6/dhcpd/dhcpd.conf)
  restore   444       0/0         773 /restore/vmnet6/dhcpd/dhcpd.conf
Sending /vmware/vmnet6/dhcpd/dhcpd.conf.old.0
(remote=/vmnet6/dhcpd/dhcpd.conf.old.0)
  restore   644       0/0         774 /restore/vmnet6/dhcpd/dhcpd.conf.old.0
Sending /vmware/vmnet6/dhcpd/dhcpd.conf.old.1
(remote=/vmnet6/dhcpd/dhcpd.conf.old.1)
  restore   644       0/0         774 /restore/vmnet6/dhcpd/dhcpd.conf.old.1
Sending /vmware/vmnet6/dhcpd/dhcpd.leases
(remote=/vmnet6/dhcpd/dhcpd.leases)
  restore   644       0/0         779 /restore/vmnet6/dhcpd/dhcpd.leases
Sending /vmware/vmnet6/dhcpd/dhcpd.leases~
(remote=/vmnet6/dhcpd/dhcpd.leases~)
  restore   644       0/0        1503 /restore/vmnet6/dhcpd/dhcpd.leases~
Sending /vmware/vmnet6/nat (remote=/vmnet6/nat)
  restore   755       0/0           0 /restore/vmnet6/nat
Sending /vmware/vmnet6/nat/nat.conf (remote=/vmnet6/nat/nat.conf)
  restore   444       0/0        1251 /restore/vmnet6/nat/nat.conf
Sorted file list has 9 entries
PostSortFile 0: /vmnet6
PostSortFile 1: /vmnet6/dhcpd
PostSortFile 2: /vmnet6/dhcpd/dhcpd.conf
PostSortFile 3: /vmnet6/dhcpd/dhcpd.conf.old.0
PostSortFile 4: /vmnet6/dhcpd/dhcpd.conf.old.1
PostSortFile 5: /vmnet6/dhcpd/dhcpd.leases
PostSortFile 6: /vmnet6/dhcpd/dhcpd.leases~
PostSortFile 7: /vmnet6/nat
PostSortFile 8: /vmnet6/nat/nat.conf
Remote[2]: skipping non-regular file "vmnet6"
Remote[2]: skipping non-regular file "vmnet6/dhcpd"
Remote[2]: skipping non-regular file "vmnet6/dhcpd/dhcpd.conf"
Remote[2]: skipping non-regular file "vmnet6/dhcpd/dhcpd.conf.old.0"
Remote[2]: skipping non-regular file "vmnet6/dhcpd/dhcpd.conf.old.1"
Remote[2]: skipping non-regular file "vmnet6/dhcpd/dhcpd.leases"
Remote[2]: skipping non-regular file "vmnet6/dhcpd/dhcpd.leases~"
Remote[2]: skipping non-regular file "vmnet6/nat"
Remote[2]: skipping non-regular file "vmnet6/nat/nat.conf"
Finished csumReceive
Finished csumReceive
Done: 9 files, 5854 bytes

-- 
Falko Trojahn                     fon +49-341-3581294
Dipl.-Ingenieur Netzwerke/Support fax +49-341-3581295

SMI Softmark Informationstechnologien GmbH
Sitz: D-04416 Markkleeberg, Friedrich-Ebert-Str. 51
Registergericht: Amtsgericht Leipzig HRB 164
Geschäftsführer: Andreas Griesmann
www.smi-softmark.de

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to