~ubuntu-branches/ubuntu/trusty/backupninja/trusty

« back to all changes in this revision

Viewing changes to examples/example.dup

  • Committer: Package Import Robot
  • Author(s): intrigeri
  • Date: 2012-05-15 17:23:13 UTC
  • mfrom: (1.1.13) (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120515172313-ipwxvurdk6nlu960
Tags: 1.0~rc1-1
* Imported Upstream version 1.0-rc1
  (Closes: #657201, #536858, #654192, #656968, #654708)
* Drop obsolete pkglibdir-FTBFS-fix.diff: applied upstream.
* Bump Standards-Version to 3.9.3 (no change required).
* Suggest trickle package, now needed for duplicity traffic shaping.
* Add NEWS entry for duplicity changes.
* Revamp git-buildpackage configuration:
  - Update upstream-tag setting to reflect reality.
  - Use an upstream branch into which we can import upstream tarballs.
  - Use pristine-tar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
# awsaccesskeyid = 
195
195
# awssecretaccesskey = 
196
196
 
 
197
## RackSpace's CloudFiles username, API key, and authentication URL.
 
198
## cfusername = YOUR_CF_USERNAME
 
199
## cfapikey = YOUR_CF_API_KEY
 
200
## cfauthurl = YOUR_CF_AUTH_URL
 
201
##
 
202
## Default:
 
203
# cfusername = 
 
204
# cfapikey = 
 
205
# cfauthurl = 
 
206
 
197
207
## FTP password, needed for backups using desturl = ftp://...
198
208
##
199
209
## Default:
207
217
## Default:
208
218
# bandwidthlimit = 0
209
219
 
 
220
## duplicity < 0.6.17
 
221
## ------------------
210
222
## passed directly to ssh, scp (and sftp in duplicity >=0.4.2)
211
223
## warning: sftp does not support all scp options, especially -i; as
212
224
## a workaround, you can use "-o <SSHOPTION>"
213
225
## an example setting would be:
214
226
## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity
215
227
##
 
228
## duplicity >= 0.6.17
 
229
## ------------------
 
230
## supports only "-o IdentityFile=..."
 
231
##
216
232
## Default:
217
233
# sshoptions = 
218
234