Re: rsync 2.5.5 port to Novell NetWare

2002-12-03 Thread bart . coninckx
We've been waiting for months for this, this is incredible good news. Thx a million for posting! Rgds, Bart Coninckx Network Administrator CNE, ASE * Sita ICT Services Lilsedijk 19 B-2340 Beerse Belgium e-mail: [EMAIL PROTECTED] Tel: + 32 (0) 14 62 82 22

Re: Rsync service on Win2k?

2002-12-03 Thread John Morgan Salomon
Okay-- do the permissions for SYSTEM have to be explicit? I've just given full control to EVERYONE. I've also been trying cygrunsrv -I RSYNC -d Rsync daemon -p /usr/bin/rsync.exe -a --config=/etc/rsyncd.conf --daemon --no-detach My /etc/rsyncd.conf file: $ cat /etc/rsyncd.conf use chroot =

Re: Rsync --non-existent-dir-only feature :) ..

2002-12-03 Thread Dave Dykstra
Does the --ignore-existing option do what you want? It will probably recurse into the existing directories, but ignore all regular files that already exist. - Dave Dykstra On Tue, Dec 03, 2002 at 01:01:03AM +0100, Robert Raszuk wrote: All, I can't find a way to achive something probably

Re: Rsync --non-existent-dir-only feature :) ..

2002-12-03 Thread Robert Raszuk
Does the --ignore-existing option do what you want? Sounds one huge step further for this particular application ! I admit that I missed it since man rsync on the web does not show this command ;). Since it recurses down to the files under dir-x and since it could find some files modified

Re: Trailing Slash Inconsistencies

2002-12-03 Thread Mark J de Jong
Dave, thanks for the response! I read my command over at least 10 times to make sure there wasn't a mistake and now I finally noticed one. The second command should read: rsync -va --stats --timeout=1800 --exclude-from=exclude.list --delete --port=1 -R [EMAIL PROTECTED]::backup/home/

Error Code returned 139 while rsync

2002-12-03 Thread Saikot Chakravorty
I get this return error code (139) from rsync. Any pointers would help. Thanks, Saikot. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: Error Code returned 139 while rsync

2002-12-03 Thread jw schultz
On Tue, Dec 03, 2002 at 12:32:20PM -0800, Saikot Chakravorty wrote: I get this return error code (139) from rsync. Any pointers would help. Thanks, Saikot. That is like telling us your foot hurts. -- J.W. Schultz

Rsync, Perl and samba filesystem (smbfs)

2002-12-03 Thread Dr. Poo
My name is Chris, Hi! I've got rsync being called from a perl script that is called by cron (or for that matter, by hand) and when I 'rsync' a locally mounted samba filesystem (eg. to /mnt/smbfs), it successfully syncs the smbfs to the destination directory, but without reason hangs... and

Re: Rsync, Perl and samba filesystem (smbfs)

2002-12-03 Thread Dr. Poo
Sorry, I should have noted my system to begin with. I'm running Red Hat 7.2, Perl 5.8.0 and rsync 2.4.6 The smbfs is on a windows NT (2000) server. -Chris On Tuesday 03 December 2002 04:41 pm, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have had the same issue.

Re: Rsync, Perl and samba filesystem (smbfs)

2002-12-03 Thread Dr. Poo
As well though, i might add that perl is hogging 98-99% of my cpu... and all the while rsync is defuct -Chris -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: Rsync, Perl and samba filesystem (smbfs)

2002-12-03 Thread jw schultz
On Tue, Dec 03, 2002 at 04:33:38PM -0600, Dr. Poo wrote: My name is Chris, Hi! I've got rsync being called from a perl script that is called by cron (or for that matter, by hand) and when I 'rsync' a locally mounted samba filesystem (eg. to /mnt/smbfs), it successfully syncs the smbfs to

Re: Rsync service on Win2k?

2002-12-03 Thread Lapo Luchini
cygrunsrv -I RSYNC -d Rsync daemon -p /usr/bin/rsync.exe -a --config=/etc/rsyncd.conf --daemon --no-detach It is almost the same command line I suggest in the README and... it *used* to work. Doesn't work even in my box right now. 0_o BTW: that's the default for rsyncd.conf Right now it's too