[ale] Piping dump to ssh
Geoffrey
esoteric at 3times25.net
Wed Jun 23 08:07:21 EDT 2004
Kevin O'Neill Stoll wrote:
> Hello all,
>
> I have been trying to get this working but am not sure how
> else to debug other than what I have already done.
>
> I want to pipe a dump through ssh straight to a backup box.
>
> /sbin/dump 0uf - /var | ssh backup-box
> "/path/to/backups/filename.dump"
Try:
/sbin/dump 0uf - /var | ssh backup-box
"cat /path/to/backups/filename.dump"
--
Until later, Geoffrey Registered Linux User #108567
Building secure systems in spite of Microsoft
More information about the Ale
mailing list