[Bug 2647] --exclude options work from commandline but not in script

2005-04-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2647 --- Additional Comments From [EMAIL PROTECTED] 2005-04-25 18:50 --- A possible explanation is if the single-quotes are being retained in the --exclude values instead of being removed by whatever shell you are using for scripting. So rsy

Re: All the feature requests... A better way?

2005-04-25 Thread Scott Becker
Wayne Davison wrote: On Mon, Apr 25, 2005 at 09:30:30AM -0400, Eli wrote: With all the different features people want - almost makes me wonder if having an actual scripting language for rsync may be the best solution? Such a solution could be much better if it were a very limited scripting

Re: --link-dest / --hard-links problem

2005-04-25 Thread Raphael Jaffey
I'm now using rsync-HEAD-20050424-0034GMT and everything seems to be working properly as near as I can tell. Thanks! At 5:44 PM -0700 4/23/05, Wayne Davison wrote: On Sat, Apr 23, 2005 at 06:46:23PM -0500, Raphael Jaffey wrote: Should this be OK or is the most recent "bleeding edge" more stable?

[Bug 2647] New: --exclude options work from commandline but not in script

2005-04-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2647 Summary: --exclude options work from commandline but not in script Product: rsync Version: 2.6.4 Platform: x86 OS/Version: Linux Status: NEW Severity: major

Re: All the feature requests... A better way?

2005-04-25 Thread Wayne Davison
On Mon, Apr 25, 2005 at 09:30:30AM -0400, Eli wrote: > With all the different features people want - almost makes me wonder if > having an actual scripting language for rsync may be the best solution? Such a solution could be much better if it were a very limited scripting language (e.g. we can't

Re: Feature Request: listing files from local dirs

2005-04-25 Thread Wayne Davison
On Mon, Apr 25, 2005 at 11:17:07AM +0200, [EMAIL PROTECTED] wrote: > rsync does not list files if used locally without a destination but it > does when used remote archives, this is not orthognonal. Correct. This is the historical way rsync has worked, and I haven't changed it -- at least, not ye

RE: rsyncd server daemon not allowing connections

2005-04-25 Thread Todd Curry
> Gang, I've read the manual(s), surfed google, spent about 5 hours on this, > to no avail > > I'm trying to run rsync in server mode and it appears to start normally, > but it refuses all connections (refuses connection when I tried telnetting > in on localhost 873!). > > I've turned off all

Re: rsyncd server daemon not allowing connections

2005-04-25 Thread todd
Christoph, thanks for your reply. Comments below: > [EMAIL PROTECTED] wrote... > >> I'm trying to run rsync in server mode and it appears to start normally, >> but it refuses all connections (refuses connection when I tried >> telnetting >> in on localhost 873!). > > Did the daemon acutally start

Re: the second time rsyncing a readonly file

2005-04-25 Thread Wayne Davison
On Mon, Apr 25, 2005 at 12:37:11AM +0800, Dan Jacobson wrote: > all I did was change the sleep time and I get different results: The change in the sleep time caused the files to get either the same modtime (sleep 0) or a different modtime (sleep 1), and thus affected whether rsync actually updated

Re: rsyncd server daemon not allowing connections

2005-04-25 Thread Craig Barratt
[EMAIL PROTECTED] writes: > Gang, I've read the manual(s), surfed google, spent about 5 hours on this, > to no avail > > I'm trying to run rsync in server mode and it appears to start normally, > but it refuses all connections (refuses connection when I tried telnetting > in on localhost 873!

Re: rsyncd server daemon not allowing connections

2005-04-25 Thread Paul Slootman
On Mon 25 Apr 2005, [EMAIL PROTECTED] wrote: > > I'm trying to run rsync in server mode and it appears to start normally, > but it refuses all connections (refuses connection when I tried telnetting > in on localhost 873!). How exactly do you start rsync then? > I used the following command: >

Re: rsyncd server daemon not allowing connections

2005-04-25 Thread Christoph Biedl
[EMAIL PROTECTED] wrote... > I'm trying to run rsync in server mode and it appears to start normally, > but it refuses all connections (refuses connection when I tried telnetting > in on localhost 873!). Did the daemon acutally start? What does "netstat -ln | grep :873" tell? > rsync --daemon --

rsyncd server daemon not allowing connections

2005-04-25 Thread todd
Gang, I've read the manual(s), surfed google, spent about 5 hours on this, to no avail I'm trying to run rsync in server mode and it appears to start normally, but it refuses all connections (refuses connection when I tried telnetting in on localhost 873!). I've turned off all firewalls on th

Re: Need help with rsync

2005-04-25 Thread VC123
Thanks Paul, Tried with more options like --rsync-path= and it worked. Regards, VC --- Paul Slootman <[EMAIL PROTECTED]> wrote: > On Mon 25 Apr 2005, VC123 wrote: > > : > > > > rsync /export/home/amg/* [EMAIL PROTECTED]:/export/home/amg > > [EMAIL PROTECTED]'s password: > > rsync: connection u

Re: Need help with rsync

2005-04-25 Thread Paul Slootman
On Mon 25 Apr 2005, VC123 wrote: > : > > rsync /export/home/amg/* [EMAIL PROTECTED]:/export/home/amg > [EMAIL PROTECTED]'s password: > rsync: connection unexpectedly closed (0 bytes received so far) > [sender] > rsync error: error in rsync protocol data stream (code 12) at io.c(359) Try running

Need help with rsync

2005-04-25 Thread VC123
Hi, Trying to configure rsync , Here r the details: OS:Solaris 9 rsync :rsync version 2.6.3 protocol version 28 Problem :Locally copyng files using rsync works fine.r sync fails when i try to copy files over to the other machine : rsync /export/home/amg/* [EMAIL PROTECTED]:/export/home/amg

All the feature requests... A better way?

2005-04-25 Thread Eli
With all the different features people want - almost makes me wonder if having an actual scripting language for rsync may be the best solution? Thought of integrating Perl in with rsync so it could use Perl to calculate its include/exclude lists and/or whatever else? I just say Perl as an example

How about a --min-size option, next to --max-size

2005-04-25 Thread Paul Slootman
There's a rather old bug report in Debian's bug tracking system (see http://bugs.debian.org/27126) about wanting to be able to specify the maximum file size, as well as the minimum file size. Here's the text: Sometimes, it's useful to specify a file size range one is interested in. Fo

Feature Request: listing files from local dirs

2005-04-25 Thread chth
Hi, rsync does not list files if used locally without a destination but it does when used remote archives, this is not orthognonal. Scripts have to handle this special case. There might be some intention to show the help message to give the user a hint that he forgot the destionation. Thats fine,