slackbuilds_ponce/system/fsarchiver/README
2010-05-13 00:40:19 +02:00

18 lines
783 B
Text

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.
Dependencies:
zlib, bzip2, e2fsprogs and other filesystem tools which are all part
of Slackware.
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