-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vorta 0.7.5 crashes when adding a directory like /home
wherein some directories are owned by (example) root
.
#968
Comments
Thanks for reporting. A similar case was already addressed, but it didn't cover permission errors in subfolders. |
If you can, please verify the fix in the current master branch. See here for how to install the latest version from the master branch. |
Looks fine to me (I patched that single line manually). Go on! Please release a new version. |
Still a lot to do for the next minor release. Hoping to make time for a sprint in 2-3 weeks. |
Hi @m3nu I'm seeing warnings like this Is this the same issue? Vorta 0.7.8 |
This looks like a warning from Borg. We currently return a warning when some files are inaccessible. You shouldn't see any crash for sure. |
Eh, I think the crash issue was fixed since a while, thanks. |
Don't mean to bug you on a closed issue but any workaround for this?
Can I instruct Vorta to run |
It's not tested or supported, but you could try adding a sticky user bit to Borg, which would run it with root perms, no matter who starts it. Obviously this isn't secure. Or a wrapper script the runs it with sudo. |
Describe the bug
Vorta 0.7.5 fully crashes while running as
user
when adding a directory like/home
wherein some directories are owned by (example)root
.After a restart, the directory appears to be added in the source list.
Expected
Either ignore such directory or files or show a info message/warning in such cases, but do not crash.
To Reproduce
Steps to reproduce the behavior:
root
.Environment (please complete the following information):
pip install --no-cache-dir -U vorta
Additional context
The text was updated successfully, but these errors were encountered: