Re: 'Invalid cross-device link' message on sparc

2004-03-16 Thread Werner Augustin
If you want to use --link-dest, you will have to point to a place on the same filesystem containing the stuff you're linking. --link-dest=DIR create hardlinks to DIR for unchanged files Yes, I know. But what I was expecting was the behaviour I get on i386: rsync should recognise

ssh keys

2004-03-16 Thread Sjaak Nabuurs
Hi Maybe not the group to ask this but sure it's usefull for this group I like to sync al our servers with rsync -aze ssh I like to give al the servers my ssh key to the .ssh/authorezed_keys file How can I do this automatic and not to use scp -p id_dsa.pub [EMAIL PROTECTED]:/home/.ssh cat

--archive vs --backup

2004-03-16 Thread alexus
Can someone tell me what exactly is the difference between these two? According to man pages --archives is equivalent to -rlptgoD But what --backup equivalent to? Thanks -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Out of memory buffers

2004-03-16 Thread Jennifer Lu
Hi, We use rsync 2.6.0 version to synchronize data for a while till recently we got an error in one directory : ERROR: out of memory in init_hard_links rsync error: error allocating core memory buffers (code 22) at util.c(115) rsync: connection unexpectedly closed (8 bytes read so far) rsync

Re: MD4 checksum_seed

2004-03-16 Thread Eran Tromer
Donovan Baarda wrote: On Tue, 2004-03-16 at 10:44, Eran Tromer wrote: with an 8-byte hash that means you tested approximately 2^64/2 crafted fletcher busting blocks to find a collision, yeah? [snip] I thought that without using some sort of known vulnerability the formula would be; avg

montage juridique

2004-03-16 Thread info
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: MD4 checksum_seed

2004-03-16 Thread Donovan Baarda
G'day, From: Eran Tromer [EMAIL PROTECTED] Donovan Baarda wrote: [...] I thought that without using some sort of known vulnerability the formula would be; avg number of random attempts = number of possible sum values / 2 Uhm, no -- just 2^(64/2)=2^32 random blocks, by the Birthday

Rsync 2.6.0 compile problem

2004-03-16 Thread Rick Frerichs
I am trying to compile rsync-2.6.0 on BSD/OS 5.0 patched to current level. gcc version 2.95.3 I ran configure: ./configure --with-rsh=rsh This is the only error message given by configure: checking sys/sysctl.h usability... no checking sys/sysctl.h presence... yes configure: WARNING:

rights or read only

2004-03-16 Thread Matt Vorwald
NetWare 6 sp4 server to windows 2000 server using cwrsync 1.2.1 when the cwrsync service writes the files to the server it uses it's own username and permissions. Does anyone have any suggestions as to how I can get this to write the files so common users and delete and change stuff? would the

SV: rights or read only

2004-03-16 Thread Tevfik Karagulle
Hi, By default, only local administrators group and service account (an ordinary user) have full permissions to upload directories. In addition, member of local users group have read access. If you want more, you can simply change permissions to whatever you want (properties-Security). Make sure

Overwrite prompt (noclobber) in rsync

2004-03-16 Thread gf gf
Thanks to all the developers for coding such a great tool! Are there any plans to add a feature (like noclobber in bash) where rsync would prompt interactively before overwriting a file? __ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam