COPYING CONTENTS FROM BACKUP [message #50603] |
Mon, 25 March 2002 02:38 |
fred Geeves
Messages: 14 Registered: March 2002
|
Junior Member |
|
|
Okay here is the problem. I have the backup tape. What I want to do is copy the backup tape from a unix server to an nt server. I know very little about unix and having toubling accessing the tape drive (DDS format) is there a command for just copying the contents of the tape to another location i.e another server.
|
|
|
Re: COPYING CONTENTS FROM BACKUP [message #50620 is a reply to message #50603] |
Mon, 25 March 2002 21:53 |
Chan Arun
Messages: 1 Registered: March 2002
|
Junior Member |
|
|
you can image copy the file in unix machine by using
dd if=<input file name> of=<output file name>
this ensures that the file is copies with entire image.
hope this solves your problem
Chan
|
|
|