I did the following steps:
- I have created a new Umbraco instance by using the nuget package and visual studio.
- I have deployed to Azure, using Azure DB as backend.
- Installed the articulate package.
- Added my project to version control (including App_Plugins folder, articulate dlls and so on).
- I am able delete the umbraco installation and I can restore it completely from version control including Articulate.
Now I am starting to add content, articles, pictures and so on.
Think I do not need to backup the whole folder on the web server. I am doing regular backups of my Azure DB and I need some folders which are also filled with new content, like
- media (filling with pictures which I am adding to my articles)
- App_Plugins (keeping installed packages in umbraco)
- App_Data/packages (file directory for installed packages)
- App_Data/umbraco.config (keeping some content for Articulate)
So, is this everything I need to be able to restore the whole system by using the version control part, azure db backup and the listed folders?