runrestic
runrestic copied to clipboard
Support (arbitrary) restic options
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 like ONE-FILE-SYSTEM=True.
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
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. --ignore-inode be used?
runrestic -- --ignore-inode leads to running backup, prune, check etc. with --ignore-inode which is not intended.