2010-05-11 22:55:15 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
|
|
|
# The "handy ruler" below makes it easier to edit a package description. Line
|
|
|
|
# up the first '|' above the ':' following the base package name, and the '|'
|
|
|
|
# on the right side marks the last column you can put a character in. You must
|
|
|
|
# make exactly 11 lines for the formatting to be correct. It's also
|
|
|
|
# customary to leave one space after the ':'.
|
|
|
|
|
2010-05-13 00:40:08 +02:00
|
|
|
|--------handy-ruler------------------------------------------------------|
|
2010-05-11 22:55:15 +02:00
|
|
|
dump: dump (dump and restore backup commands)
|
|
|
|
dump:
|
|
|
|
dump: Dump examines files in a filesystem, determines which ones need to be
|
|
|
|
dump: backed up, and copies those files to a specified disk, tape or other
|
2010-05-13 00:40:08 +02:00
|
|
|
dump: storage medium. Subsequent incremental backups can then be layered on top
|
|
|
|
dump: of the full backup.
|
2010-05-11 22:55:15 +02:00
|
|
|
dump:
|
2010-05-13 00:40:08 +02:00
|
|
|
dump: The restore command performs the inverse function of dump; it can restore
|
|
|
|
dump: a full backup of a filesystem. Single files and directory subtrees may
|
|
|
|
dump: also be restored from full or partial backups in interractive mode.
|
2010-05-11 22:55:15 +02:00
|
|
|
dump:
|