mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
Add issue-4251 (stdin-from-command) in the changelog
This commit is contained in:
parent
072b227544
commit
6990b0122e
10
changelog/unreleased/issue-4251
Normal file
10
changelog/unreleased/issue-4251
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user