search for: tech_report

Displaying 20 results from an estimated 24 matches for "tech_report".

2002 Jun 18
0
Solaris packaging of rsync - script comes here
..._ROOT/man/man1 mkdir -p $FAKE_ROOT/man/man5 cp ../../../rsync $FAKE_ROOT/bin/rsync cp ../../../rsync.1 $FAKE_ROOT/man/man1/rsync.1 cp ../../../rsyncd.conf.5 $FAKE_ROOT/man/man5/rsyncd.conf.5 cp ../../../README $FAKE_ROOT/doc/rsync/README cp ../../../COPYING $FAKE_ROOT/doc/rsync/COPYING cp ../../../tech_report.pdf $FAKE_ROOT/doc/rsync/tech_report.pdf cp ../../../COPYING $FAKE_ROOT/COPYING ## Build info file echo "Building pkginfo file..." cat > $FAKE_ROOT/pkginfo << EOF_INFO PKG=$PKGNAME NAME=$NAME DESC="Program for efficient remote updates of files." VENDOR="Samba Tea...
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
...%clean rm -rf $RPM_BUILD_ROOT %files %attr(-,root,root) /usr/bin/rsync -%attr(-,root,root) /usr/share/man/man1/rsync.1 -%attr(-,root,root) /usr/share/man/man5/rsyncd.conf.5 +%attr(-,root,root) %{_mandir}/man1/rsync.1* +%attr(-,root,root) %{_mandir}/man5/rsyncd.conf.5* %attr(-,root,root) %doc tech_report.tex %attr(-,root,root) %doc README %attr(-,root,root) %doc COPYING +%attr(-,root,root) %doc doc/README-SGML doc/rsync.sgml -- Dr. Horst H. von Brand User #22616 counter.li.org Departamento de Informatica Fono: +56 32 654431 Universidad Tecnica Federico Santa...
2008 Dec 17
1
Results table and heap statistics
Hi all! I want to make a similar table as on the tech report at http://rsync.samba.org/tech_report/node6.html But with which command rsync shows me these stats? With --stats I get the heap statistics. I didn't find anything about the abbreviations. Could someone tell me please what e.g. ordblks, hblkhd, etc. mean? (I know that blk=block) :) Thanks very much. David _______________________...
2002 Apr 17
6
Non-determinism
...ring open source applications to Microsoft products, that the people that wrote unix way back when at AT&T Bell Labs REALLY knew what they were doing. I also have the same attitude toward the developer and maintainer of rsync.) But the "Technical Report" at http://rsync.samba.org/tech_report/tech_report.html states that: "If the two strong checksums match, we assume that we have found a block of A which matches a block of B. In fact the blocks could be different, but the probability of this is microscopic, and in practice this is a reasonable assumption." Is that good en...
2002 Mar 14
1
rsync 2.5.4 released
A new version of rsync has been released: rsync 2.5.4 (13 March 2002) "Imitation lizard skin" BUG FIXES: * Additional fix for zlib double-free bug. (Martin Pool, Andrew Tridgell) (CVE CAN-2002-0059) ENHANCEMENTS: * Merge in changes from zlib 1.1.3 to zlib 1.1.4. (Jos Backus) (Note that rsync still uses a custom version of zlib; you can not just
2002 Mar 14
1
rsync 2.5.4 released
A new version of rsync has been released: rsync 2.5.4 (13 March 2002) "Imitation lizard skin" BUG FIXES: * Additional fix for zlib double-free bug. (Martin Pool, Andrew Tridgell) (CVE CAN-2002-0059) ENHANCEMENTS: * Merge in changes from zlib 1.1.3 to zlib 1.1.4. (Jos Backus) (Note that rsync still uses a custom version of zlib; you can not just
2003 May 12
4
xdelta files for security patches
Has xdelta (in ports under misc/xdelta) ever been considered as a means of delivering binary patches for security updates? It seems to be a pretty neat. -- Regards, Michael Nottebrock -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: signature Url :
2001 Nov 30
1
rsync 2.5.0 released
I am happy to announce a new stable release of rsync-2.5.0. This supersedes 2.4.6 and 2.4.7pre4. In particular, this release is supposed to fix the hang bug experienced by many people when using the -v option. rsync 2.5.0 also adds support for IPv6, and works on more platforms. Other enhancements are listed in the NEWS file below. Please report success or failure in building or using
2001 Nov 30
1
rsync 2.5.0 released
I am happy to announce a new stable release of rsync-2.5.0. This supersedes 2.4.6 and 2.4.7pre4. In particular, this release is supposed to fix the hang bug experienced by many people when using the -v option. rsync 2.5.0 also adds support for IPv6, and works on more platforms. Other enhancements are listed in the NEWS file below. Please report success or failure in building or using
2003 Jul 20
2
Rolling Checksum Algorithms
Hi, Where can I get good pointers on the rolling checksum algorithm used in rsync? I need an 8-bit or 12-bit rolling checksum too. Any place where "rolling" checksum algorithms are discussed? Seun Osewa ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
2003 Dec 11
1
patch for rpm spec problem
...@@ -77,8 +77,8 @@ %files %attr(-,root,root) /usr/bin/rsync -%attr(-,root,root) /usr/share/man/man1/rsync.1 -%attr(-,root,root) /usr/share/man/man5/rsyncd.conf.5 +%attr(-,root,root) /usr/share/man/man1/rsync.1.gz +%attr(-,root,root) /usr/share/man/man5/rsyncd.conf.5.gz %attr(-,root,root) %doc tech_report.tex %attr(-,root,root) %doc README %attr(-,root,root) %doc COPYING ===================================================================== I am not a list subscriber, so please address any replies to the address below. Thanks for the terrific software! Regards, Bill Immerman bill@immerman-inc....
2005 Nov 06
1
How rsync performs synchronization
Hi-- Can someone tell me how rsync performs it?s synchronization feature? What basic procedure does it use to check if files are different? Thanks :) All My Best, Jeffrey -------------- next part -------------- HTML attachment scrubbed and removed
2005 Nov 24
2
Help me with this Questiions
I would like to understand the capabilities of GNU rsync software / utility. This is used for syncing file systems / file level data across two systems. I specifically would like to know its capabilities in syncing files ? 1) How does it replicate data changes to files ? entire file or only the incremental blocks? 2) Does it have any block level replication capabilities? 3) Can it
2008 Dec 16
2
Transfer mode
Hello Friends, Could any one please tell me what is transfer mode and what are the transfer modes available in rsync? Thanks, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
2009 Jun 11
1
Key for high CPU usage
Dear List, I'm trying to take a closer look at rsync code, and found when we run daemon, it will take a lot of CPU (400Mhz). So I'm interested in Which part of rsync code on ver 3.0.5 consuming CPU a lot? Can anyone here help to lighten me up? So I can try to improve the performance or low the CPU usage. I suspect that there are a few factors, which might related with CPU usage:
2003 Aug 04
2
always copy the whole file?
Here's how it works in my 2 computers. First, on auk2 # rsync -a auk1::pub/linux.iso . It takes about 4 minutes. Everything is fine. However, after doing this on auk1, # echo "hello" >> /pub/linux.iso Then, on auk2 # rsync -a auk1::pub/linux.iso . The execution time of the first command is still 4 minutes. I think it's supposed to be much shorter than the first case?
2008 Mar 14
2
Incremental file updates over a network, NFS?
Hi list, can anyone point me at some consise info on when rsync is capable of performing incremental updates of binary files? I need to rsync over a network, and currently I have this over an NFS share but I suppose that even if binary updates are possible there not going to do much good as reading the remote file over NFS to check what needs to be updated will use the same bandwidth as copying
2010 Dec 08
1
[LLVMdev] Reviewer for our Path Profiling Implementation
Thank you for your suggestions on the patch. If the patch is committed, I would be willing to maintain it, though I am not sure what is all involved or how I am made aware of changes that need to be made. The technical report https://www.cs.ualberta.ca/system/files/tech_report/2010/PreussPathProfLLVM.pdf contains my benchmarks relating to profiling overhead in LLVM. Over the next week I will work through the patch and make the appropriate adjustments. I have some responses to your comments below as well. Things that I haven't commented on make sense and I will chang...
2002 Jan 05
7
rsync for NCR MP-RAS
On 4 Jan 2002, Mike Li <Mike.Li@schenker.ca> wrote: > Hi Martin, > > Is there a binary for rsync for NCR MP-RAS ver 3.0 running on Intel PIII > Hardware? I've never heard of that. What is it? > I can't seem to be able to compile the source codes either even though I have C > compiler > Here is what I get when I run configure > Thank you in advance >
2008 Oct 29
3
Is rsync copying over the entire file? Sent bytes matches actual file size.
Hi, I am testing rsync and it looks as though it is copying over the entire file which doesn't sound right. System: Windows 2003 Rsync.exe cygpopt-0.dll cygwin1.dll I have just tested rsync with a 571Mb zip file containing our Backup Exec installation source. The command I am running is: rsync -avp --delete --progress --stats /cygdrive/c/rsync_test/ "/cygdrive/Y/" >