~ubuntu-branches/ubuntu/raring/apt-clone/raring

« back to all changes in this revision

Viewing changes to apt-clone.1

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2011-10-19 14:54:15 UTC
  • mfrom: (0.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111019145415-k92j5ejyz1kco359
Tags: 0.2.1
* apt-clone:
  - improve --help output (closes: #641864), thanks to
    Rogerio. Brito
* apt-clone.8:
  - add simple man page
* apt_clone.py:
  - fix tar prefix detection

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "APT\-CLONE" "1" "13 June 2011" "APT\-CLONE" "APT"
 
2
.SH "NAME"
 
3
apt-clone \- Helper script to clone a existing setup
 
4
.SH "SYNOPSIS"
 
5
.B apt-clone
 
6
.RB [ \-h ]
 
7
.RB [ \-\-debug ]
 
8
.R {info | restore | clone | restore\-new\-distro}
 
9
.SH "DESCRIPTION"
 
10
.B apt-clone
 
11
is a tool to clone/restore packages information of a Debian system. It can be
 
12
used to clone/restore the packages on a apt based system. It will save/restore
 
13
the packages, sources.list, keyring and automatic-installed states. It can
 
14
also save/restore no longer downloadable packages using dpkg\-repack.
 
15
.PP
 
16
Unless the \-h, or \-\-help option is given, one of the commands below must be
 
17
present:
 
18
.PP
 
19
info
 
20
.RS 4
 
21
shows information about a apt-clone archive.
 
22
.RE
 
23
.PP
 
24
restore
 
25
.RS 4
 
26
restore a clone\-file from
 
27
.RI < source >
 
28
to
 
29
.RI < destination >
 
30
(usually /).
 
31
.RE
 
32
.PP
 
33
clone
 
34
.RS 4
 
35
clone is used to create a clone\-file from
 
36
.RI < source >
 
37
(usually /) to
 
38
.RI < destination >.
 
39
.RE
 
40
.PP
 
41
restore\-new\-distro
 
42
.RS 4
 
43
restore a clone file from
 
44
.RI < source >
 
45
to
 
46
.RI < destination >
 
47
and try upgrading along the way. This can be used so that the current
 
48
release is cloned, a new install is done and then the old clone is installed.
 
49
.RE
 
50
.SH "OPTIONS"
 
51
.PP
 
52
.TP
 
53
\fB\-h\fR, \fB\-\-help\fR
 
54
show this help message and exit
 
55
.TP
 
56
\fB\-\-debug\fR
 
57
enable debug output
 
58
.SH "SEE ALSO"
 
59
\fBdpkg\-repack\fR(1)
 
60
.SH "AUTHORS"
 
61
apt-clone was written by \fBMichael Vogt <michael.vogt@ubuntu.com>\fR.
 
62
.PP
 
63
This manual page was written by \fBAlessio Treglia <alessio@debian.org>\fR,
 
64
for the Debian project (and may be used by others).