Misplaced Pages

dump (Unix)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Dump (program))
This article includes a list of general references, but it lacks sufficient corresponding inline citations. Please help to improve this article by introducing more precise citations. (March 2010) (Learn how and when to remove this message)
dump
Developer(s)AT&T Bell Laboratories
Initial releaseNovember 1973; 51 years ago (1973-11)
Operating systemUnix and Unix-like, MSX-DOS
TypeCommand

The dump command is a program on Unix and Unix-like operating systems used to back up file systems. It operates on blocks, below filesystem abstractions such as files and directories. Dump can back up a file system to a tape or another disk. It is often used across a network by piping its output through bzip2 then SSH.

A dump utility first appeared in Version 6 AT&T UNIX. A dump command is also part of ASCII's MSX-DOS2 Tools for MSX-DOS version 2.

Usage

dump    
  filesystem
$ dump -W | -w

See also

References

  1. "dump.c". Bitsavers' Software Archive. Retrieved 8 March 2013.
  2. ASCII Corporation (1993-04-01). MSX-DOS2 Tools User's Manual by ASCII Corporation.

External links

Unix command-line interface programs and shell builtins
File system
Processes
User environment
Text processing
Shell builtins
Searching
Documentation
Software development
Miscellaneous
Stub icon

This Unix-related article is a stub. You can help Misplaced Pages by expanding it.

Stub icon

This computer data storage-related software article is a stub. You can help Misplaced Pages by expanding it.

Categories: