File: dupvserver.pod

package info (click to toggle)
vserver-debiantools 0.7.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 212 kB
  • ctags: 24
  • sloc: sh: 1,609; makefile: 90
file content (37 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (2)
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
=head1 NAME

dupvserver - Creates a new Debian vserver by copying an other one.

=head1 SYNOPSIS

dupvserver [OPTIONS] --hostname x --domain y.z --ip 1.2.3.4

=head1 DESCRIPTION

Copies a vserver using an other one. You can actually duplicate a
running vserver without problems (unless the running applications can
have problems with that).

=head1 OPTIONS

Optional:
    -h, --help      this help
    -V, --version   copyright and version information
    -v, --verbose   show extra output during setup
    --vsroot        location of "/vserver/" directory
    --dev           The network device to use for the new server
    --force         Force duplication even if the new one exists
Required:
    --from          hostname for old vserver (eg. "alpha")
    --to            hostname for new vserver (eg. "beta")
    --ip            IPv4 address for new vserver

=head1 AUTHOR

Author of the manual page is Ola Lundqvist <ola@inguza.com>

=head1 SEE ALSO

util-vserver(1), newvserver(1)

=cut