system/dump: Fix slack-desc.

This commit is contained in:
B. Watson 2016-11-14 01:17:46 -05:00 committed by Willy Sudiarto Raharjo
parent a2545d9fba
commit d7fb15c8e8
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 8 additions and 8 deletions

View File

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
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
dump: storage medium. Subsequent incremental backups can then be layered on top
dump: of the full backup.
dump:
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.
dump: Dump examines files in a filesystem, determines which ones need to
dump: be backed up, and copies those files to a specified disk, tape or
dump: other storage medium. Subsequent incremental backups can then be
dump: layered on top of the full backup.
dump:
dump: The restore command performs the inverse function of dump; it can
dump: restore a full backup of a filesystem. Single files and directory
dump: subtrees may also be restored from full or partial backups in
dump: interractive mode.