martin-rohwedder / 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/
30 stars 33 forks source link

Automated Backup Can't Write to Network Share #19

Open cweinberg opened 10 years ago

cweinberg commented 10 years ago

If the service is running as the Local System account, it cannot write to network shares. I have tried using a number of domain users to start the service but it appears the user has to be a local administrator. I do not want the user running the service to be a full blown administrator. Can you explain which permissions in the local security policy are needed for the user running the service?

martin-rohwedder commented 10 years ago

I'll try look into that

cbaerike commented 9 years ago

The service user account needs the following permissions:

Does this work?