>From: [EMAIL PROTECTED] (Bill Davidsen)
>> >- mkdir /tmp/DOScopy
>> >- cd /DOS
>> >- find . | cpio -pdm /tmp/DOScopy
>> >- mkisofs [ options ] -o /tmp/DOSbkup.iso /tmp/DOScopy
>>
>> I am not sure if cpio is available for win32. Star is....
> Available, but not standard. The original poster was backing up a
>Win9x partition from a Linux mount, and would have cpio. Does star have
>a pipe option for copying to another directory? I used cpio because the
>-p option will do the copy and avoid trying to use a pipe, which works
>pretty poorly under Win9x.
If you are using a POSIX shell on Win95, you may use
star -C fromdir -cM . | star -C todir -xp
Both star's will use a FIFO to buffer data and this will result in
4 star processes. I do even backups to remote tapes on a UNIX machine
using:
cd /; star -cM bs=63k . f=user@host:/dev/rmt/0cbn
Note that this will work with star on win95 but does not work with GNUtar.
Important to know is that if you are using pipes, you need to have POSIX
pipes when using POSIX programs. bash from Cygwin creates POSIX pipes.
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]