-
Notifications
You must be signed in to change notification settings - Fork 76
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
Support global configuration files in /etc/rustic/ #652
Comments
I also like the idea. Especially with the possibility to use other config file, see Some notes:
|
Oh, good to know! Waiting is good to me
Hmmm totally forgot about Windows... Here are some options I've gathered: Windows:
MacOS:
For MacOS I think
Just opened a issue there: dirs-dev/directories-rs#82 |
Yes, would be great to have this implemented upstream. But I'm also fine with adding global config support to rustic until it's conveniently supported by a crate. |
FYI, #617 has just been merged. |
I think it would be great to have global config files in
/etc/rustic/
which could be used for backups by "system" users (which don't have a home directory) or configurations shared between users, so for example one user could create the backup and other users would still be able to access it.The configuration files at
~/.config/
would have precedence over/etc/
.If you're interested, I'm willing to find some time and give this a try.
The text was updated successfully, but these errors were encountered: