Re: Rsync cross-compilation problem

2005-01-24 Thread Wayne Davison
On Mon, Jan 24, 2005 at 01:07:28AM -0600, John Van Essen wrote: shouldn't the compiler abort with a meaningful error message in the #else of the #if sequence? The idea is to still allow rsync to run with 32-bit offsets if the maximum filesize for a system fits in 32 bits. I haven't seen

Re: Transferring large amount of files w/ Rsync - Initial transfer

2005-01-24 Thread Wayne Davison
On Sun, Jan 23, 2005 at 12:44:28PM +0200, israel Gold wrote: I would like to synchronize 1TB of data between local and remote sites over WAN. For the initial synchronization, I would like to transfer the files from the local site to the remote site using tapes, and use Rsync only for the

RE: Transferring large amount of files w/ Rsync - Initial transfer

2005-01-24 Thread israel Gold
Wayne, thank you for the reply. Your answer conflicts with a previous answer to 'd c' on the same problem. How can I generate the hash data on the remote site prior to running the incremental rsync ? On Mon, Jan 03, 2005 at 04:40:03PM -0800, d c wrote: The source files have slightly changed and

rsync over ssl

2005-01-24 Thread Daniel Teklu
How do I set up rsync over ssl between two unix servers? Thanks in advance. -Daniel -- 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: Transferring large amount of files w/ Rsync - Initial transfer

2005-01-24 Thread Wayne Davison
On Mon, Jan 24, 2005 at 11:42:15AM +0200, israel Gold wrote: Your answer conflicts with a previous answer to 'd c' on the same problem. No it doesn't. I told d c that rsync computes all its hash data at runtime, which is still true. Any talk of pre-computing hash data has nothing to do with

Re: Rsync cross-compilation problem

2005-01-24 Thread Florian Fainelli
Hi all, Thanks a lot for your help, when defining LONGLON, it works like a charm. I just cached the value rsync_ac_cv_HAVE_LONGLONG=yes before running the configure script. Instead of having rsync_ac_cv_HAVE_LONGLONG=cross. Thanks for your help, good luck for your wonderful project ! Best

Search

2005-01-24 Thread Mark Busby
I am looking for Gary W. Carter, who was in OCS at Fort Benning, GA in 1969-70 to let him know of a reunion. If you you know of him, could you ask him to get in touch with me by phone (below) or e-mail? -- Mark Busby 512-847-2153 -- To unsubscribe or change options:

Re: Potential new option: --delete-during

2005-01-24 Thread Wayne Davison
On Mon, Jan 24, 2005 at 03:26:43AM -0600, John Van Essen wrote: Users who expect --delete to act before file transfers and want it that way to minimize the chance of rsync filling up the disk might be very surprised at this new behavior. True. I was also thinking about the interactions

[Bug 2208] cygwin version of rsync sometimes hangs

2005-01-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2208 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Mon Jan 24 17:19:04 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22554 Modified Files: sender.c Log Message: Moved the code that reads the extra byte for a modern inplace transfer up nearer the code that reads the index. Revisions:

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 00:52:41 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24199 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.224 = 1.225 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.224r2=1.225

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 00:52:44 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24217 Modified Files: clientserver.c Log Message: Some exclude changes for the new --filter option, including: - Added module_dirlen var. - Call set_excludes_dir() instead

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 00:52:47 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24234 Modified Files: exclude.c Log Message: Implemented the core of the merge-file and per-dir merge-file support for the --filter option. Some noteworthy changes: - Added

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 00:52:53 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24270 Modified Files: loadparm.c Log Message: Added the filter parameter. Revisions: loadparm.c 1.54 = 1.55

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 00:52:56 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24288 Modified Files: options.c Log Message: - Added parsing for --filter (-f) and -F. - Changed the include/exclude calls to work with the new XFLG_* values. Revisions:

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 00:52:59 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24306 Modified Files: rsync.h Log Message: Some changes to support the new --filter option: - Changed XFLG_WORDS_ONLY to XFLG_NO_PREFIXES. - Added XFLG_DEF_EXCLUDE and

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 00:53:03 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24340 Modified Files: rsync.yo rsync.1 Log Message: Document --filter (-f) and -F, with lots of changes to the include/exclude sections, including a little restructuring.

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 02:30:59 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv18498 Modified Files: exclude.c Log Message: Don't try to allocate zero bytes in push_local_excludes(). Revisions: exclude.c 1.89 = 1.90

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 03:08:58 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29207 Modified Files: options.c Log Message: - Changed --delete to go back to defaulting to the delete-before functionality. - Got rid of --delete-before. - Added

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 03:09:02 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29224 Modified Files: rsync.yo rsync.1 Log Message: Document the latest --delete options, including --delete-during. Revisions: rsync.yo1.215 = 1.216

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 03:09:06 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29288 Modified Files: rsyncd.conf.yo rsyncd.conf.5 Log Message: Mention that --del is a popt alias for --delete-during, so there's no need to refuse del by name -- just

CVS update: rsync/testsuite

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 03:18:29 2005 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv31478 Modified Files: exclude.test Log Message: Added testing for --filter and merge-file features. Revisions: exclude.test1.8 = 1.9

CVS update: rsync/patches

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 03:29:55 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv2282 Modified Files: delay-renames.diff Log Message: Fixed two failing hunks. Revisions: delay-renames.diff 1.4 = 1.5

CVS update: rsync

2005-01-24 Thread Wayne Davison
Date: Tue Jan 25 04:00:31 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10243 Modified Files: NEWS Log Message: Mention the latest new options. Revisions: NEWS1.235 = 1.236