diff options
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 |