Displaying 1 result from an estimated 1 matches for "regback".
Did you mean:
redback
1998 Sep 18
0
smbclient can back up WNT system disks?
.... On the samba
side there would be some sort of mapping like:
tape_disk_nrns = /dev/tapenrns
and you would set the position on the tape with "mt" (or similar) commands.
Then you could use
smbclient in a script to do something like (pseudocode)
net use Q: \\samba\tape_disk_nrns
regback ??? ! store current version of registry on running disk
backup C: Q: /a
! use I don't know what to pickup io.sys and other files backup
! won't touch
Restoring a hosed system disk, after booting from a second disk:
net use Q: \\samba\tape_disk_nrns
backup Q: C: /a
! use I don&...