search for: busenkelt

Displaying 8 results from an estimated 8 matches for "busenkelt".

2002 Nov 14
0
Owner and permissions problems when syncing w2k<->w2k
...nly = false #uid = administrator list = true auth users = administrator secrets file = /cygdrive/c/rsync/passwords.txt transfer logging = true hosts allow = ndserv1 dont compress = *.rar *.zip _____________________________________________________ Gratis e-mail resten av livet p? www.yahoo.se/mail Busenkelt!
2003 Feb 12
2
Filelist caching
Hi, I've noticed every time someone does an rsync-request on my ftp-site (which also provides rsync as mirror method), rsyncd creates a filelist. This is a quite IO and CPU intensive procedure, especially for things mirrors like FreeBSD with lots of little files. I was wondering... is there a way to cache that filelist? Our mirrors are updated once, or twice a day, it could speed up
2003 Jan 09
0
Buffering time for netstreams
...iced. Will that be the case for Theora as well? Does such a feature depend on the OGG container, or the codec design? Or even depend on the server software maybe? <p><p>G L Bergman _____________________________________________________ Gratis e-mail resten av livet på www.yahoo.se/mail Busenkelt! --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sen...
2002 Dec 15
1
rsync on win32: a) slow, b) crashes
Server is Linux, client multi-boots Windows and Linux. rsync v2.5.5, Windows 2K/XP, Linux 2.2. Under Windows, it takes *forever* to receive the file list, and once transfer is in progress gets under 1MB/s, compared to 6-8MB/s when booted to Linux. Manual copy via SMB works at full speed regardless of OS. And I have to --exclude parts of the filesystem that are (aparently) too long, else it
2003 Jan 14
1
Win2k, rsync, and ssh on cygwin
Hi, The subject line pretty much says it all. Oh, that plus I'm tearing my hair out trying to get it all to play nice together. rsync version = 2.5.5 protocol version 26 OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090608f cygwin -- downloaded in the last 3 days from official mirrors. I'm trying to make one Win2k box rsync with another Win2k box. I managed to get it such that an
2002 Nov 29
2
Rsync service on Win2k?
Hi all, I'm trying to get rsync running on a Windows 2k box (my tape backup server) to remotely back up stuff from a few unix boxes. Not my favored constellation, but there's not much I can do about that. I'm hoping someone could give me a quick tip or two on getting rsync working as a Win2k service. I'm not real proficient with Win2k, so be gentle. The posts I could find
2003 Jan 13
4
Please test rsync-2.5.6pre1
The first rsync-2.5.6 pre-release version is now available at: http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre1.tar.gz ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre1.tar.gz rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre1.tar.gz There's also a corresponding '.sig' file that contains a gpg signature of the file; the public key is available on the
2002 Dec 09
2
Rsync performance increase through buffering
I've been studying the read and write buffering in rsync and it turns out most I/O is done just a couple of bytes at a time. This means there are lots of system calls, and also most network traffic comprises lots of small packets. The behavior is most extreme when sending/receiving file deltas of identical files. The main case where I/O is buffered is writes from the server (when io