HP3000-L Archives

April 1996, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Klein <[log in to unmask]>
Reply To:
Mark Klein <[log in to unmask]>
Date:
Wed, 17 Apr 1996 11:13:23 PST
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
This is a response to a private note that I think is worth public exposure:
 
>Does GZIP restore all the attributes of files when they are unzipped?  I
>noticed that compress/uncompress loses some of them (specifically the
>'SPOOL' designation).
 
Yes, it does lose the attributes. Hence my recommendation for gzip/mover in
combination. mover will preserve all of the attributes. gzip will
compress/decompress the resulting truck file. I typically do something like:
 
mover -c MYTRUCK ./FILE1 ./FILE2 ./FILE3
gzip ./MYTRUCK
ftp <some node>
> <passwords>
> bin
> put ./MYTRUCK.gz
> quit
 
logon to the remote node and:
 
gunzip ./MYTRUCK.gz
mover -x MYTRUCK
 
All there is to it. Note the use of POSIX syntax is required and is case
sensitive.
 
Regards,
 
M.

ATOM RSS1 RSS2