Rsync client under windows very slow

2008-09-06 Thread info
Hi all, i'm using an rsync windows server under cygwin. 
The rsync linux clients work very well, using all available bandwidth;
instead the only windows server 2003 client does not exceed the 80 KB/s when
transferring files, so it is very slow.
It is invoked through command line

rsync --verbose  --progress --stats --compress --recursive --times --perms
--links --delete --password-file ...

I've read something about patches available for windows clients, or running
rsync as server even on windows clients, but I've not clue on how deal with
this.
Any help please?
Thank you all.
Mik

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 5695] improve keep-alive code to handle long-running directory scans

2008-09-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5695


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|rsync local timeout |improve keep-alive code to
   ||handle long-running
   ||directory scans
Version|3.0.3   |3.1.0




--- Comment #3 from [EMAIL PROTECTED]  2008-09-06 09:49 CST ---
 please note that directory dati/Documenti/Gabriele/Maildir/.Bugtraq.2006/cur/
 contains some thousands of files. A simple ls command on this folder, takes
 many minutes to complete.

Unfortunately, this is not something that rsync currently has keep-alive code
inside (the directory scanning code).  The timeout value currently needs to be
set high enough to handle the largest directory scan, and (if something like
--copy-file were used) the largest local-file copy the generator might do.  The
only thing you can currently do is to increase the timeout to the point where
it doesn't fire during a successful transfer.

This would be something that would be good to improve for 3.1.0.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 5529] Use commas in displayed numbers

2008-09-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5529


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
Version|3.0.2   |3.1.0




--- Comment #4 from [EMAIL PROTECTED]  2008-09-06 09:52 CST ---
The 3.1.0dev source now outputs numbers in this more readable fashion (with a
way to turn it off, as desired).


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Problem using rsync for backing up on to a NAS

2008-09-06 Thread Thomas Ebert

Thanks for your reply,

what I'm wondering about is, that everything works fine if I delete the 
dir /usr/share/terminfo in the linkdest before running rsync so that has 
to be copied as is by rsync.


No other directory is affected, though. I also don't understand the 
behaviour of rsync: First it complains that there is no such file or 
directory just to say that it exists in the second step.


So, what could go wrong with /usr/share/terminfo and what do you 
suggest? Currently I'm only backing up /home and my mp3-partition to 
the NAS as this works without any problem and I'm backing up / to an 
external hdd via usb.


Thanks

Thomas


Wayne Davison schrieb:

On Mon, Aug 25, 2008 at 04:43:29PM +0200, Thomas Ebert wrote:
  
rsync: stat 
/home/thomas/DiskStation/Thomas/backup/molungus-root/2008-08-25/usr/share/terminfo/L/LFT-PC850 
failed: No such file or directory (2)

usr/share/terminfo/l/lft = usr/share/terminfo/l/lft-pc850
rsync: link 
/home/thomas/DiskStation/Thomas/backup/molungus-root/2008-08-25/usr/share/terminfo/L/LFT-PC850 
= usr/share/terminfo/l/lft-pc850 failed: File exists (17)



This indicates that your filesystem is not behaving correctly, since it
is returning conflicting results to rsync.  One of your pastebin errors
from an earlier email also listed an NFS error with a mount going stale,
which is something that you'd need to fix outside of rsync.

  

File index not found: 7235938 (-1 - 185115)
rsync error: protocol incompatibility (code 2) at hlink.c(488) 
[generator=3.0.3]



That looks like some kind of text message getting in the way of the
protocol, since the number turns into the string bin.

..wayne..
  


--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Problem using rsync for backing up on to a NAS

2008-09-06 Thread Wayne Davison
On Mon, Aug 25, 2008 at 04:43:29PM +0200, Thomas Ebert wrote:
 rsync: stat 
 /home/thomas/DiskStation/Thomas/backup/molungus-root/2008-08-25/usr/share/terminfo/L/LFT-PC850
  
 failed: No such file or directory (2)
 usr/share/terminfo/l/lft = usr/share/terminfo/l/lft-pc850
 rsync: link 
 /home/thomas/DiskStation/Thomas/backup/molungus-root/2008-08-25/usr/share/terminfo/L/LFT-PC850
  
 = usr/share/terminfo/l/lft-pc850 failed: File exists (17)

This indicates that your filesystem is not behaving correctly, since it
is returning conflicting results to rsync.  One of your pastebin errors
from an earlier email also listed an NFS error with a mount going stale,
which is something that you'd need to fix outside of rsync.

 File index not found: 7235938 (-1 - 185115)
 rsync error: protocol incompatibility (code 2) at hlink.c(488) 
 [generator=3.0.3]

That looks like some kind of text message getting in the way of the
protocol, since the number turns into the string bin.

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Rsync 3.0.4 released

2008-09-06 Thread Wayne Davison
I have released rsync 3.0.4.  This is a bug-fix release with the only
enhancement being the adding of a way to interact with an overly-
restrictive server that refuses rsync's behind-the-scenes use of the
-e option.

To see a full summary of the changes since 3.0.3, visit this link:

  http://rsync.samba.org/ftp/rsync/src/rsync-3.0.4-NEWS

You can download the source tar file and its signature from here:

  http://rsync.samba.org/ftp/rsync/src/rsync-3.0.4.tar.gz
  http://rsync.samba.org/ftp/rsync/src/rsync-3.0.4.tar.gz.asc

The patches directory is now in a separate tar file (for those that want
one or more of the patches):

  http://rsync.samba.org/ftp/rsync/src/rsync-patches-3.0.4.tar.gz
  http://rsync.samba.org/ftp/rsync/src/rsync-patches-3.0.4.tar.gz.asc

See the rsync website for other download methods, including diffs, etc.:

  http://rsync.samba.org/

..wayne..


signature.asc
Description: Digital signature
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

CVS update: rsyncweb

2008-09-06 Thread rsync-cvs

Date:   Sat Sep  6 16:45:53 2008
Author: wayned

Update of /data/cvs/rsyncweb
In directory dp.samba.org:/tmp/cvs-serv5383

Modified Files:
index.html 
Log Message:
Announce 3.0.4.

Revisions:
index.html  1.106 = 1.107

http://www.samba.org/cgi-bin/cvsweb/rsyncweb/index.html?r1=1.106r2=1.107
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync annotated tag, v3.0.4, created. v3.0.4

2008-09-06 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The annotated tag, v3.0.4 has been created
at  81619eee33f8202d9f44ace9c14ee86c21207309 (tag)
   tagging  d596d389fece55ea647b048d0fa1873ee445fde9 (commit)
  replaces  v3.0.4pre2
 tagged by  Wayne Davison
on  Sat Sep 6 09:32:55 2008 -0700

- Log -
Version 3.0.4.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBIwrC5bIWfsUuWqMURAkdrAJ9UoKdE5Z97A+5104zpidlT72dU2QCdFOsb
2+qjj6zkQtHioTCQAHi1sx0=
=YG77
-END PGP SIGNATURE-

Wayne Davison (13):
  Improved a couple NEWS items.
  Make sure that the hlink node-data allocation doesn't fail.
  Made an error of readlink_stat() use the right function name.
  Changed flist_for_ndx() to optionally die with an error
  An improved RERR_PARTIAL message.
  Added /support/savetransfer to .gitignore.
  Make the !flist_eof assumption explicit before the check_for_io_err
  Some minor improvements to the flushing code to try to make it
  Got rid of the check_for_io_err code, as it could cause a hang.
  Made human_num() and human_dnum() able to output negative numbers.
  Changed some rsync commands into proper $RSYNC commands.
  A few more improvements and a mention of the latest fix.
  Preparing for release of 3.0.4

---


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, b3.0.x, updated. v3.0.4

2008-09-06 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, b3.0.x has been updated
   via  d596d389fece55ea647b048d0fa1873ee445fde9 (commit)
   via  bc2337717e29f5bc2ea4b071a13d1026aa03957a (commit)
  from  3df40f044af09890c7cc709a48072d14990a5a18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit d596d389fece55ea647b048d0fa1873ee445fde9
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Sep 6 09:32:26 2008 -0700

Preparing for release of 3.0.4

commit bc2337717e29f5bc2ea4b071a13d1026aa03957a
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Sep 6 08:03:52 2008 -0700

A few more improvements and a mention of the latest fix.

---

Summary of changes:
 NEWS |   15 ++-
 OLDNEWS  |2 +-
 configure.in |2 +-
 packaging/lsb/rsync.spec |   10 +-
 rsync.yo |4 ++--
 rsyncd.conf.yo   |4 ++--
 6 files changed, 21 insertions(+), 16 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patches, updated. 4c107044a94d027e9ba894d31577f427c10402ae

2008-09-06 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patches has been updated
   via  4c107044a94d027e9ba894d31577f427c10402ae (commit)
  from  ae306a2933c7617493d80f46d891911634ec43d0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 4c107044a94d027e9ba894d31577f427c10402ae
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Sep 6 09:36:27 2008 -0700

The patches for 3.0.4.

---

Summary of changes:
 atimes.diff|   18 +++---
 backup-dir-dels.diff   |6 ++--
 catch_crash_signals.diff   |   10 
 checksum-reading.diff  |   16 ++--
 checksum-updating.diff |   16 ++--
 checksum-xattr.diff|2 +-
 copy-devices.diff  |6 ++--
 crtimes.diff   |   16 ++--
 date-only.diff |2 +-
 db.diff|8 +++---
 detect-renamed-lax.diff|4 +-
 detect-renamed.diff|   48 
 downdate.diff  |6 ++--
 drop-cache.diff|2 +-
 fileflags.diff |   32 +-
 link-by-hash.diff  |8 +++---
 log-checksum.diff  |6 ++--
 omit-dir-changes.diff  |8 +++---
 slp.diff   |2 +-
 source-backup.diff |2 +-
 source-filter_dest-filter.diff |   12 +-
 time-limit.diff|2 +-
 22 files changed, 116 insertions(+), 116 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, master, updated. v3.0.3-85-g46b1361

2008-09-06 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, master has been updated
   via  46b1361b4193f1e19eb18ea4ee95b3d194ce2822 (commit)
  from  9e7acc86c3a777f65b32d495b7e37e86882f93c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 46b1361b4193f1e19eb18ea4ee95b3d194ce2822
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sat Sep 6 09:50:49 2008 -0700

Adding 3.0.4 release line to OLDNEWS.

---

Summary of changes:
 OLDNEWS |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs