Re: Rsync cross-compilation problem

2005-01-20 Thread Wayne Davison
On Thu, Jan 20, 2005 at 01:54:20AM -0600, John Van Essen wrote: (Note to Wayne - isn't it dangerous to assume that off_t is 64 bits? Yeah, it probably is -- that code was always a kluge that doesn't really get used. I looked around at the rest of the rsync code, and it looks to me like the

Re: RSync with /really/ long file lists

2005-01-20 Thread Paul Slootman
On Fri 03 Dec 2004, Brandon Knitter wrote: rsync 2.5.7 linux RHES v3 We need to sync over 4 Million files, and when we run rsync we run out of memory! :( Try the latest version, there have been improvements in memory efficiency since 2.5.7. Paul Slootman -- To unsubscribe or change

Re: excluding based on filesystem?

2005-01-20 Thread Danny Sauer
Wayne wrote regarding 'Re: excluding based on filesystem?' on Wed, Jan 19 at 17:37: On Wed, Jan 19, 2005 at 04:09:32PM -0600, Danny Sauer wrote: Perhaps that should be amended to mention that this only happens when the pattern doesn't start with a '/'? No, the matching you cited does

[rsync] NetEx HyperIP

2005-01-20 Thread webster
Hello. How much would this help with rsync, over a 10,000 mi. , high bandwidth, dedicated leased line? I note that NetEx lists rsync as a 'tested' application. Does anyone here have experience with NetEx HyperIP ? Thanks. -- To unsubscribe or change options:

Potential new option: --delete-during

2005-01-20 Thread Wayne Davison
There is a new patch named delete-during.diff in the CVS patches dir. This patch adds the ability for rsync to incrementally delete files in each directory during the normal course of the transfer rather than doing a separate delete scan either before or after the transfer. The patch renames the

[Bug 1764] dry-run does not show changes in owner / group, permission, or timestamp

2005-01-20 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1764 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 1433] The --dry-run (-n) option doesn't report some directory changes

2005-01-20 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1433 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

Transforming file names contents

2005-01-20 Thread Rick Mann
Hi. I work at an online content provider. We have magazine articles in thousands of files stored on our servers. Files are added to the repository on a regular basis. I use rsync extensively (thank you to the authors) to periodically copy newly added files to my local copy of the repository

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 19:31:42 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv19867 Modified Files: rsync.yo rsync.1 Log Message: Improved a confusing sentence in the description of subcomponent include/exclude matching. Revisions: rsync.yo

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 22:42:48 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9267 Modified Files: flist.c generator.c options.c Log Message: Switched uint64 vars over to int64. Revisions: flist.c 1.241 = 1.242

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 22:43:32 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9300 Modified Files: rsync.h Log Message: - Got rid of the uint64 typedef. - Changed the dev/inode vars to use int64. Revisions: rsync.h 1.220 = 1.221

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 22:58:30 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv13814 Modified Files: util.c Log Message: In set_modtime(), the verbose message should be output even if --dry-run was specified. Revisions: util.c 1.168 = 1.169

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 22:59:54 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv13961 Modified Files: generator.c Log Message: Got rid of the erroneous --dry-run short-circuit in the directory handling. Revisions: generator.c 1.126 = 1.127

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 23:51:52 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28662 Modified Files: rsync.h Log Message: Changed DEL_NO_RECURSE to DEL_RECURSE. Revisions: rsync.h 1.221 = 1.222

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 23:51:55 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28682 Modified Files: receiver.c Log Message: Decided that delete_in_dir()'s call to delete_file() would be better using DEL_RECURSE. Revisions: receiver.c

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 23:51:57 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28702 Modified Files: rsync.c Log Message: In delete_file(): got rid of DEL_NO_RECURSE code and added DEL_RECURSE code. Improved the verbose output of a recursively deleted

CVS update: rsync

2005-01-20 Thread Wayne Davison
Date: Thu Jan 20 23:57:35 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30155 Modified Files: flist.c Log Message: Don't mention when the file-list is first allocated, just when it expands. Revisions: flist.c 1.242 = 1.243

CVS update: rsync/patches

2005-01-20 Thread Wayne Davison
Date: Fri Jan 21 00:06:02 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv32604 Modified Files: delete-during.diff Log Message: - Fixed some deletion problems where a non-empty directory was needing to be removed. - Tweaked the option