~marix/duplicity/azure-storage-sas

« back to all changes in this revision

Viewing changes to bin/duplicity.1

  • Committer: Kenneth Loafman
  • Date: 2016-11-21 17:06:39 UTC
  • Revision ID: kenneth@loafman.com-20161121170639-6vwkq775jmfkyqd1
* Merged in lp:~dernils/duplicity/robust-dropbox-backend
  - Added new command line option --backend-retry-delay
    that allows to determine the time that duplicity sleeps
    before retrying after an error has occured.
  - Added some robustness to dpbxbackend.py that ensures re-authentication
    happens in case that a socket is changed (e.g. due to a forced reconnect
    of a dynamic internet connection).

Show diffs side-by-side

added added

removed removed

Lines of Context:
313
313
enough storage space is required to store two volumes.
314
314
 
315
315
.TP
 
316
.BI "--backend-retry-delay " number
 
317
Specifies the number of seconds that duplicity waits after an error has
 
318
occured before attempting to repeat the operation.
 
319
 
 
320
 
 
321
.TP
316
322
.BI "--cf-backend " backend
317
323
Allows the explicit selection of a cloudfiles backend. Defaults to
318
324
.BR pyrax .