summaryrefslogtreecommitdiffstats
path: root/system/rdup/README
diff options
context:
space:
mode:
author Binh Nguyen <binhnguyen@fastmail.fm>2010-10-24 22:30:38 -0400
committer Erik Hanson <erik@slackbuilds.org>2010-10-25 07:55:12 -0500
commite6f8608b28ed873cfdd987f22a4dcca3574d2e95 (patch)
treeb1fdbaaa89d1c5685e68807a9fef5df7b07292d7 /system/rdup/README
parent06b293c192d6056a65fed6a2191a3d9a21630292 (diff)
downloadslackbuilds-e6f8608b28ed873cfdd987f22a4dcca3574d2e95.tar.gz
slackbuilds-e6f8608b28ed873cfdd987f22a4dcca3574d2e95.tar.xz
system/rdup: Added (utility to create a list for making backups)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/rdup/README')
-rw-r--r--system/rdup/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/rdup/README b/system/rdup/README
new file mode 100644
index 0000000000..2fb9c65bb2
--- /dev/null
+++ b/system/rdup/README
@@ -0,0 +1,6 @@
+rdup is a utility inspired by rsync and the plan9 way of doing things.
+rdup itself does not backup anything. It only prints a list of files
+that are changed, or all files in case of a null dump. It also handles
+files that are removed, allowing for correct incremental backups.
+
+Optional dependency is nettle (to provide encryption for rdup-tr).