From: Jamie C. <jca...@we...> - 2015-02-03 00:04:37
|
On 02/Feb/2015 00:06 Nicholas Chua <nic...@ou...> wrote .. > Hi, > > Is there a way to duplicate Virtualmin settings and templates? I do not want the > virtual domains though. > > I would like to deploy another server and it will be great to duplicate these into > the new server. Yes, you can back them up and restore on the new system. From the command line, this can be done with : virtualmin backup-domain --virtualmin templates --dest /tmp/templates.tar.gz copy templates.tar.gz to the new system virtualmin restore-domain --virtualmin templates --source /tmp/templates.tar.gz - Jamie |