-
Notifications
You must be signed in to change notification settings - Fork 30
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 (arbitrary) restic options #15
Comments
Hey @henry78 it took me a while but I finally overhauled the code a bit and included such an option now with just adding It's beta at the moment but if you could test, I'd like to hear your feedback https://github.com/andreasnuesslein/runrestic/tree/0.5b0 https://pypi.org/project/runrestic/0.5b0/ cheers |
Hi!
Wonderful!
Unfortunately I'm currently moving and only have limited time and my
personal infrastructure is unavailable. But I look forward to test this
in two or three weeks. And definitely will report back!
…--
best wishes, Henry | PGP Key: 62F8D584
On Fri, 2019-12-06 at 04:59 -0800, Andreas Nüßlein wrote:
Hey @henry78
it took me a while but I finally overhauled the code a bit and included such an option now with just adding
runrestic backup -- --one-file-system where obviously the last argument can be anything.
It's beta at the moment but if you could test, I'd like to hear your feedback
cheers
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
How can e.g.
|
There doesn't seem to be a way to use arbitrary restic options, like
--one-file-system
or--no-lock
, especially the former is very useful to me.I suggest to either add a list, like
CMD_ARGS
to the config file, or add support the specific options likeONE-FILE-SYSTEM=True
.The text was updated successfully, but these errors were encountered: