From: Jon H. <j.h...@ta...> - 2001-06-27 10:43:02
|
I don't know what copyconfig.pl is for (although I'd guess it might be something to do with cloning modules). However, if I wanted to backup all of my configuration then I'd probably just make a tar file of the config directory: (as root) cd /etc tar cf /scratch/webmin-config-backup.tar webmin (the configs would be stored in a file called webmin-config-backup.tar in /scratch (assuming you have a /scratch file system). To restore (as root) cd /etc tar xf /scratch/webmin-config-backup.tar (you may have installed the configs somewhere else but if you installed from the tarball by default they go into /etc/webmin/ I think) Hope this helps (and I haven't been stating the obvious). Jon ----- Original Message ----- From: "Rob B" <rb...@oz...> To: <web...@li...> Sent: Wednesday, June 27, 2001 10:04 AM Subject: How to backup configs > Hi all, > > Just a spot of guidance called for. I have a Webmin installation that I > want to back up the configs for. Do I do this with the "copyconfig.pl" script? > > Cheers, > Rob > > > -- > Ooooooeee! They sure serve up them four-year-olds good, don't > they? > This is random quote 783 of a collection of 1134 . > > > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > _____________________________________________________________________ > This message has been checked for all known viruses by Star Internet > delivered through the MessageLabs Virus Scanning Service. For further > information visit http://www.star.net.uk/stats.asp or alternatively call > Star Internet for details on the Virus Scanning Service. _____________________________________________________________________ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre. For further information visit http://www.star.net.uk/stats.asp _____________________________________________________________________ Any views or personal opinions expressed within this email may not be those of Talis Information Ltd. The content of this email message and any files that may be attached are confidential, and for the usage of the intended recipient only. If you are not the intended recipient, then please return this message to the sender and delete it. Any use of this e-mail by an unauthorised recipient is prohibited. |