emersion / bups

Simple GUI for Bup, a very efficient backup system.
MIT License
95 stars 8 forks source link

Backups to SAMBA not working #25

Open cbrunet opened 7 years ago

cbrunet commented 7 years ago

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

apeltzer commented 6 years ago

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?

TheDevelo commented 6 years ago

I can also confirm both issues happen to me when using SAMBA.