diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-12 23:33:34 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:33:34 +0200 |
commit | 4452cfd2aa787fdcd843bc7ccbeb5ad3e07b6223 (patch) | |
tree | 5db7af4d56ba5bc6f41879d84fbc6a0b612e2d03 /system/fsarchiver/README | |
parent | 0d9db4957e2f6cf5726c0f8449fa3cd336b36880 (diff) | |
download | slackbuilds-4452cfd2aa787fdcd843bc7ccbeb5ad3e07b6223.tar.gz |
system/fsarchiver: Added to 12.2 repository
Diffstat (limited to 'system/fsarchiver/README')
-rw-r--r-- | system/fsarchiver/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/fsarchiver/README b/system/fsarchiver/README new file mode 100644 index 0000000000..85c0a7ea1d --- /dev/null +++ b/system/fsarchiver/README @@ -0,0 +1,25 @@ +FSArchiver is a system tool that allows you to save the contents of +a file-system to a compressed archive file. The file-system can be +restored on a partition which has a different size and it can be +restored on a different file-system. Unlike tar/dar, FSArchiver +also creates the file-system when it extracts the data to partitions. + +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 |