dump (program)

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.

dump
Developer(s)AT&T Bell Laboratories
Initial releaseNovember 1973 (1973-11)
Operating systemUnix and Unix-like, MSX-DOS
TypeCommand

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

  • restore (program)
  • tar (file format)
  • cpio
  • rsync

References

  1. "dump.c". Bitsavers' Software Archive. Retrieved 8 March 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.