Some suggestions for command-line use #255
Replies: 2 comments 1 reply
-
Another few observations and suggestions: |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the feedback, @LarryBrasfield. It's always good to get some new perspective.
Which docs were you looking at? It appears in
Yeah, I agree that the command line parser should be more flexible. I'm a bit torn on it as that requires importing a third party parser library and I generally dislike most of the CLI parser libraries for Go.
Can you pass in using single quotes? I'm not sure what you mean by a quoting mechanism as it seems like escaping should be done at the shell level.
That's a fair point. I can update the docs to clarify that it's the database path.
Sure, I can clarify that in the docs.
That seems surprising. Litestream uses Go's
I believe SQLite leaves the |
Beta Was this translation helpful? Give feedback.
-
After quite a few bad starts, I finally got litestream working from the command line without having to do anything requiring root privilege. Thankfully, in part due to help from error messages, I was able to get to a good start. I thought to share these observations:
FWIW, I'm using litestream as part of a liteweight work-product preservation scheme for Fossil repositories that are taking dozens of work-in-progress checkins per day. I want something that can be private to a user who has access to multiple machines but dislikes using root privilege for getting data movement that does not, in and of itself, require such privilege. (This is about that config file.)
Just in case this seems whiny: I appreciate litestream as a tool, and I hope my feedback can help improve it.
-Larry Brasfield
Beta Was this translation helpful? Give feedback.
All reactions