You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: