[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Piping dump to ssh
- Subject: [ale] Piping dump to ssh
- From: esoteric at 3times25.net (Geoffrey)
- Date: Wed Jun 23 08:07:21 2004
- In-reply-to: <[email protected]>
- References: <[email protected]>
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