[Lunar-commits] <moonbase> fsarchiver: a filesystem archiver tool for Linux.
Florin Braescu
florin at lunar-linux.org
Fri Sep 25 17:12:29 CEST 2009
commit 26e8995220977dcabd6107ebf0bd6f723acb98c6
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Sep 25 18:12:29 2009 +0300
fsarchiver: a filesystem archiver tool for Linux.
---
archive/fsarchiver/DEPENDS | 5 +++++
archive/fsarchiver/DETAILS | 20 ++++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/archive/fsarchiver/DEPENDS b/archive/fsarchiver/DEPENDS
new file mode 100644
index 0000000..e6cefd9
--- /dev/null
+++ b/archive/fsarchiver/DEPENDS
@@ -0,0 +1,5 @@
+depends e2fsprogs
+
+optional_depends "xz" "" "--disable-lzma" "for lzma compress format support"
+optional_depends "lzo" "" "--disable-lzo" "for lzo compress format support"
+optional_depends "openssl" "" "--disable-crypto" "for ssl support"
diff --git a/archive/fsarchiver/DETAILS b/archive/fsarchiver/DETAILS
new file mode 100644
index 0000000..b976516
--- /dev/null
+++ b/archive/fsarchiver/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=fsarchiver
+ VERSION=0.5.9
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:9604943d736654548f24a7d653986e19e5157bcb
+ WEB_SITE=http://www.fsarchiver.org
+ ENTERED=20090925
+ UPDATED=20090925
+ SHORT="A file-system archive tool"
+
+cat << EOF
+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.
+EOF
More information about the Lunar-commits
mailing list