cbaerike / MySQL-Backup-Manager

MySQL Backup Manager is a simple software solution for backing up MySQL Databases automatically. It uses a Windows service for the backup process and has an GUI attached for administrating which databases needs backup
http://martin-rohwedder.github.io/MySQL-Backup-Manager/
27 stars 7 forks source link

error permissions on scheduled backup, manual works fine. #21

Open Zuiron opened 8 years ago

Zuiron commented 8 years ago
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)