-
Notifications
You must be signed in to change notification settings - Fork 3
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
Grep on BusyBox #1
Comments
Thanks! It looks like that BusyBox version of grep doesn't support options in --written-like-this format, only single letters. From the grep man page:
You can replace --invert-match in the script with -v. If that fixes works ok, feel free to submit a PR. Cheers |
Thanks! I've done my first pull request; hopefully it works okay. |
Great, thanks, merged. I tweaked it to always use -v, for compatibility everywhere. |
Hi
This is not an issue but more a discussion.
Great script! I wonder whether there is a way to update the script so that it can run from within the borgmatic docker instance - which most likely is using busybox.
When I tried to run the script from within borgmatic docker, it threw this error:
If that is not possible, all good, I'll find another Linux box to run the check.
Thanks
The text was updated successfully, but these errors were encountered: