From f351306d82a5a98f1827643deefc7ed69ce98716 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 22 Oct 2011 21:46:50 +0200 Subject: dup: add support for RackSpace's CloudFiles. Thanks to Yuval Kogman for the patch. --- examples/example.dup | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'examples') diff --git a/examples/example.dup b/examples/example.dup index 5e6b424..77bda83 100644 --- a/examples/example.dup +++ b/examples/example.dup @@ -194,6 +194,16 @@ exclude = /var/cache/backupninja/duplicity # awsaccesskeyid = # awssecretaccesskey = +## RackSpace's CloudFiles username, API key, and authentication URL. +## cfusername = YOUR_CF_USERNAME +## cfapikey = YOUR_CF_API_KEY +## cfauthurl = YOUR_CF_AUTH_URL +## +## Default: +# cfusername = +# cfapikey = +# cfauthurl = + ## FTP password, needed for backups using desturl = ftp://... ## ## Default: -- cgit v1.2.3