From c34a3e3c429080e6faaacea021f57153365a2b9c Mon Sep 17 00:00:00 2001 From: Dan Walters Date: Wed, 25 Nov 2009 18:29:15 -0300 Subject: [PATCH] duplicity 0.6.62 Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. --- Formula/duplicity.rb | 14 ++++++++++++++ Formula/librsync.rb | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 Formula/duplicity.rb create mode 100644 Formula/librsync.rb diff --git a/Formula/duplicity.rb b/Formula/duplicity.rb new file mode 100644 index 00000000000..05f08acdb19 --- /dev/null +++ b/Formula/duplicity.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Duplicity