From e6f8608b28ed873cfdd987f22a4dcca3574d2e95 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sun, 24 Oct 2010 22:30:38 -0400 Subject: system/rdup: Added (utility to create a list for making backups) Signed-off-by: dsomero --- system/rdup/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system/rdup/README (limited to 'system/rdup/README') diff --git a/system/rdup/README b/system/rdup/README new file mode 100644 index 000000000000..2fb9c65bb2d2 --- /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). -- cgit v1.2.3