Re: how to reduce rsync system usage

2005-05-26 Thread Wayne Davison
On Thu, May 26, 2005 at 10:52:41AM +1000, dtra wrote: the cron job uses nice -19 rsync [...] sorry, one more thing, on the server we are getting the files from, max connections is set to 1 Are you connecting to an rsync daemon or not? If you are running a daemon, run the *daemon* as nice

[Bug 2741] Cant start daemon

2005-05-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2741 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: how to reduce rsync system usage

2005-05-26 Thread dtra
Wayne Davison wrote: On Thu, May 26, 2005 at 10:52:41AM +1000, dtra wrote: the cron job uses nice -19 rsync [...] sorry, one more thing, on the server we are getting the files from, max connections is set to 1 Are you connecting to an rsync daemon or not? If you are running a

Re: how to reduce rsync system usage

2005-05-26 Thread Wayne Davison
On Thu, May 26, 2005 at 05:06:24PM +1000, dtra wrote: does running the daemon with nice affect the receiving server? cos that's where the main problems lie Obviously, using nice on the daemon affects just the daemon (if you're using a daemon -- you still didn't say for sure). So, I have no

Re: how to reduce rsync system usage

2005-05-26 Thread dtra
Wayne Davison wrote: On Thu, May 26, 2005 at 05:06:24PM +1000, dtra wrote: does running the daemon with nice affect the receiving server? cos that's where the main problems lie Obviously, using nice on the daemon affects just the daemon (if you're using a daemon -- you still didn't

Re: RSYNC doesn't like Unicode?

2005-05-26 Thread Shachar Shemesh
Stuart Halliday wrote: Paul Slootman said: The common issue seems to be windows systems, as far as I can tell here. Perhaps transferring files (or rather, filenames) between windows systems with differing locales (or language settings) is the problem, and someone with intimate knowledge of

Re: RSYNC doesn't like Unicode?

2005-05-26 Thread Stuart Halliday
Stuart Halliday wrote: Paul Slootman said: The common issue seems to be windows systems, as far as I can tell here. Perhaps transferring files (or rather, filenames) between windows systems with differing locales (or language settings) is the problem, and someone with intimate

RE: rsync file sync by priority

2005-05-26 Thread C. P.
Hi may be you can run two passes of rsync, one transferring *xml, the other one *jar? Carlos Pantelides Hello All - I'm looking for a switch(es) to ensure rsync indexes the pull of files from remotedir, LIFO (last in first out) and then by .ext type where file basenames are similar.

Re: Monitor a folder

2005-05-26 Thread C. P.
what happens if a changed file is open? wouldnt be necesary to check it before firing rsync? lsof +D? carlos pantelides Thus, my question is; can Rsync monitor a folder or filesystem for changes and perform it's synchronization when changes occur as opposed to being cron'd to run at

Re: rsync file sync by priority

2005-05-26 Thread Wayne Davison
On Wed, May 25, 2005 at 02:02:38PM -0700, Melanie Pai wrote: I'm looking for a switch(es) to ensure rsync indexes the pull of files from remotedir, LIFO (last in first out) and then by .ext type where file basenames are similar. There is no support for changing the order that rsync transfers

Re: how to reduce rsync system usage

2005-05-26 Thread Wayne Davison
On Thu, May 26, 2005 at 06:16:03PM +1000, dtra wrote: yes, i'm using a the daemon on the host the rsync call is nice -n 19 rsync -a [EMAIL PROTECTED]:/path/to/vhosts/site /path/to/bak/ That call does not make use of a daemon -- that would require :: instead of : (and an appropriate module

Re: RSYNC doesn't like Unicode?

2005-05-26 Thread langelino
Stuart Halliday wrote: The important thing here is the codepage used. Rsync is not a Unicode application on Windows, and so it's interpretation of the file names is dependent on the current codepage. The current codepage is called Default locale on Windows 2000 and Codepage for non Unicode

Re: rsync file sync by priority

2005-05-26 Thread Melanie Pai
Thanks, Wayne. Appreciate the response . Wayne Davison wrote: On Wed, May 25, 2005 at 02:02:38PM -0700, Melanie Pai wrote: I'm looking for a switch(es) to ensure rsync indexes the pull of files from remotedir, LIFO (last in first out) and then by .ext type where file basenames are similar.

Re: rsync file sync by priority

2005-05-26 Thread Melanie Pai
Thanks for the response. Appreciate it. -Mel Wayne Davison wrote: On Wed, May 25, 2005 at 02:02:38PM -0700, Melanie Pai wrote: I'm looking for a switch(es) to ensure rsync indexes the pull of files from remotedir, LIFO (last in first out) and then by .ext type where file basenames are

[Bug 2741] Cant start daemon

2005-05-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2741 --- Additional Comments From [EMAIL PROTECTED] 2005-05-26 14:08 --- Yes, I checked the log and i added rsyncd.conf to /etc. I was then able to maually start rsync as a daemon. Maybe i am spoiled but usually RPM installs set up

rsync not running

2005-05-26 Thread Jason King
My rsync server is not syncing with one of my client servers. When I run the following command: rsync -av projects.informs.com:var/lib/mysql /home/portalsbackup/informs/ I get the following error message: projects.informs.com: Connection refused rsync: connection unexpectedly closed (0 bytes

Re: rsync not running

2005-05-26 Thread Wayne Davison
On Thu, May 26, 2005 at 04:52:25PM -0500, Jason King wrote: rsync -av projects.informs.com:var/lib/mysql /home/portalsbackup/informs/ I dont' understand because I can ps -aux | grep rsync and I can see the rsync daemon running. Anyone have any ideas? You aren't trying to talk to the rsync

Possible bug not deleting files

2005-05-26 Thread Omen Wild
I am using rsnapshot http://www.rsnapshot.org/ to make snapshots of my filesystem. rsnapshot uses rsync to do all the heavy lifting. I was recently browsing my snapshots and discovered that none of the excluded files or files deleted in the source are getting deleted from the snapshot. rsnapshot

Re: how to reduce rsync system usage

2005-05-26 Thread dtra
Wayne Davison wrote: On Thu, May 26, 2005 at 06:16:03PM +1000, dtra wrote: yes, i'm using a the daemon on the host the rsync call is nice -n 19 rsync -a [EMAIL PROTECTED]:/path/to/vhosts/site /path/to/bak/ That call does not make use of a daemon -- that would require :: instead of :

CVS update: rsync/support

2005-05-26 Thread Wayne Davison
Date: Thu May 26 18:00:11 2005 Author: wayned Update of /data/cvs/rsync/support In directory dp.samba.org:/tmp/cvs-serv11085 Modified Files: atomic-rsync Log Message: Improved the opening comment. Revisions: atomic-rsync1.2 = 1.3