Re: remote dump to file

2011-09-27 Thread Alexander Hall
On 08/25/11 14:33, Manuel Giraud wrote: > Hi, > > This patch makes the following command working: > > $ RSH=ssh dump -0au -f remote:dump.0 / > > even if dump.0 doesn't already exists on remote. Note: i cannot test > this patch on st(4) device. > > Index: tape.c > ===

remote dump to file

2011-08-25 Thread Manuel Giraud
Hi, This patch makes the following command working: $ RSH=ssh dump -0au -f remote:dump.0 / even if dump.0 doesn't already exists on remote. Note: i cannot test this patch on st(4) device. Index: tape.c === RCS file: /cvs/src/sbin/d