Management and Repository for FreeBSD Jails

Attention! Current pages describe CBSD version 10.1.4. If you are using an older version, please update first.

Attention! I apologize for the automatic translation of this text. You can improve it by sending me a more correct version of the text or fix html pages via GITHUB repository.

Jail cloning

jclone command

                        % cbsd jclone
                
                        % cbsd jrclone
                

Description:

Carries out jail cloning in the new. As obligatory arguments, the jail source/original is specified through old, new name via new arguments and FQDN (hostname) via host_hostname. As the unessential — new ip of the address via ip4_addr (if several IPs, addresses separated by commas with no spaces)

Example:

cloning jail jail2 to jail3 with changes ip address ip4_addr and name of hosts host_hostname:

                        % cbsd jclone old=jail2 new=jail3 host_hostname=jail3.my.domain ip4_addr=10.0.0.22/24