~ubuntu-branches/ubuntu/saucy/backupninja/saucy

« back to all changes in this revision

Viewing changes to handlers/dup.helper.in

  • 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:
286
286
# if 'desturl' is set below, 'testconnect' must be set to 'no' for now.
287
287
testconnect = $dup_testconnect
288
288
 
 
289
## temporary directory used by duplicity, set to some other location if your /tmp is small
 
290
## default is either /tmp or /usr/tmp, depending on the system
 
291
##
 
292
## Default:
 
293
# tmpdir = /tmp
 
294
 
289
295
######################################################
290
296
## gpg section
291
297
## (how to encrypt and optionally sign the backups)
448
454
#awsaccesskeyid = YOUR_AWS_ACCESS_KEY_ID
449
455
#awssecretaccesskey = YOUR_AWS_SECRET_KEY
450
456
 
 
457
## RackSpace's CloudFiles username, API key, and authentication URL.
 
458
## cfusername = YOUR_CF_USERNAME
 
459
## cfapikey = YOUR_CF_API_KEY
 
460
## cfauthurl = YOUR_CF_AUTH_URL
 
461
##
 
462
## Default:
 
463
# cfusername = 
 
464
# cfapikey = 
 
465
# cfauthurl = 
 
466
 
451
467
# FTP password, needed for backups using desturl = ftp://...
452
468
#ftp_password = 
453
469
 
457
473
#bandwidthlimit = 128
458
474
bandwidthlimit = $dup_bandwidth
459
475
 
460
 
# passed directly to ssh, scp (and sftp in duplicity >=0.4.2)
461
 
# warning: sftp does not support all scp options, especially -i; as
462
 
# a workaround, you can use "-o <SSHOPTION>"
463
 
#sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity
464
 
sshoptions = $dup_sshoptions
 
476
## duplicity < 0.6.17
 
477
## ------------------
 
478
## passed directly to ssh, scp (and sftp in duplicity >=0.4.2)
 
479
## warning: sftp does not support all scp options, especially -i; as
 
480
## a workaround, you can use "-o <SSHOPTION>"
 
481
## an example setting would be:
 
482
## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity
 
483
##
 
484
## duplicity >= 0.6.17
 
485
## ------------------
 
486
## supports only "-o IdentityFile=..."
 
487
##
 
488
## Default:
 
489
# sshoptions = 
465
490
 
466
491
# put the backups under this destination directory
467
492
# if using 'desturl' above, this must not be set