[Lunar-commits] r24662 - in moonbase/trunk/archive: . rdiff-backup
Jan Eidtmann
cmak at lunar-linux.org
Sun Jun 3 05:43:49 CEST 2007
Author: cmak
Date: 2007-06-03 05:43:49 +0200 (Sun, 03 Jun 2007)
New Revision: 24662
Added:
moonbase/trunk/archive/rdiff-backup/
moonbase/trunk/archive/rdiff-backup/BUILD
moonbase/trunk/archive/rdiff-backup/DEPENDS
moonbase/trunk/archive/rdiff-backup/DETAILS
Log:
i added teh new module\!
Added: moonbase/trunk/archive/rdiff-backup/BUILD
===================================================================
--- moonbase/trunk/archive/rdiff-backup/BUILD (rev 0)
+++ moonbase/trunk/archive/rdiff-backup/BUILD 2007-06-03 03:43:49 UTC (rev 24662)
@@ -0,0 +1,6 @@
+(
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/archive/rdiff-backup/DEPENDS
===================================================================
--- moonbase/trunk/archive/rdiff-backup/DEPENDS (rev 0)
+++ moonbase/trunk/archive/rdiff-backup/DEPENDS 2007-06-03 03:43:49 UTC (rev 24662)
@@ -0,0 +1,2 @@
+depends Python &&
+depends librsync
Added: moonbase/trunk/archive/rdiff-backup/DETAILS
===================================================================
--- moonbase/trunk/archive/rdiff-backup/DETAILS (rev 0)
+++ moonbase/trunk/archive/rdiff-backup/DETAILS 2007-06-03 03:43:49 UTC (rev 24662)
@@ -0,0 +1,28 @@
+ MODULE=rdiff-backup
+ VERSION=1.0.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://savannah.nongnu.org/download/$MODULE
+ SOURCE_VFY=sha1:4d33ef3d93532ce1746728e2c5687da354fafcec
+ WEB_SITE=http://www.nongnu.org/rdiff-backup/
+ ENTERED=20070603
+ UPDATED=20070603
+ SHORT="A (remote) incremental backup"
+cat << EOF
+rdiff-backup backs up one directory to another,
+possibly over a network. The target directory ends
+up a copy of the source directory, but extra
+reverse diffs are stored in a special subdirectory
+of that target directory, so you can still recover
+files lost some time ago. The idea is to combine
+the best features of a mirror and an incremental
+backup. rdiff-backup also preserves subdirectories,
+hard links, dev files, permissions, uid/gid
+ownership, modification times, extended attributes,
+acls, and resource forks. Also, rdiff-backup can
+operate in a bandwidth efficient manner over a
+pipe, like rsync. Thus you can use rdiff-backup and
+ssh to securely back a hard drive up to a remote
+location, and only the differences will be
+transmitted. Finally, rdiff-backup is easy to use
+and settings have sensical defaults.
+EOF
More information about the Lunar-commits
mailing list