cPanel/WHM configuration Backup
cPanel/WHM Backup
Step 1. Check for available/Installed Modules# /usr/local/cpanel/bin/cpconftool --list-modules
cpanel::easy::apache
cpanel::smtp::exim
cpanel::system::autossloptions
cpanel::system::backups
cpanel::system::greylist
cpanel::system::hulk
cpanel::system::modsecurity
cpanel::system::mysql
cpanel::system::whmconf
cpanel::ui::themes
Step 2. export all configuration by cpconftool utility, and paste all module showed in Step 1.
#/usr/local/cpanel/bin/cpconftool --backup --modules=cpanel::easy::apache,cpanel::smtp::exim,cpanel::system::autossloptions,cpanel::system::backups,cpanel::system::greylist,cpanel::system::hulk,cpanel::system::modsecurity,cpanel::system::mysql,cpanel::system::whmconf,cpanel::ui::themes
Step 3 : you will get tar.gz file exported in /home folder.
Comments
Post a Comment