I am using SharePoint to build a website and I am looking into the backup / restore solution. The website is hosted on a set of virtual machines (one VM for the web front-end, one VM for SQL Server).
I have a backup of these VMs in a base state (fresh install of WSS and SQL, no web application created, etc.)
What I would like to have is a backup that I can restore on the base state VMs.
I have tried restoring different ways (from SQL, SharePoint UI, stsadm.exe). This doesn't seem to work because we have a number of custom solutions (wsp) deployed on the server and these are not restored. This technet article says that of all the tools offered, not a single one supports restoring the central administration configuration database.
I need an option that I can rely on if the I lose the VMs completely (I would rather not backing up the whole VM though).
Restoring the databases in SQL doesn't do it because I lose my custom solutions, restoring either from the central administration or from stsadm doesn't work because it doesn't resotre the solutions and the central administration database...
How do other people backup their SharePoint systems?
Thanks!