Hi All,
Just came across SQL Backup and FTP and it is almost exactly what I've been looking for. I've only found one issue that is preventing me from buying a copy.
The application seems to be backing up my databases fine, but I was also trying to use the file backup option as well.
The problem is I get the following error:
1/13/2011 7:34:14 PM Zipping C:\HostingSpaces to C:\Windows\TEMP\HostingSpaces201101131934.zip
1/13/2011 7:34:14 PM ERROR: Zip failed: The file item could not be opened for reading.
Type: Xceed.FileSystem.DiskFile
FullName: C:\HostingSpaces\mywebsite\mywebsite.com.au\logs\W3SVC8\u_ex110114.log
The reason for this I think is that the directory structure I have is as follows:
C:\HostingSpaces - contains all websites
--> \mywebsite - contains a specific website
----> \data - contains datafiles, e.g. Access databases etc
----> \ wwwroot - contains site files
----> \logs - contains copies of IIS logs
The issue is the IIS log files are locked and when SQLBackupAndFTP comes to read then, it fails.
It would be great if there was some sort of function to exclude certain types of files etc.
Unfortunately I can't change my file structure. The only way around it is for me to specify each of the wwwroot directories for each site, but that means a lot more manual work.
What is everyones thoughts?