diff options
author | Chris Abela <chris.abela@maltats.com> | 2010-05-11 22:55:15 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:55:15 +0200 |
commit | 5f9dbb56f96ff5c13620ce0f2637c00615c535f4 (patch) | |
tree | 53757dc9f3f532a4d1cbd9d9ffff3aeaad863bd1 /system/dump/README | |
parent | 64ce3057546d43f6e3bbd1bef1fe2ca7dc5cb87f (diff) | |
download | slackbuilds-5f9dbb56f96ff5c13620ce0f2637c00615c535f4.tar.gz |
system/dump: Added to 12.1 repository
Diffstat (limited to 'system/dump/README')
-rw-r--r-- | system/dump/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/system/dump/README b/system/dump/README new file mode 100644 index 0000000000..8e540576c3 --- /dev/null +++ b/system/dump/README @@ -0,0 +1,28 @@ +DUMP (dump and restore backup commands) + +Dump examines files in a filesystem, determines which ones need to be +backed up, and copies those files to a specified disk, tape or other +storage medium. Subsequent incremental backups can then be layered on top +of the full backup. + +You might want to read this post by Linus: + http://lwn.net/2001/0503/a/lt-dump.php3 +and the counter-argument on + http://dump.sourceforge.net/isdumpdeprecated.html + + +SLACKWARE ISSUES WITH DUMP/RESTORE/RMT + +Dump package conflicts with these two files from the tar package: + the rmt man page: /usr/man/man8/rmt.8.gz + and the restore application: /usr/sbin/restore +Installing the dump package will overwrite these files. + +Should you remove the dump package, you may note that the two files +referred to above will not be removed because they are "shared" with +the tar package. You will need to reinstall the stock tar package. + +With regards to rmt, the tar package installs it to /sbin/rmt while the +dump package installs it in /usr/sbin/rmt - these two are not identical. +You can be sure to call the relevant rmt application by qualifying the +full path to the desired rmt executable. |