/usr/share/doc/bup/bup-import-duplicity.html is in bup-doc 0.29-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<meta name="author" content="Zoran Zaric zz@zoranzaric.de, Rob Browning rlb@defaultvalue.org" />
<meta name="date" content="2017-04-01" />
<title>bup-import-duplicity(1) Bup debian/0.29-3</title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<div id="header">
<h1 class="title">bup-import-duplicity(1) Bup debian/0.29-3</h1>
<h2 class="author">Zoran Zaric <a href="mailto:zz@zoranzaric.de">zz@zoranzaric.de</a>, Rob Browning <a href="mailto:rlb@defaultvalue.org">rlb@defaultvalue.org</a></h2>
<h3 class="date">2017-04-01</h3>
</div>
<h1 id="name">NAME</h1>
<p>bup-import-duplicity - import duplicity backups</p>
<h1 id="warning">WARNING</h1>
<p>bup-import-duplicity is <strong>EXPERIMENTAL</strong> (proceed with caution)</p>
<h1 id="synopsis">SYNOPSIS</h1>
<p>bup import-duplicity [-n] <source-url> <save-name></p>
<h1 id="description">DESCRIPTION</h1>
<p><code>bup import-duplicity</code> imports all of the duplicity backups at <code>source-url</code> into <code>bup</code> via <code>bup save -n save-name</code>. The bup saves will have the same timestamps (via <code>bup save --date</code>) as the original backups.</p>
<p>Because this command operates by restoring each duplicity backup to a temporary directory, the extent to which the metadata is preserved will depend on the characteristics of the underlying filesystem, whether or not you run <code>import-duplicity</code> as root (or under <code>fakeroot</code>(1)), etc.</p>
<p>Note that this command will use <a href="https://docs.python.org/2/library/tempfile.html#tempfile.mkdtemp"><code>mkdtemp</code></a> to create temporary directories, which means that it should respect any <code>TEMPDIR</code>, <code>TEMP</code>, or <code>TMP</code> environment variable settings. Make sure that the relevant filesystem has enough space for the largest duplicity backup being imported.</p>
<p>Since all invocations of duplicity use a temporary <code>--archive-dir</code>, <code>import-duplicity</code> should not affect ~/.cache/duplicity.</p>
<h1 id="options">OPTIONS</h1>
<dl>
<dt>-n,--dry-run</dt>
<dd>don't do anything; just print out what would be done
</dd>
</dl>
<h1 id="examples">EXAMPLES</h1>
<pre><code>$ bup import-duplicity file:///duplicity/src/ legacy-duplicity</code></pre>
<h1 id="bup">BUP</h1>
<p>Part of the <code>bup</code>(1) suite.</p>
</body>
</html>
|