/usr/share/doc/bup/bup.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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | <!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(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(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 - Backup program using rolling checksums and git file formats</p>
<h1 id="synopsis">SYNOPSIS</h1>
<p>bup [global options...] <command> [options...]</p>
<h1 id="description">DESCRIPTION</h1>
<p><code>bup</code> is a program for making backups of your files using the git file format.</p>
<p>Unlike <code>git</code>(1) itself, bup is optimized for handling huge data sets including individual very large files (such a virtual machine images). However, once a backup set is created, it can still be accessed using git tools.</p>
<p>The individual bup subcommands appear in their own man pages.</p>
<h1 id="global-options">GLOBAL OPTIONS</h1>
<dl>
<dt>--version</dt>
<dd>print bup's version number. Equivalent to <code>bup-version</code>(1)
</dd>
<dt>-d, --bup-dir=<em>BUP_DIR</em></dt>
<dd>use the given BUP_DIR parameter as the bup repository location, instead of reading it from the $BUP_DIR environment variable or using the default <code>~/.bup</code> location.
</dd>
</dl>
<h1 id="commonly-used-subcommands">COMMONLY USED SUBCOMMANDS</h1>
<dl>
<dt><code>bup-fsck</code>(1)</dt>
<dd>Check backup sets for damage and add redundancy information
</dd>
<dt><code>bup-ftp</code>(1)</dt>
<dd>Browse backup sets using an ftp-like client
</dd>
<dt><code>bup-fuse</code>(1)</dt>
<dd>Mount your backup sets as a filesystem
</dd>
<dt><code>bup-help</code>(1)</dt>
<dd>Print detailed help for the given command
</dd>
<dt><code>bup-index</code>(1)</dt>
<dd>Create or display the index of files to back up
</dd>
<dt><code>bup-on</code>(1)</dt>
<dd>Backup a remote machine to the local one
</dd>
<dt><code>bup-restore</code>(1)</dt>
<dd>Extract files from a backup set
</dd>
<dt><code>bup-save</code>(1)</dt>
<dd>Save files into a backup set (note: run "bup index" first)
</dd>
<dt><code>bup-web</code>(1)</dt>
<dd>Launch a web server to examine backup sets
</dd>
</dl>
<h1 id="rarely-used-subcommands">RARELY USED SUBCOMMANDS</h1>
<dl>
<dt><code>bup-damage</code>(1)</dt>
<dd>Deliberately destroy data
</dd>
<dt><code>bup-drecurse</code>(1)</dt>
<dd>Recursively list files in your filesystem
</dd>
<dt><code>bup-init</code>(1)</dt>
<dd>Initialize a bup repository
</dd>
<dt><code>bup-join</code>(1)</dt>
<dd>Retrieve a file backed up using <code>bup-split</code>(1)
</dd>
<dt><code>bup-ls</code>(1)</dt>
<dd>Browse the files in your backup sets
</dd>
<dt><code>bup-margin</code>(1)</dt>
<dd>Determine how close your bup repository is to armageddon
</dd>
<dt><code>bup-memtest</code>(1)</dt>
<dd>Test bup memory usage statistics
</dd>
<dt><code>bup-midx</code>(1)</dt>
<dd>Index objects to speed up future backups
</dd>
<dt><code>bup-newliner</code>(1)</dt>
<dd>Make sure progress messages don't overlap with output
</dd>
<dt><code>bup-random</code>(1)</dt>
<dd>Generate a stream of random output
</dd>
<dt><code>bup-server</code>(1)</dt>
<dd>The server side of the bup client-server relationship
</dd>
<dt><code>bup-split</code>(1)</dt>
<dd>Split a single file into its own backup set
</dd>
<dt><code>bup-tick</code>(1)</dt>
<dd>Wait for up to one second.
</dd>
<dt><code>bup-version</code>(1)</dt>
<dd>Report the version number of your copy of bup.
</dd>
</dl>
<h1 id="see-also">SEE ALSO</h1>
<p><code>git</code>(1) and the <em>README</em> file from the bup distribution.</p>
<p>The home of bup is at <a href="http://github.com/bup/bup/" class="uri">http://github.com/bup/bup/</a>.</p>
</body>
</html>
|