Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.98 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>aptitude-create-state-bundle</title><link rel="stylesheet" type="text/css" href="aptitude.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="aptitude user's manual"><link rel="up" href="rn01.html" title="Command-line reference"><link rel="prev" href="rn01re01.html" title="aptitude"><link rel="next" href="rn01re03.html" title="aptitude-run-state-bundle"><link rel="preface" href="pr01.html" title="Introduction"><link rel="chapter" href="ch01.html" title="Chapter 1. Getting started"><link rel="chapter" href="ch02.html" title="Chapter 2. aptitude reference guide"><link rel="chapter" href="ch03.html" title="Chapter 3. aptitude frequently asked questions"><link rel="chapter" href="ch04.html" title="Chapter 4. Credits"><link rel="reference" href="rn01.html" title="Command-line reference"><link rel="refentry" href="rn01re01.html" title="aptitude"><link rel="refentry" href="rn01re02.html" title="aptitude-create-state-bundle"><link rel="refentry" href="rn01re03.html" title="aptitude-run-state-bundle"><link rel="section" href="rn01re02.html#idp61369952" title="Description"><link rel="section" href="rn01re02.html#idp61381856" title="Options"><link rel="section" href="rn01re02.html#idp61398480" title="File format"><link rel="section" href="rn01re02.html#idp61403120" title="See also"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">aptitude-create-state-bundle</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="rn01re01.html"><img src="images/prev.gif" alt="Prev"></a> </td><th width="60%" align="center">Command-line reference</th><td width="20%" align="right"> <a accesskey="n" href="rn01re03.html"><img src="images/next.gif" alt="Next"></a></td></tr></table><hr></div><div class="refentry"><a name="idp61357536"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>aptitude-create-state-bundle — bundle the current aptitude state</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">aptitude-create-state-bundle</code> [<em class="replaceable"><code>options</code></em>...] <em class="replaceable"><code>output-file</code></em> </p></div></div><div class="refsect1"><a name="idp61369952"></a><h2>Description</h2><p> <span class="command"><strong>aptitude-create-state-bundle</strong></span> produces a compressed archive storing the files that are required to replicate the current package archive state. The following files and directories are included in the bundle: </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><code class="filename"><code class="envar">$HOME</code>/.aptitude</code></p></li><li class="listitem"><p><code class="filename">/var/lib/aptitude</code></p></li><li class="listitem"><p><code class="filename">/var/lib/apt</code></p></li><li class="listitem"><p><code class="filename">/var/cache/apt/*.bin</code></p></li><li class="listitem"><p><code class="filename">/etc/apt</code></p></li><li class="listitem"><p><code class="filename">/var/lib/dpkg/status</code></p></li></ul></div><p> The output of this program can be used as an argument to <a class="link" href="rn01re03.html" title="aptitude-run-state-bundle"><span class="citerefentry"><span class="refentrytitle">aptitude-run-state-bundle</span>(1)</span></a>. </p></div><div class="refsect1"><a name="idp61381856"></a><h2>Options</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">--force-bzip2</code></span></dt><dd><p> Override the autodetection of which compression algorithm to use. By default, <span class="command"><strong>aptitude-create-state-bundle</strong></span> uses <span class="citerefentry"><span class="refentrytitle">bzip2</span>(1)</span> if it is available, and <span class="citerefentry"><span class="refentrytitle">gzip</span>(1)</span> otherwise. Passing this option forces the use of <span class="command"><strong>bzip2</strong></span> even if it doesn't appear to be available. </p></dd><dt><span class="term"><code class="literal">--force-gzip</code></span></dt><dd><p> Override the autodetection of which compression algorithm to use. By default, <span class="command"><strong>aptitude-create-state-bundle</strong></span> uses <span class="citerefentry"><span class="refentrytitle">bzip2</span>(1)</span> if it is available, and <span class="citerefentry"><span class="refentrytitle">gzip</span>(1)</span> otherwise. Passing this option forces the use of <span class="command"><strong>gzip</strong></span> even if <span class="command"><strong>bzip2</strong></span> is available. </p></dd><dt><span class="term"><code class="literal">--help</code></span></dt><dd><p> Print a brief usage message, then exit. </p></dd><dt><span class="term"><code class="literal">--print-inputs</code></span></dt><dd><p> Instead of creating a bundle, display a list of the files and directories that the program would include if it generated a bundle. </p></dd></dl></div></div><div class="refsect1"><a name="idp61398480"></a><h2>File format</h2><p> The bundle file is simply a <span class="citerefentry"><span class="refentrytitle">tar</span>(1)</span> file compressed with <span class="citerefentry"><span class="refentrytitle">bzip2</span>(1)</span> or <span class="citerefentry"><span class="refentrytitle">gzip</span>(1)</span>, with each of the input directory trees rooted at <span class="quote">“<span class="quote"><code class="filename">.</code></span>”</span>. </p></div><div class="refsect1"><a name="idp61403120"></a><h2>See also</h2><p> <span class="citerefentry"><span class="refentrytitle">aptitude-run-state-bundle</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">aptitude</span>(8)</span>, <span class="citerefentry"><span class="refentrytitle">apt</span>(8)</span> </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="rn01re01.html"><img src="images/prev.gif" alt="Prev"></a> </td><td width="20%" align="center"><a accesskey="u" href="rn01.html"><img src="images/up.gif" alt="Up"></a></td><td width="40%" align="right"> <a accesskey="n" href="rn01re03.html"><img src="images/next.gif" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">aptitude </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.gif" alt="Home"></a></td><td width="40%" align="right" valign="top"> aptitude-run-state-bundle</td></tr></table></div></body></html>