# rustic config file to backup from a command
#
# backup usage: "rustic -P stdin-command backup --name stdin-example
#
[]
= "/tmp/rustic"
= "secret"
= true # no cache needed for local repository
[[]]
= "stdin-example"
# this will produce a snapshot containing a single file "example-filename" with the content "test-output"
= ["-"]
= "echo test-output"
= "example-filename"