phil's picture
Hi, Im using the Drupal Turnkey image. I would like to install the Filesystem Backup module in webmin. How can I do this?
Forum: 
Liraz Siri's picture

Try 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

Add new comment