[rsync-announce] Rsync 3.0.0pre1 released

2007-10-04 Thread rsync-announce
I've just released rsync 3.0.0pre1, the first pre-release version for the upcoming 3.0.0 release. The version number is getting such a large bump due to the addition of an incremental recursion scan (which helps a lot with large transfers) and the official arrival of several other new features,

Re: Overly Long File Names

2007-10-04 Thread Stuart Halliday
On Wed, Oct 03, 2007 at 10:30:55AM +0100, Stuart Halliday wrote: Cygwin needs to drop support for Windows 98. They plan to do this 'sometime'. I wonder if defining MAXPATHLEN to a larger value would work or not? Nope. That value is supposed to represent the largest string that can be

Include on few directory

2007-10-04 Thread OOzy Pal
Hello, I would like only to sync few directories between my two Linux boxes. I tries this but no help sudo rsync -avrtzun --stats \ --include-from include-nix \ --exclude-from excludes-nix \ --delete \ --progress \ -e ssh -l hab /home/hab/ desktop:/home/hab excludes-nix * include-nix

Re: Include on few directory

2007-10-04 Thread Matt McCutchen
On 10/4/07, OOzy Pal [EMAIL PROTECTED] wrote: excludes-nix * include-nix Development/* www/* Personal/* You are including items immediately inside each of the directories Development, www, Personal but not the directories themselves, also, the exclude rule * is excluding items more than

rsync stops/hangs (from windows to debian)

2007-10-04 Thread Miles Raymond
We've been using rsync to send updates to our webservers from a central location for years. All the webservers used to be Windows 2000 Server running rsync 2.6.3. Recently I've been trying to replace them with Debian servers with rsync 2.6.9. The central file server is a Windows 2000 Server

ACL's on Mac OS X

2007-10-04 Thread Noam Birnbaum
Hey all, Running Mac OS X 10.4.10. In my testing I have not found a way to rsync ACLs from source to destination. Is there a solution out there? Thanks, noam Noam Birnbaum http://maccentricsolutions.com/ 877.luv.macs x89  Apple Certified Technical Coordinator  Apple Certified Help Desk

Re: ACL's on Mac OS X

2007-10-04 Thread Wayne Davison
On Thu, Oct 04, 2007 at 02:08:42PM -0700, Noam Birnbaum wrote: Running Mac OS X 10.4.10. In my testing I have not found a way to rsync ACLs from source to destination. Is there a solution out there? Try the latest CVS source -- it now supports OS X ACLs. If you want to backup to a non-OS X

Re: rsync stops/hangs (from windows to debian)

2007-10-04 Thread Wayne Davison
On Thu, Oct 04, 2007 at 10:24:23AM -0700, Miles Raymond wrote: From what I read from google, this seems to be a common problem with rsync on windows. Yes, due to a bug in cygwin's pipe code (the pipe that carries data between rsync and ssh). Until cygwin fixes its pipe code, you can only

Re: rsync stops/hangs (from windows to debian)

2007-10-04 Thread Matt McCutchen
On 10/4/07, Wayne Davison [EMAIL PROTECTED] wrote: Yes, due to a bug in cygwin's pipe code (the pipe that carries data between rsync and ssh). Until cygwin fixes its pipe code, you can only reliably rsync data to/from a cygwin system if you avoid pipes (e.g. use a daemon transfer). I'm not

Re: Rsync not able to transfer over jumbo frames?

2007-10-04 Thread Clark
Let me guess that you are going through a switch... does the switch support jumbo frames? Perhaps the simple ssh traffic and other methods does not generate any frames over your switch's capacity. Go to the mfg web site and read the spec sheet. The network layer is below rsync. rsync should be

Rsync 3.0.0pre1 released

2007-10-04 Thread Wayne Davison
I've just released rsync 3.0.0pre1, the first pre-release version for the upcoming 3.0.0 release. The version number is getting such a large bump due to the addition of an incremental recursion scan (which helps a lot with large transfers) and the official arrival of several other new features,

Re: Rsync not able to transfer over jumbo frames?

2007-10-04 Thread Matt McCutchen
On 10/3/07, Jake Conk [EMAIL PROTECTED] wrote: [...] I enabled jumble frames by setting the mtu to 9000. Jumble frames! Now there's an idea to join the ranks of the April Fools' Day RFCs! :-D Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

(no subject)

2007-10-04 Thread Frank Thomas
Good day, I've got a question regarding the usage of rsync that I just cannot figure out. I've done a fare hunt for the answer, but I'm stumped. Here is the situation. I have two pc's running linux and using rsync to perform a backup from server1 to server2. For example: rsync -avzr

Re: [Detecting renames]

2007-10-04 Thread Matt McCutchen
On 10/4/07, Frank Thomas [EMAIL PROTECTED] wrote: This action is the simplest method of performing an rsync, but it would be nice to have rsync to be intelligent enough to recognize a name change but not an inode change on the source. The --detect-renamed option provided by the patch

Re: Rsync 3.0.0pre1 released

2007-10-04 Thread Matt McCutchen
On 10/4/07, Wayne Davison [EMAIL PROTECTED] wrote: I've just released rsync 3.0.0pre1, the first pre-release version for the upcoming 3.0.0 release. Hooray! I have built an RPM of rsync 3.0.0pre1 and posted it here: http://mattmccutchen.net/rsync/#rsync-packages This pre-release has finally

CVS update: rsync/patches

2007-10-04 Thread Wayne Davison
Date: Thu Oct 4 23:22:44 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv5044 Modified Files: acls.diff atimes.diff backup-dir-dels.diff date-only.diff drop-cache.diff early-checksum.diff flags.diff openssl-support.diff

CVS update: rsync/patches

2007-10-04 Thread Wayne Davison
Date: Thu Oct 4 23:55:34 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv15279 Modified Files: acls.diff ignore-case.diff usermap.diff Log Message: Fixed build problem. Revisions: acls.diff 1.201 = 1.202

CVS update: rsync

2007-10-04 Thread Wayne Davison
Date: Fri Oct 5 00:41:38 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30480 Modified Files: NEWS Log Message: One more tweak. Revisions: NEWS1.461 = 1.462 http://www.samba.org/cgi-bin/cvsweb/rsync/NEWS?r1=1.461r2=1.462

CVS update: rsync/packaging/lsb

2007-10-04 Thread Wayne Davison
Date: Fri Oct 5 00:45:14 2007 Author: wayned Update of /data/cvs/rsync/packaging/lsb In directory dp.samba.org:/tmp/cvs-serv31731/packaging/lsb Modified Files: rsync.spec Log Message: Preparing for release of 3.0.0pre1 Revisions: rsync.spec 1.39 = 1.40

CVS update: rsync

2007-10-04 Thread Wayne Davison
Date: Fri Oct 5 00:45:14 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv31731 Modified Files: configure configure.in rsync.1 rsync.yo rsyncd.conf.5 rsyncd.conf.yo Log Message: Preparing for release of 3.0.0pre1 Revisions: configure

CVS update: rsyncweb

2007-10-04 Thread Wayne Davison
Date: Fri Oct 5 00:52:46 2007 Author: wayned Update of /data/cvs/rsyncweb In directory dp.samba.org:/tmp/cvs-serv2147 Modified Files: firewall.html Log Message: A minor clarification. Revisions: firewall.html 1.7 = 1.8

CVS update: rsyncweb

2007-10-04 Thread Wayne Davison
Date: Fri Oct 5 01:19:39 2007 Author: wayned Update of /data/cvs/rsyncweb In directory dp.samba.org:/tmp/cvs-serv12903 Modified Files: index.html Log Message: Mention some of the big changes in 3.0.0. Revisions: index.html 1.77 = 1.78

CVS update: rsync

2007-10-04 Thread Wayne Davison
Date: Fri Oct 5 02:45:10 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9781 Modified Files: acls.c Log Message: Simplified a SMB_ACL_NEED_SORT conditional because some preprocessors couldn't handle an #if embedded in a macro. Revisions:

CVS update: rsyncweb

2007-10-04 Thread Wayne Davison
Date: Fri Oct 5 04:27:59 2007 Author: wayned Update of /data/cvs/rsyncweb In directory dp.samba.org:/tmp/cvs-serv14005 Modified Files: download.html Log Message: Changed Matt's link. Revisions: download.html 1.18 = 1.19