~noizyland/duplicity/azurebackend_prefix_support

« back to all changes in this revision

Viewing changes to bin/duplicity.1

* Merged in lp:~rye/duplicity/mediafire
  - Backend for https://www.mediafire.com
  - Requires https://pypi.python.org/pypi/mediafire/ installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1205
1205
.B "A NOTE ON MULTI BACKEND"
1206
1206
below.
1207
1207
.RE
 
1208
.PP
 
1209
.BR "MediaFire"
 
1210
.PP
 
1211
.RS
 
1212
mf://user[:password]@mediafire.com/some_dir
 
1213
.PP
 
1214
See also
 
1215
.B "A NOTE ON MEDIAFIRE BACKEND"
 
1216
below.
 
1217
.RE
1208
1218
 
1209
1219
.SH TIME FORMATS
1210
1220
duplicity uses time strings in two places.  Firstly, many of the files
1919
1929
.B SWIFT_AUTHVERSION
1920
1930
is unspecified, it will default to version 1.
1921
1931
 
 
1932
.SH A NOTE ON MEDIAFIRE BACKEND
 
1933
This backend requires
 
1934
.B mediafire
 
1935
python library to be installed on the system. See
 
1936
.BR REQUIREMENTS .
 
1937
 
 
1938
Use URL escaping for username (and password, if provided via command line):
 
1939
 
 
1940
.PP
 
1941
.RS
 
1942
mf://duplicity%40example.com@mediafire.com/some_folder
 
1943
.PP
 
1944
.RE
 
1945
 
 
1946
The destination folder will be created for you if it does not exist.
 
1947
 
1922
1948
.SH A NOTE ON SYMMETRIC ENCRYPTION AND SIGNING
1923
1949
Signing and symmetrically encrypt at the same time with the gpg binary on the
1924
1950
command line, as used within duplicity, is a specifically challenging issue.
2123
2149
.B Python kerberos module
2124
2150
for kerberos authentication
2125
2151
- https://github.com/02strich/pykerberos
 
2152
.TP
 
2153
.BR "MediaFire backend"
 
2154
.B MediaFire Python Open SDK
 
2155
- https://pypi.python.org/pypi/mediafire/
2126
2156
 
2127
2157
.SH AUTHOR
2128
2158
.TP