backup
: Add option which command to call for stdin backup
#662
Labels
A-cli
Area: `rustic` command line interface
C-enhancement
Category: New feature or request
good first issue
Call for participation: Good for newcomers
There could be an option like
stdin-command
such that you could run:rustic backup - --stdin-command "echo test"
(which, of course, is equivalent to running
echo test | rustic backup -
).The advantage is that you can also use this in your config file, e.g.
The text was updated successfully, but these errors were encountered: