Re: moderation?

2007-09-09 Thread John Van Essen
On Wed, 5 Sep 2007, Matt McCutchen [EMAIL PROTECTED] wrote: On 9/5/07, Martin Schr�der [EMAIL PROTECTED] wrote: That didn't stop the asian spam... :-( I guess the sender of that spam subscribed to the list first? Requiring a captcha for subscription may stop it from happening again. I'm a

What is the different between these rsync command

2007-09-09 Thread Yue Davis
I use the following command initially for a Rsync between Windows and Linux rsync -rvu -e ssh /cygdrive/c//folder [EMAIL PROTECTED]:/home/public I was asked for [EMAIL PROTECTED]'s password. I type the password and the process continue and success. Then I change the command to (without -e ssh)

Re: What is the different between these rsync command

2007-09-09 Thread Matt McCutchen
On 9/7/07, Yue Davis [EMAIL PROTECTED] wrote: I would like to know why attempt one and two's result looks identical? For attempt two without the -e ssh how secure is rsync transferring the data? Is it ssh or just plain binary or ASCII transfer? The first two commands do exactly the same thing

Batch mode scenario (use case)

2007-09-09 Thread Suresh Govindachar
Hello, I came up with this scenario of the use of batch mode while thinking of back-up schemes to use for myself. However, it could be that the last step needed in this scenario is not supported by rsync! Here's the scenario: At one time, /c/home/wer/work and /e/gold had identical

Re: Batch mode scenario (use case)

2007-09-09 Thread Matt McCutchen
On 9/9/07, Suresh Govindachar [EMAIL PROTECTED] wrote: Question: How can Wer use the batch file /e/cmds/foo to recover c_a in a timely manner (recall /e/gold is 200 Gigs and Wer cannot wait to rebuild the entire /f/new_home/wer/work; and he needs c_a

Re: Rsync the changing File 'Date Modified'

2007-09-09 Thread Matt McCutchen
Thanks. Please re-run rsync at -vvv verbosity level to make the receiver print the modification times it intends to set. Then send the verbose output and the actual modification times on the source and destination for the affected files. That should help us figure out what is going on. Matt

Re: Batch mode scenario (use case)

2007-09-09 Thread Suresh Govindachar
Responding to the question of how to use the batch file /e/cmds/foo created via the command: rsync -a --only-write-batch=/e/cmds/foo /c/home/wer/work/ /e/gold to selectively restore a subdirectory of work/ such as some/path/projects/c_a into a new location such as

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:52:59 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1146 Modified Files: compat.c Log Message: Used a couple #if SUBPROTOCOL_VERSION != 0 conditionals. Revisions: compat.c1.60 = 1.61

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:53:02 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1177 Modified Files: authenticate.c Log Message: Call the renamed read_line_old() function (was read_line()). Revisions: authenticate.c 1.46 = 1.47

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:53:05 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1215 Modified Files: clientserver.c Log Message: - Made start_socket_client() and start_inband_exchange() take a variable number of remote args. - We now exchange a

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:53:08 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1231 Modified Files: flist.c Log Message: Call the renamed read_line() function (was read_filesfrom_line()). Revisions: flist.c 1.441 = 1.442

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:53:12 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1249 Modified Files: io.c Log Message: - Renamed read_line() to be read_line_old(). - Renamed read_filesfrom_line() to read_line() and added args to allow the caller to

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:53:15 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1265 Modified Files: main.c Log Message: - If the user specifies a source arg with a hostspec in it in a local- source transer, complain and exit. This can help to find

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:53:18 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1305 Modified Files: options.c Log Message: Added the --protect-args (-s) option, and made parse_arguments() clear out an old popt context before starting a new one.

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:53:22 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1363 Modified Files: util.c Log Message: - Made glob_expand_one() public. - Tweaking the calling syntax for glob_expand(). Revisions: util.c 1.226 = 1.227

CVS update: rsync

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 07:58:19 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2781 Modified Files: options.c Log Message: Added --no-protect-args and --no-s. Revisions: options.c 1.403 = 1.404

CVS update: rsync/patches

2007-09-09 Thread Wayne Davison
Date: Sun Sep 9 08:08:16 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv7935 Modified Files: openssl-support.diff slp.diff preallocate.diff atimes.diff copy-devices.diff flags.diff fsync.diff ignore-case.diff