rename file1 - file2: No such file or directory

2001-11-19 Thread willem
I'm rsyncing from an linux box to a win2k box with a precompiled version of rsync for win2k. durring the procces he gives me a lotte of the following errors (with different filenames): rename realother/Maildir/cur/.1005882149.8001_0.nyx.wildape,S=3080:2,.001002 -

Rsync problems (was Re: (no subject))

2001-11-19 Thread Rusty Carruth
amiel ong [EMAIL PROTECTED] wrote: I already installed rsync on both my server(running FREEBSD 4.4) and win98 macine. My LAN don't connect to the internet so it is quite secure, is it possible if I don't use OpenSSH? when I run rsync 172.22.0.104::, I get this message: failed to

rsync binaries for WinNT ?

2001-11-19 Thread Kapoor, Nishikant X
Could someone please let me know where I can find the latest rsync binaries for WinNT ? Thanks Nishi

Re: rsync binaries for WinNT ?

2001-11-19 Thread willem
Kapoor, Nishikant X wrote: Could someone please let me know where I can find the latest rsync binaries for WinNT ? Thanks Nishi I don't know if there are other ways of doing this but you can install cygwin: http://sources.redhat.com/cygwin/ rsync will run uther bash in there the same as in

rsync binaries for WinNT ?

2001-11-19 Thread David Starks-Browning
On Monday 19 Nov 01, Kapoor, Nishikant X writes: Could someone please let me know where I can find the latest rsync binaries for WinNT ? It's available as part of Cygwin. Start here: http://cygwin.com/. David (Cygwin FAQ maintainer)

RE: Secure connection to testor refused !

2001-11-19 Thread tim . conway
There are ways... use the log file = directive in your rsyncd.conf, which will give you a small bit of info. If you can find a debug utility for cygwin, you can run the daemon directly, rather than from inetd, and trace it that way. From what you're showing, though, it looks more like a path

modules madness / ssh regardless of daemon

2001-11-19 Thread Brian Clark
I just installed rsync on two machines, I think I'm a complete moron, and I need a clue bat. The remote machine's /etc/rsyncd.conf (just for testing): use chroot = no log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [auth] path = /var/www/auth

Is anybody else gettting these?

2001-11-19 Thread tim . conway
I keep getting these smarmy sermons from somebody's mail account. I include my response to it below, though from its message, it probably won't be read. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via

Re: Is anybody else gettting these?

2001-11-19 Thread Rusty Carruth
[EMAIL PROTECTED] wrote: I keep getting these smarmy sermons from somebody's mail account. I include my response to it below, though from its message, it probably won't be read. Yikes. Chill, everyone! I hate html email as much as the next person, (maybe more so ;-) But I just lived

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread M. Drew Streib
On Mon, Nov 19, 2001 at 12:24:53PM -0500, Brian Clark wrote: And it works. But this next part I don't understand.. I kill the rsync daemon on the remote host, then I try the above command line again on the local host and it works!? Say what?! By using ssh does it bypass the remote daemon

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread Brian Clark
@ 1:21:25 PM on 11/19/2001, M. Drew Streib wrote: And it works. But this next part I don't understand.. I kill the rsync daemon on the remote host, then I try the above command line again on the local host and it works!? Say what?! By using ssh does it bypass the remote daemon altogether?

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread tim . conway
-e ssh is for external transport. So is the single colon syntax (defiance:auth) Use this cmdline: rsync -avz defiance::auth /var/www/auth Also, I'm guessing you want the contents of auth in /var/www/auth, in which case you want rsync -avz defiance::auth /var/www else, you'll get

Re: rename file1 - file2: No such file ordirectory

2001-11-19 Thread willem
I'm sorry I found the error it is ntfs it doesn't accept : in the filename thx any way Willem willem wrote: I'm rsyncing from an linux box to a win2k box with a precompiled version of rsync for win2k. durring the procces he gives me a lotte of the following errors (with different

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread M. Drew Streib
On Mon, Nov 19, 2001 at 01:50:47PM -0500, Brian Clark wrote: I'm now wondering how I'm going to mirror anything unattended without having a valid ssh login/password in a file some where. On top of that, -e ssh renders rsyncd.conf useless (hosts access, auth users, etc.). :-\ Transporting

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread Ben Ricker
On Mon, 2001-11-19 at 13:07, M. Drew Streib wrote: On Mon, Nov 19, 2001 at 01:50:47PM -0500, Brian Clark wrote: I'm now wondering how I'm going to mirror anything unattended without having a valid ssh login/password in a file some where. On top of that, -e ssh renders rsyncd.conf useless

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread Brian Clark
@ 2:07:10 PM on 11/19/2001, M. Drew Streib wrote: MDS Leaving off the ssh option, and formatting as Tim suggested MDS earlier, will use rsync's built in transport, which will behave MDS more like it seems you are expecting. Well I don't know what the h-e-double-hockey-sticks I was doing before,

Re: Is anybody else gettting these?

2001-11-19 Thread Randy Kramer
Rusty Carruth wrote: Chill, everyone! I hate html email as much as the next person, (maybe more so ;-) -snip-- Besides, I see Tim's email just fine. No weird stuff in it at all... Just for the record, seeing the wierd stuff (the HTML markup tags) is not the only problem -- for

Re: modules madness / ssh regardless of daemon

2001-11-19 Thread tim . conway
You're fine. You can either use the rsyncd (defiance::auth), thus going to your rsyncd, or you can use -e ssh, using ssh as the remote transport. rsync -options -e ssh remotehost:/path/to/auth /path/to/auth/mirror. if you use the second version, the rsyncd.conf is irrelevant you don't have to

dir list behavior differences?

2001-11-19 Thread Don Fike
Hello, I have set up an anonymous rsync server that seems to work as expected. However when I try to access the server from several other unix boxes using rsync with a command like this; rsync netlib3.cs.utk.edu::netlib I get the motd and then a line that states client: nothing to do Now I

patch to enable faster mirroring of large filesystems

2001-11-19 Thread Andrew J. Schorr
I have attached a patch that adds 4 options to rsync that have helped me to speed up my mirroring. I hope this is useful to someone else, but I fear that my relative inexperience with rsync has caused me to miss a way to do what I want without having to patch the code. So please let me know if

Re: patch to enable faster mirroring of large filesystems

2001-11-19 Thread Dave Dykstra
Before I look at this closely, I have a couple questions. First, what options do you use to copy? I once saw somebody who went through a lot of work to cache things and it turned out to be just because he was using the --checksum option when he shouldn't have. Next, have you taken a look at

RE: Is anybody else gettting these?

2001-11-19 Thread Kevin Saenz
Tim, Why are you using such a large font? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, 20 November 2001 7:34 AMTo: Randy KramerCc: Rusty Carruth; [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Re: Is anybody else gettting these?

Stefan Stoerig/IDP/Muenchen/MAN_Nutzfahrzeuge istaußer Haus.

2001-11-19 Thread Stefan_Stoerig
Ich werde ab 19.11.2001 nicht im Büro sein. Ich kehre zurück am 03.12.2001. Wenn Sie Fragen zu unserem Dokumentenserver haben, so schreiben Sie bitte eine Email an [EMAIL PROTECTED] . Mit freundlichen Grüßen, Stefan Störig

Re: dir list behavior differences?

2001-11-19 Thread tim . conway
add a /, and it will show the contents. add -r, and it will show all the contents, recursively. Incidentally: I've deleted and reinstalled notes, in the hopes that the user preference for internet mail (TEXT ONLY, instead of HTML) has been honored. I set that as soon as i started, but

Bandwidth Limits

2001-11-19 Thread uid0
Has anyone noticed that the --bwlimit doesn't really work? I have MRTG stats happening, and on a 128Kbps circuit, an rsync with the following syntax takes up the whole line. $ rsync -avz -e ssh localfiles.tar.gz user@remote:/path/to/file/arch Any ideas? It's on an OpenBSD box going to a

Re: Bandwidth Limits

2001-11-19 Thread tim . conway
Try this commandline: rsync -avz -e ssh --bwlimit=64 localfiles.tar.gz user@remote:/path/to/file/arch That should average out to use only about 1/2 of your bandwidth. You will find periods where it uses all of it, and periods where it uses none, but on average, it will use only as many kbps

Re: Bandwidth Limits

2001-11-19 Thread uid0
On Mon, 2001-11-19 at 17:45:26 -0700, [EMAIL PROTECTED] wrote... ; Try this commandline: ; rsync -avz -e ssh --bwlimit=64 localfiles.tar.gz ; user@remote:/path/to/file/arch I did. This is what I getI created a 128K file.. bash-2.05$ rsync --stats -avz --bwlimit=8 -e ssh blah:~/out .

Re: Bandwidth Limits

2001-11-19 Thread Martin Pool
On 19 Nov 2001, [EMAIL PROTECTED] wrote: Has anyone noticed that the --bwlimit doesn't really work? I have MRTG stats happening, and on a 128Kbps circuit, an rsync with the following syntax takes up the whole line. $ rsync -avz -e ssh localfiles.tar.gz user@remote:/path/to/file/arch