bups icon indicating copy to clipboard operation
bups copied to clipboard

Backups to SAMBA not working

Open cbrunet opened this issue 8 years ago • 2 comments

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

cbrunet avatar May 10 '17 04:05 cbrunet

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?

apeltzer avatar Sep 10 '17 13:09 apeltzer

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

TheDevelo avatar Nov 11 '17 16:11 TheDevelo