Home/Forum archive/Install new webmin moduleForum archiveInstall new webmin moduleSupportHi, Im using the Drupal Turnkey image. I would like to install the Filesystem Backup module in webmin. How can I do this?Replies (1)Something to tryReply 1 2010-03-31Try downloading the module (fsdump.wbm.gz) from the webmin website, dropping it into /usr/share/webmin/module-archives and then running webmin's install-module.pl script. Like this: apt-get update apt-get install wget cd /usr/share/webmin/module-archives/ wget http://download.webmin.com/download/modules/fsdump.wbm.gz ../install-module.pl ./fsdump.wbm.gz
Something to tryReply 1 2010-03-31Try downloading the module (fsdump.wbm.gz) from the webmin website, dropping it into /usr/share/webmin/module-archives and then running webmin's install-module.pl script. Like this: apt-get update apt-get install wget cd /usr/share/webmin/module-archives/ wget http://download.webmin.com/download/modules/fsdump.wbm.gz ../install-module.pl ./fsdump.wbm.gz