]> arthur.barton.de Git - bup.git/blob - Documentation/bup-import-duplicity.md
Add documentation for import-duplicity
[bup.git] / Documentation / bup-import-duplicity.md
1 % bup-import-duplicity(1) Bup %BUP_VERSION%
2 % Zoran Zaric <zz@zoranzaric.de>
3 % %BUP_DATE%
4
5 # NAME
6
7 bup-import-duplicity - import a duplicity archive
8
9 # SYNOPSIS
10
11 bup import-duplicity [-n] <duplicity target url> <backup name>
12
13 # DESCRIPTION
14
15 `bup import-duplicity` imports a duplicity archive. The
16 timestamps for the backups are preserved and the path to
17 the duplicity archive is stripped from the paths.
18
19 # OPTIONS
20
21 -n,--dry-run
22 :   don't do anything just print out what would be done
23
24 # EXAMPLES
25
26     $ bup import-duplicty file:///DUPLICITY legacy-duplicity
27
28 # BUP
29
30 Part of the `bup`(1) suite.