Hello [I am not on this mailing list, please use CC:, Thanks] On the debian mailing list, we have a discussion about rsync. See http://lists.debian.org/debian-devel/2002/debian-devel-200204/msg00700.html and replys. Maybe this mail http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg00757.html is also interestingly. Have rsync a Option to switch the calculation of the block checksums to the server and move the real work to the client? I have shown in the source code and found a unused(?) Option '--sender'. Can you explain this option? Thanks Gruss Grisu -- Michael Bramer - a Debian Linux Developer http://www.debsupport.de PGP: finger grisu@db.debian.org -- Linux Sysadmin -- Use Debian Linux Endweder konsequent oder inkonsequent, aber 'ned immer hin und her. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20020412/dab22681/attachment.bin
So how would this work? The server sends all the files to the client, the client figures out whether it needs the file, and if so, the server sends it again? Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me.... Tim?" michael@home.debsupport.de Sent by: rsync-admin@lists.samba.org 04/12/2002 01:28 AM To: rsync@samba.org cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: switch server/client mode... Classification: Hello [I am not on this mailing list, please use CC:, Thanks] On the debian mailing list, we have a discussion about rsync. See http://lists.debian.org/debian-devel/2002/debian-devel-200204/msg00700.html and replys. Maybe this mail http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg00757.html is also interestingly. Have rsync a Option to switch the calculation of the block checksums to the server and move the real work to the client? I have shown in the source code and found a unused(?) Option '--sender'. Can you explain this option? Thanks Gruss Grisu -- Michael Bramer - a Debian Linux Developer http://www.debsupport.de PGP: finger grisu@db.debian.org -- Linux Sysadmin -- Use Debian Linux Endweder konsequent oder inkonsequent, aber 'ned immer hin und her. -------------- next part -------------- A non-text attachment was scrubbed... Name: attbeafz.dat Type: application/octet-stream Size: 239 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20020412/7ed50a24/attbeafz.obj
On Fri, Apr 12, 2002 at 10:47:58AM -0700, tim.conway@philips.com wrote:> So how would this work? The server sends all the files to the client, the > client figures out whether it needs the file, and if so, the server sends > it again?no. We can use rsync on the client site. -> get a rsync-checksum file (use a fix block size) -> make the check on the client site and -> download the file partly per ftp/http -> make the new file with the old and downloaded parts Read this mail from goswin: http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg00757.html Gruss Grisu -- Michael Bramer - a Debian Linux Developer http://www.debsupport.de PGP: finger grisu@db.debian.org -- Linux Sysadmin -- Use Debian Linux "Ein "Newbee" der lesen kann ist klar im Vorteil;) " -- Steffen Martin <smartin@gmx.de> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20020413/5d5c952c/attachment.bin
On Wed, Apr 10, 2002 at 03:56:14PM +0200, Michael Bramer wrote:> Hello > > [I am not on this mailing list, please use CC:, Thanks] > > > On the debian mailing list, we have a discussion about rsync. > See > http://lists.debian.org/debian-devel/2002/debian-devel-200204/msg00700.html > and replys. Maybe this mail > http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg00757.html > is also interestingly. > > Have rsync a Option to switch the calculation of the block checksums to > the server and move the real work to the client? > > I have shown in the source code and found a unused(?) Option '--sender'. > Can you explain this option?I read the followup discussion to your question quite late, so that's why I didn't reply sooner, but I don't believe anybody ever answered your question about "--sender". That is not an unused option, it is just an undocumented internal option. It is passed from client to server to tell the server that it is to send files to the client. - Dave Dykstra