bups
bups copied to clipboard
Backups to SAMBA not working
I found two problems:
1- in manage.py, line 246, I think you should return if sudo_worker is None. Otherwise, the process captures the log instead of the json response from sudo_worker.py
2- if you mount the cifs using root, only root can write to it. You need to add uid= and gid= options to make it writable from the user.
With those two changes, I finally was able to perform the backup
Maybe you could put a pull request for merging up here? So the author could check with other users and then see if things work out well / merge it in?
I can also confirm both issues happen to me when using SAMBA.