Is there any way to backup data via STDIN, like restic offers. See:
https://restic.readthedocs.io/en/stable/Manual/#reading-data-from-stdin
Thanks,
Carl
Is there any way to backup data via STDIN, like restic offers. See:
https://restic.readthedocs.io/en/stable/Manual/#reading-data-from-stdin
Thanks,
Carl
Reading from STDIN would require lots of code changes, due to the way how files are read and split.
How about using the pre-backup script to save the mysqldump output to a temporary file before the backup?