diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-29 07:43:51 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-29 17:18:19 -0500 |
commit | 6db869d2447f2c612ebadd52eb4d3a93686ecc99 (patch) | |
tree | 584a1a05bb1708cd648d7a2fd93c4a6ea750e729 /system/fsarchiver/README | |
parent | 5547f1379c48c64f7bd26420ed9d2b562849cd43 (diff) | |
download | slackbuilds-6db869d2447f2c612ebadd52eb4d3a93686ecc99.tar.gz |
system/fsarchiver: Added (Removed by accident)
This reverts commit 89719373d13a0b8c713133c47bb97788ae0f8d60.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/fsarchiver/README')
-rw-r--r-- | system/fsarchiver/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/fsarchiver/README b/system/fsarchiver/README new file mode 100644 index 0000000000..c434beadce --- /dev/null +++ b/system/fsarchiver/README @@ -0,0 +1,12 @@ +FSArchiver is a system tool that allows you to save the contents of +a filesystem to a compressed archive file. The filesystem can be +restored on a partition which has a different size and it can be +restored on a different filesystem. Unlike tar/dar, FSArchiver +also creates the filesystem 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. + +There's a manpage now so you can get on usage by doing +"fsarchiver -h" (for short help) or "man 8 fsarchiver" |