diff options
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 |
commit | e6f8608b28ed873cfdd987f22a4dcca3574d2e95 (patch) | |
tree | b1fdbaaa89d1c5685e68807a9fef5df7b07292d7 /system/rdup/README | |
parent | 06b293c192d6056a65fed6a2191a3d9a21630292 (diff) |
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/README | 6 |
1 files changed, 6 insertions, 0 deletions
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). |