1bup-import-duplicity(1) bup-import-duplicity(1)
2
3
4
6 bup-import-duplicity - import duplicity backups
7
9 bup-import-duplicity is EXPERIMENTAL (proceed with caution)
10
12 bup import-duplicity [-n] <source-url> <save-name>
13
15 bup import-duplicity imports all of the duplicity backups at source-url
16 into bup via bup save -n save-name. The bup saves will have the same
17 timestamps (via bup save --date) as the original backups.
18
19 Because this command operates by restoring each duplicity backup to a
20 temporary directory, the extent to which the metadata is preserved will
21 depend on the characteristics of the underlying filesystem, whether or
22 not you run import-duplicity as root (or under fakeroot(1)), etc.
23
24 Note that this command will use mkdtemp (https://docs.python.org/2/li‐
25 brary/tempfile.html#tempfile.mkdtemp) to create temporary directories,
26 which means that it should respect any TEMPDIR, TEMP, or TMP environ‐
27 ment variable settings. Make sure that the relevant filesystem has
28 enough space for the largest duplicity backup being imported.
29
30 Since all invocations of duplicity use a temporary --archive-dir, im‐
31 port-duplicity should not affect ~/.cache/duplicity.
32
34 -n,–dry-run
35 don't do anything; just print out what would be done
36
38 $ bup import-duplicity file:///duplicity/src/ legacy-duplicity
39
41 Part of the bup(1) suite.
42
44 Zoran Zaric <zz@zoranzaric.de>, Rob Browning <rlb@defaultvalue.org>.
45
46
47
48Bup 0.29.2 2018-10-20 bup-import-duplicity(1)