Setting up automatic backups in Web Deploy tool
I've been struggling to setup automatic backup, but seems to have hit a wall. Following this document , and using Powershell, I've enabled the backups ( TurnOn-Backups -On $true , then Configure-Backups -SiteName "test1" -Enabled $true ; so Get-BackupSettings -SiteName "test1" tells me the backup is enabled). However, whenever I do a publish from Visual Studio - no backup is created. I've set the backup path, the permissions are set to allow everything for everyone.. so I have no idea what else I can check. Short Answer: Currently broken in VS 2010 "Web One Click Publish" feature. :'( I spent