[Lunar-commits] <moonbase> rdiff-backup: small tweaks.
Florin Braescu
florin at lunar-linux.org
Wed Dec 10 15:31:22 CET 2008
commit b539c684e47818754c32c67855687401ddeb604f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Dec 10 16:31:22 2008 +0200
rdiff-backup: small tweaks.
---
archive/rdiff-backup/DETAILS | 30 +++++++++++++-----------------
1 files changed, 13 insertions(+), 17 deletions(-)
diff --git a/archive/rdiff-backup/DETAILS b/archive/rdiff-backup/DETAILS
index c25621b..8135a38 100644
--- a/archive/rdiff-backup/DETAILS
+++ b/archive/rdiff-backup/DETAILS
@@ -3,26 +3,22 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://savannah.nongnu.org/download/$MODULE
SOURCE_VFY=sha1:79e17d27475044c116d10a08cfe46816f74fce85
- WEB_SITE=http://www.nongnu.org/rdiff-backup/
+ WEB_SITE=http://www.nongnu.org/rdiff-backup
ENTERED=20070603
UPDATED=20081207
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
+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