diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-13 00:40:19 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:40:19 +0200 |
commit | 148f530382b6814cb3d39de9b651488028e2e0f6 (patch) | |
tree | e07ecae8c83f2ccedcf33b988fa21e92aeadb876 /system/fsarchiver/README | |
parent | 814e90282a713923920c85f4acd9b9c4e0f5290c (diff) | |
download | slackbuilds-148f530382b6814cb3d39de9b651488028e2e0f6.tar.gz |
system/fsarchiver: Updated for version 0.6.7
Diffstat (limited to 'system/fsarchiver/README')
-rw-r--r-- | system/fsarchiver/README | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/system/fsarchiver/README b/system/fsarchiver/README index 85c0a7ea1d..f5cfdc3255 100644 --- a/system/fsarchiver/README +++ b/system/fsarchiver/README @@ -8,18 +8,11 @@ Everything is checksummed in the archive in order to protect the data. If the archive is corrupt, you just loose the current file, not the whole archive. -Build Notes: -Please note that LZMA support is disabled in the script, the source -apparently needs next major version of LZMA (renamed XZ) which is -still in beta. - -Static binary is built so it can be copied with your backup scripts and -used when you don't have package installed but need the binary. - Dependencies: zlib, bzip2, e2fsprogs and other filesystem tools which are all part of Slackware. -There are no man pages in the package. For short help, fsarchiver -h. -For detailed usage, check out the project website -at http://www.fsarchiver.org/Main_Page +There's a manpage now so you can get on usage by doing: +1. fsarchiver -h (for short help) +2. man 8 fsarchiver +3. Or, check out the project website at http://www.fsarchiver.org/Main_Page |