Portal Home > Knowledgebase > Articles Database > how restore backup with whm?


how restore backup with whm?




Posted by mixmox, 12-11-2011, 10:30 AM
hello is there any solution to restore several backups at same time?

Posted by PCS-Chris, 12-11-2011, 01:02 PM
Not within WHM You can restore backups from SSH though. Make sure the file is in /home then you can use the command /scripts/restorepkg username

Posted by Server Management, 12-11-2011, 01:07 PM
Copy the backups to your /backup folder or whatever the backup destination is on your server then use the "Restore Multiple Backup" feature within WHM... Just be sure to place the backups you need restoring in "daily" "weekly" "monthly" Job Done Last edited by Server Management; 12-11-2011 at 01:11 PM.

Posted by silasistefan, 12-11-2011, 04:17 PM
or you can do a script... for i in `ls`; do /scripts/restorepkg $i; done

Posted by ServerManagement, 12-11-2011, 10:42 PM
You can't restore multiple backups concurrently (ie, at the same exact time) via WHM, but even if you try to force doing this via SSH, I don't suggest it. You can wind up damaging the config files by trying to restore 2 accounts at the same exact time. It's best if you just select all the backups you want to restore from the WHM Restore Multiple Backups and then let it run consecutively.

Posted by Isaac Newton, 12-13-2011, 02:39 AM
I suggest you follow this method. Its harmless and easy and I have done it a lot. Its always recommended you restore the backups through shell than using a browser. Thank You.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read