From 4452cfd2aa787fdcd843bc7ccbeb5ad3e07b6223 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Wed, 12 May 2010 23:33:34 +0200 Subject: system/fsarchiver: Added to 12.2 repository --- system/fsarchiver/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 system/fsarchiver/README (limited to 'system/fsarchiver/README') diff --git a/system/fsarchiver/README b/system/fsarchiver/README new file mode 100644 index 0000000000000..85c0a7ea1d198 --- /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 -- cgit v1.2.3