Ufsdump
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=ufsdump |formattype=electronic |subcat=Archiving }} ufsdump is an uncompressed archive file format, designed for backups of UFS file systems. == Sp...") |
|||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
}} | }} | ||
[[ufsdump]] is an uncompressed archive file format, designed for backups of [[UFS]] file systems. | [[ufsdump]] is an uncompressed archive file format, designed for backups of [[UFS]] file systems. | ||
+ | |||
+ | The backup and restore commands on SunOS 4 were called <tt>dump</tt> and <tt>restore</tt>. In Solaris 2, they were renamed to <tt>ufsdump</tt> and <tt>ufsrestore</tt> | ||
== Specifications == | == Specifications == | ||
* [http://docs.oracle.com/cd/E36784_01/html/E36882/ufsdump-4.html Solaris 11.2 ufsdump(4) man page] | * [http://docs.oracle.com/cd/E36784_01/html/E36882/ufsdump-4.html Solaris 11.2 ufsdump(4) man page] | ||
+ | |||
+ | == Software == | ||
+ | * [https://www.freebsd.org/cgi/man.cgi?query=dump&manpath=FreeBSD+10.1-RELEASE FreeBSD 10.1 dump(8) man page] | ||
== Links == | == Links == |
Latest revision as of 06:40, 5 January 2015
ufsdump is an uncompressed archive file format, designed for backups of UFS file systems.The backup and restore commands on SunOS 4 were called dump and restore. In Solaris 2, they were renamed to ufsdump and ufsrestore