summaryrefslogtreecommitdiffstats
path: root/system/rdup/README
diff options
context:
space:
mode:
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).