Re: Running RESTORE(8) from standard in.

2014-07-20 Thread Robert Carleton
Robert "Bruce" Carleton r...@rbcarleton.com On Jul 20, 2014, at 2:27 PM, Robert Carleton wrote: > On Jul 20, 2014, at 2:24 PM, Philip Guenther wrote: > >> On Sun, Jul 20, 2014 at 2:06 PM, Robert Carleton > wrote: >> I'm using dump for backups to take advantage of the dump levels. I'd like to

Re: Running RESTORE(8) from standard in.

2014-07-20 Thread Robert Carleton
On Jul 20, 2014, at 2:24 PM, Philip Guenther wrote: > On Sun, Jul 20, 2014 at 2:06 PM, Robert Carleton wrote: > I'm using dump for backups to take advantage of the dump levels. I'd like to be able to run restore interactively, using the standard in as an input. Here's what I have in mind: > > #

Re: Running RESTORE(8) from standard in.

2014-07-20 Thread Philip Guenther
On Sun, Jul 20, 2014 at 2:06 PM, Robert Carleton wrote: > I'm using dump for backups to take advantage of the dump levels. I'd like > to be able to run restore interactively, using the standard in as an input. > Here's what I have in mind: > > # cd /tmp > # ssh backup@10.0.0.10 "cat /home/backup/

Running RESTORE(8) from standard in.

2014-07-20 Thread Robert Carleton
I'm using dump for backups to take advantage of the dump levels. I'd like to be able to run restore interactively, using the standard in as an input. Here's what I have in mind: # cd /tmp # ssh backup@10.0.0.10 "cat /home/backup/0-var.dmp" | restore -i -f - restore > When I try it, it hangs on