From 12244e716bb44947efd40b103cef043430c19fbb Mon Sep 17 00:00:00 2001 From: Steven Sartorius Date: Sun, 16 May 2010 14:35:52 -0400 Subject: rdiff-backup rdiff-backup backs up one directory to another, possibly over a network. It's a python script which I installed using the '--local' switch. This will create a 'site-packages' folder under ~/.local/. Don't know if this is the approved homebrew approach but it works for me. Signed-off-by: Adam Vandenberg * Install privately into libexec and link scripts into bin. This way we don't touch any site-packages folders. --- Library/Formula/rdiff-backup.rb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Library/Formula/rdiff-backup.rb diff --git a/Library/Formula/rdiff-backup.rb b/Library/Formula/rdiff-backup.rb new file mode 100644 index 000000000..3b1562980 --- /dev/null +++ b/Library/Formula/rdiff-backup.rb @@ -0,0 +1,26 @@ +require 'formula' + +class RdiffBackup