/usr/share/doc/bup/bup-init.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 | <!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="Avery Pennarun apenwarr@gmail.com" />
<meta name="date" content="2017-04-01" />
<title>bup-init(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-init(1) Bup debian/0.29-3</h1>
<h2 class="author">Avery Pennarun <a href="mailto:apenwarr@gmail.com">apenwarr@gmail.com</a></h2>
<h3 class="date">2017-04-01</h3>
</div>
<h1 id="name">NAME</h1>
<p>bup-init - initialize a bup repository</p>
<h1 id="synopsis">SYNOPSIS</h1>
<p>[BUP_DIR=<em>localpath</em>] bup init [-r <em>host</em>:<em>path</em>]</p>
<h1 id="description">DESCRIPTION</h1>
<p><code>bup init</code> initializes your local bup repository. By default, BUP_DIR is <code>~/.bup</code>.</p>
<h1 id="options">OPTIONS</h1>
<dl>
<dt>-r, --remote=<em>host</em>:<em>path</em></dt>
<dd>Initialize not only the local repository, but also the remote repository given by the <em>host</em> and <em>path</em>. This is not necessary if you intend to back up to the default location on the server (ie. a blank <em>path</em>). The connection to the remote server is made with SSH. If you'd like to specify which port, user or private key to use for the SSH connection, we recommend you use the <code>~/.ssh/config</code> file.
</dd>
</dl>
<h1 id="examples">EXAMPLES</h1>
<pre><code>bup init</code></pre>
<h1 id="see-also">SEE ALSO</h1>
<p><code>bup-fsck</code>(1), <code>ssh_config</code>(5)</p>
<h1 id="bup">BUP</h1>
<p>Part of the <code>bup</code>(1) suite.</p>
</body>
</html>
|