mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
11 lines
402 B
Plaintext
11 lines
402 B
Plaintext
|
Enhancement: Add flag to source the backup from a program's standard output
|
||
|
|
||
|
The `backup` command now supports sourcing the backup content from the standard
|
||
|
output of an arbitrary command, ensuring that the exit code is zero for a
|
||
|
successful backup.
|
||
|
|
||
|
Example: `restic backup --stdin-from-command mysqldump [...]`
|
||
|
|
||
|
https://github.com/restic/restic/issues/4251
|
||
|
https://github.com/restic/restic/pull/4410
|