Jump to content

dump (Unix)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Schily (talk | contribs) at 11:47, 6 November 2014 (dump is not part of the single unix specification). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

dump is a Unix program 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.[1]

Usage

dump [-0123456789acLnSu] [-B records] [-b blocksize] [-C cachesize]
[-D dumpdates] [-d density] [-f file | -P pipecommand] [-h level]
[-s feet] [-T date] filesystem
dump -W | -w

See also

References

  1. ^ "dump.c". Bitsavers' Software Archive. Retrieved 8 March 2013.