~ubuntu-branches/ubuntu/trusty/duplicity/trusty-proposed

« back to all changes in this revision

Viewing changes to bin/duplicity.1

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2014-02-19 12:02:20 UTC
  • mfrom: (5.2.39 sid)
  • Revision ID: package-import@ubuntu.com-20140219120220-twrv3j13c37ih88p
Tags: 0.6.23-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Enable tests during build
  - Add simple dep8 test that does a backup/restore cycle
  - Drop Recommends for various backends to Suggests
  - debian/patches/{01-reverify,02-unicode}: Disabled, upstream fixed
    the bugs these patches work around
* debian/control:
  - Add Breaks on older versions of deja-dup due to new lockfile support

Show diffs side-by-side

added added

removed removed

Lines of Context:
510
510
.B --extra-clean
511
511
When cleaning up, be more aggressive about saving space.  For example, this
512
512
may delete signature files for old backup chains.
 
513
 
 
514
.B Caution: 
 
515
Without signature files those old backup chains are unrestorable. Do not
 
516
use --extra-clean unless you know what you're doing.
 
517
 
513
518
See the
514
519
.B cleanup
515
520
argument for more information.
1066
1071
.PP
1067
1072
.BI "Ubuntu One"
1068
1073
.br
1069
 
u1://host_is_ignored/volume_path
 
1074
u1://host_is_ignored/volume_name/sub_path
1070
1075
.br
1071
 
u1+http://volume_path
 
1076
u1+http://volume_name/sub_path
1072
1077
.br
1073
1078
See also
1074
1079
.BI "A NOTE ON UBUNTU ONE"
1623
1628
 
1624
1629
.SH A NOTE ON UBUNTU ONE
1625
1630
 
1626
 
To use Ubuntu One you must have an Ubuntu One OAuth access token. Such
 
1631
The Ubuntu One backend in duplicity treats URLs specially:
 
1632
You can either use
 
1633
.BI u1://
 
1634
or
 
1635
.BI u1+http://
 
1636
in the URL schema. With the u1 URL schema you have to give a dummy
 
1637
hostname (which will be ignored), followed by your Ubuntu One volume
 
1638
name and path. If you use the u1+http schema, then
 
1639
you'll have to give only the volume name and path in the URL.
 
1640
 
 
1641
For example, for a volume named
 
1642
.BR backups
 
1643
containing the folder
 
1644
.BR weekly ","
 
1645
correct URLs would be
 
1646
.BI u1://ignoreme/backups/weekly/
 
1647
or
 
1648
.BI u1+http://backups/weekly/
 
1649
 
 
1650
To use Ubuntu One you must also have an Ubuntu One OAuth access token. Such
1627
1651
OAuth tokens have a practically unlimited lifetime; you can have multiple
1628
1652
active tokens and you can revoke tokens using the Ubuntu One web interface.
1629
1653
.PP