diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 01:17:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | d7fb15c8e8b3268cf23e7a9969f865f5f57da050 (patch) | |
tree | 52f31bf81ec0c88b4da4ef6305d716af1cbb65d8 /system/dump/slack-desc | |
parent | a2545d9fba794fa9d1f9f0527d7572a1b879f8c1 (diff) | |
download | slackbuilds-d7fb15c8e8b3268cf23e7a9969f865f5f57da050.tar.gz slackbuilds-d7fb15c8e8b3268cf23e7a9969f865f5f57da050.tar.xz |
system/dump: Fix slack-desc.
Diffstat (limited to 'system/dump/slack-desc')
-rw-r--r-- | system/dump/slack-desc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/dump/slack-desc b/system/dump/slack-desc index 815eb3833f..4ca8a1bcd8 100644 --- a/system/dump/slack-desc +++ b/system/dump/slack-desc @@ -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. |