bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

VMS file attribute issue with gnutar / file utilities.


From: John E. Malmberg
Subject: VMS file attribute issue with gnutar / file utilities.
Date: Sat, 31 May 2008 12:40:54 -0500
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

VMS has files that the information on how to interpret the structure is stored in the file header, not the file it self.

Currently gnu tar is not recording this information, and I am trying to determine a portable way to record it.

The best hack that I can come up with is to mangle the name of the file to contain that information, and demangle it on the unpack.

This way if the tarball is unpacked on a non-VMS system and re-packed, the file attribute information will not be lost.

The files with those VMS attributes would normally not be usable on anything other than a VMS system.

And if an older tar unpacks the tarball on VMS with the mangled names, the recipient has the information on how to fix the file attributes manually.

Any comments or suggestions?

-John
address@hidden
Personal Opinion Only







reply via email to

[Prev in Thread] Current Thread [Next in Thread]