From Wikipedia, the free encyclopedia
dump is a Unix program used to backup 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.
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
[edit] See also
[edit] External links
Unix command line programs and builtins (more) |
|
File system |
|
|
Processes |
|
|
User environment |
|
|
Text processing |
|
|
Shell programming |
|
|
Networking |
|
|
Searching |
|
|
Miscellaneous |
|
|