In working to get RSYNC to work on OpenVMS, I have run into difficulty
mapping the do_fork() calls to the native APIs.
OpenVMS does not currently implement a fork() function.
The closest that it has is a spawn() function. It works like a system()
call that is not blocking.
You pass the progr
That may well be. I'll have another go tonight and let it run overnight. Thanks
for the advice.
On Mon, 4 Mar 2002 20:50:33 -0500 (EST)
Tom Diehl <[EMAIL PROTECTED]> wrote:
> On Mon, 4 Mar 2002, Carl Flippin wrote:
>
> >
> > I'm trying to use rsync to mirror an entire FreeBSD 4.5 server. This
On Mon, 4 Mar 2002, Carl Flippin wrote:
>
> I'm trying to use rsync to mirror an entire FreeBSD 4.5 server. This includes the
> kernel and quite a few other system level files. As one might expect, rsync hangs
> when it tries to copy the kernel file. Has anyone had success with this kind of
> se
Gentlemen;
I installed the Cygwin/Rsync on NT per
http://optics.ph.unimelb.edu.au/help/rsync/
When trying to access it from a linux machine I always get:
[root@auxfs backups]# rsync rsync://192.168.1.205/ .
read error: Connection reset by peer
[root@auxfs backups]#
OR
[root@auxfs backups]# r
I'm trying to use rsync to mirror an entire FreeBSD 4.5 server. This includes the
kernel and quite a few other system level files. As one might expect, rsync hangs
when it tries to copy the kernel file. Has anyone had success with this kind of
setup?
--
To unsubscribe or change options: http://
> "Gary" == Gary Peltola <[EMAIL PROTECTED]> writes:
Gary> Bascially what i am looking at doing is mirroring the first
Gary> drive to the 2nd drive, and once that intial one is moved
Gary> over, have a cron run nightly (or when specified) that will
Gary> update any modified fi
Hi,
I've recently experienced some griefs with rsync for svr4 running on NCR MP-RAS. It locks files (cobol files), corrupting them and interfere with Netvault backups. Has anyone experience this before?
Best regards,
Mike Li
Dave Dykstra <[EMAIL PROTECTED]>
02/21/02 12:00 PM
Le 2002-02-27, Dave Dykstra écrivait :
> That wouldn't be very friendly to have to do for every module listed in
> rsyncd.conf.
Yep, hence my report :)
> It would be interesting to do for a test though just to make
> sure that this is really the problem. I'm surprised that no-one else would
>