~townsend/duplicity/fix-1161599

« back to all changes in this revision

Viewing changes to bin/duplicity.1

  • Committer: Kenneth Loafman
  • Date: 2013-02-17 17:51:08 UTC
  • mfrom: (908.1.4 duplicity)
  • Revision ID: kenneth@loafman.com-20130217175108-13ozzfp3i2j6wt7y
* Merged in lp:~jnoster/duplicity/dpbx-added
  - Add Dropbox backend
  - NB! In order to use the backend one must:
    1. Install Dropbox Python SDK first.
    2. Run the duplicity with Dropbox backend (dpbx://) first time
       *interactively* to catch and follow the oAuth URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
.br
82
82
(also see 
83
83
.BR "A NOTE ON SSL CERTIFICATE VERIFICATION" ).
 
84
.TP
 
85
.B "dpbx backend"
 
86
.B Dropbox Python SDK
 
87
- https://www.dropbox.com/developers/reference/sdk
 
88
.br
84
89
 
85
90
.SH SYNOPSIS
86
91
.B duplicity [full|incremental]
984
989
.BI "A NOTE ON UBUNTU ONE"
985
990
.PP
986
991
webdav[s]://user[:password]@other.host/some_dir
 
992
.PP
 
993
.BI "Dropbox backend"
 
994
.br
 
995
dpbx:///some_dir
 
996
.br
 
997
.IP 1.
 
998
The some_dir must already exist in your Dropbox Application folder.
 
999
.IP 2.
 
1000
The first run of the backend must be ineractive!
 
1001
The code will print an URL that is to be followed in a browser
 
1002
in order to authorize the application to access your Dropbox account.
987
1003
.RE
988
1004
 
989
1005
.SH TIME FORMATS