backup file
Craig White
craigwhite at azapple.com
Sun Aug 14 18:24:30 UTC 2011
On Sun, 2011-08-14 at 14:09 -0400, kyan wrote:
> Hello! How can I open a file made by dding and splitting a device file?
> Basically it's an 80 gig backup split into about a hundred parts. Thanks.
----
generally you would 'cat' the files together again.
cat file1 >> newfile
cat file2 >> newfile
etc.
but for a good answer, you should probably share the entire methods used
to create the pieces
Craig
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the ubuntu-users
mailing list