MySQL-Backup-Manager
MySQL-Backup-Manager copied to clipboard
error permissions on scheduled backup, manual works fine.
2016-08-01 09.00 - ERROR - Cannot create directory C:\Users\Martin\Google Drive\MySQL Backups\IPADDRESSREMOVED\lifeinsanandreas_server\
System.UnauthorizedAccessException: Access to the path 'C:\Users\Martin\Google Drive\MySQL Backups' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
at System.IO.Directory.CreateDirectory(String path)
at MySQLBackup.Application.Backup.MySQLDumpProcess.WriteBackupFile(String hostName, String databaseName, String output)