Bar
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |subcat=Archiving }} '''bar''' is an archive format used for backing up and restoring files in the SunOS operating system, in version 4. For later versions it's a...") |
(Category:Sun) |
||
(2 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
|subcat=Archiving | |subcat=Archiving | ||
}} | }} | ||
− | '''bar''' is an archive format used for backing up and restoring files in the SunOS operating system, in version 4. 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". |
== Links == | == Links == | ||
+ | * [http://modman.unixdev.net/?sektion=1&page=bar&manpath=SunOS-4.1.3 Man page] | ||
* [http://docs.oracle.com/cd/E19455-01/805-6331/6j5vgg68g/index.html Using File System Administration Commands] | * [http://docs.oracle.com/cd/E19455-01/805-6331/6j5vgg68g/index.html Using File System Administration Commands] | ||
* [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 15:34, 12 January 2014
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".