Bar
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Arnoudmulder (Talk | contribs) (added link to bar.c) |
||
| (One intermediate revision by one user not shown) | |||
| Line 3: | Line 3: | ||
}} | }} | ||
'''bar''' is an archive format used for backing up and restoring files in the SunOS operating system, in version 4. Such archives were designed to be sent to tape storage, similarly to [[Tape Archive|tar]]. For later versions it's advised to "Use tar or cpio -H bar to replace bar". | '''bar''' is an archive format used for backing up and restoring files in the SunOS operating system, in version 4. Such archives were designed to be sent to tape storage, similarly to [[Tape Archive|tar]]. For later versions it's advised to "Use tar or cpio -H bar to replace bar". | ||
| + | |||
| + | The source code of SunOS contains the sources of bar.c to read/write bar files. The SunOS-4.1.3 sources can be found on github. | ||
== Links == | == Links == | ||
| Line 9: | Line 11: | ||
* [http://books.google.com/books?id=8vrwjLsPkgwC&pg=PA293&lpg=PA293&dq=sunos+4+bar+file&source=bl&ots=e0zm0OhFKs&sig=UGEjCy9FTp7P8CxvTQEOorE-irM&hl=en&sa=X&ei=QM7QUqXyG-3lsASa64D4Cw&ved=0CE8Q6AEwBA#v=onepage&q=sunos%204%20bar%20file&f=false Google book page referencing the format] | * [http://books.google.com/books?id=8vrwjLsPkgwC&pg=PA293&lpg=PA293&dq=sunos+4+bar+file&source=bl&ots=e0zm0OhFKs&sig=UGEjCy9FTp7P8CxvTQEOorE-irM&hl=en&sa=X&ei=QM7QUqXyG-3lsASa64D4Cw&ved=0CE8Q6AEwBA#v=onepage&q=sunos%204%20bar%20file&f=false Google book page referencing the format] | ||
* [https://groups.google.com/forum/#!topic/comp.unix.solaris/gNrCF6t0kP0 Newsgroup discussion: Help with Solaris cpio -H bar compatability option for old bar written tapes] | * [https://groups.google.com/forum/#!topic/comp.unix.solaris/gNrCF6t0kP0 Newsgroup discussion: Help with Solaris cpio -H bar compatability option for old bar written tapes] | ||
| + | |||
| + | [[Category:Sun]] | ||
Latest revision as of 22:13, 16 May 2026
bar is an archive format used for backing up and restoring files in the SunOS operating system, in version 4. Such archives were designed to be sent to tape storage, similarly to tar. For later versions it's advised to "Use tar or cpio -H bar to replace bar".
The source code of SunOS contains the sources of bar.c to read/write bar files. The SunOS-4.1.3 sources can be found on github.