Management and Repository for FreeBSD Jails

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

Attention! I'm apologize, but it is automatic machine translation of the text. You can improve it if will send to me 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