RE: Mapped Drive

2007-09-30 Thread devzero
for now there is no caching - anyway - how should checksums be cached? if mtime/size is no reliable method for detecting file changes and checksum is the only method - to detect if you need to update the cache you need to ... checksum and thus a checksum cache is quite nonsense, imho. I

Re: Mapped Drive

2007-09-30 Thread Matt McCutchen
On 9/30/07, Stephen Zemlicka [EMAIL PROTECTED] wrote: The problem is some files don't change in size. So I was hoping that the checksums could be cached. Perhaps I'm mistaken but I thought the checksum determined what actual blocks were transferred. I suppose it could be cached at either

RE: Mapped Drive

2007-09-30 Thread Stephen Zemlicka
OK, let's say this is the first sync and every file is being transferred. The checksum for each of the files is cached on the local drive. Then, the next time you sync, it checks the checksum from the cache against the file to be copied. If it matches, it skips it. If it doesn't match, it just

DO NOT REPLY [Bug 3554] Second copy of same rsync daemon should notice pid file and quit

2007-09-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3554 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

DO NOT REPLY [Bug 4998] [PATCH] rsync returns from fork before a valid pidfile is created

2007-09-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4998 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

why not a gui for rsync

2007-09-30 Thread Daniel Platteau
I'm using rsync and I'm very glad, but, in some case, i'm not so happy. Some people are backing up the data with rsync but they have a lot of files, more than 10 and 20 Gb of data. We are using batch files and the task scheduling system of windows. It is difficult to see if the backup is

rsync vs. unison

2007-09-30 Thread Noam Birnbaum
Hey all, I'm looking into a two-way WAN mirror on two boxes running Mac OS X 10.4. It seems that both rsync (with the -u option) and unison could do this. Any suggestions on how to choose one over the other? Many thanks, noam Noam Birnbaum http://maccentricsolutions.com/ 877.luv.macs

RE: why not a gui for rsync

2007-09-30 Thread Suresh Govindachar
Daniel Platteau asked: I'm using rsync and I'm very glad, but, in some case, i'm not so happy. Some people are backing up the data with rsync but they have a lot of files, more than 10 and 20 Gb of data. We are using batch files and the task scheduling

Re: why not a gui for rsync

2007-09-30 Thread Robert
snip Is there some works in the world trying to make a good gui for rsync and to let all people using this very good method to make a backup. If somebody is interesting to create this gui, let me know --Suresh Delta Copy: http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp

Interpreting output from rsync

2007-09-30 Thread Suresh Govindachar
Hello, In regard to output, rsync has the following features: a) -v option with various levels of verbosity b) --stats c) --log-file=foo d) messages rsync prints to stdout e) messages rsync prints to stderr. Where can I find an explanation of the

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Sun Sep 30 06:57:03 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26884 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.356 = 1.357 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.356r2=1.357

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Sun Sep 30 06:57:07 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26902 Modified Files: clientserver.c Log Message: - Moved become_daemon() here from socket.c and made it static. - Call lp_load() before we call become_daemon(). - Output an

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Sun Sep 30 06:57:12 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26921 Modified Files: socket.c Log Message: Moved become_daemon() into clientserver.c. Revisions: socket.c1.132 = 1.133

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Sun Sep 30 07:14:16 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv469 Modified Files: main.c Log Message: Allow additional remote args to contain an identical hostname instead of requiring it to be empty. This allows for the easy use of

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Sun Sep 30 07:30:48 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3801 Modified Files: chmod.c options.c Log Message: Got rid of some SPACE-TAB sequencs in the indentation. Revisions: chmod.c 1.10 = 1.11

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Sun Sep 30 07:34:33 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5201 Modified Files: NEWS Log Message: Made list more complete. Revisions: NEWS1.459 = 1.460

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Sun Sep 30 07:46:28 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7976 Modified Files: rsync.yo rsync.1 Log Message: Mention the latest way to specify multiple remote args. Revisions: rsync.yo1.427 = 1.428

CVS update: rsync/patches

2007-09-30 Thread Wayne Davison
Date: Sun Sep 30 07:50:05 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv8814 Modified Files: checksum-xattr.diff slp.diff Log Message: Fixed a failing hunk. Revisions: checksum-xattr.diff 1.3 = 1.4

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Mon Oct 1 02:25:54 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv14449 Modified Files: clientserver.c Log Message: - Set config_file to a default filename if it is NULL. - Changed create_pid_file() to fail if the pidfile already exists,

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Mon Oct 1 02:25:58 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv14471 Modified Files: loadparm.c Log Message: The lp_load() function doesn't fudge the pszFname arg anymore. Revisions: loadparm.c 1.80 = 1.81

CVS update: rsync

2007-09-30 Thread Wayne Davison
Date: Mon Oct 1 02:32:54 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv16349 Modified Files: rsyncd.conf.5 rsyncd.conf.yo Log Message: Mention that we abort if the pid file exists. Revisions: rsyncd.conf.5 1.146 = 1.147