Re: how to tell what files changed?

2006-04-05 Thread Erik Neumann
Seems that many of the files I just transferred from Windows to Mac OS X came across with ***blank creation dates***.When rsync makes copies on the target, those copies get a creation date that is equal to the modification date therefore the two files are not the same (the creation date is blan

logging problems

2006-04-05 Thread Bartick, Brett
Title: logging problems Hi! I'd also like to report a strange logging problem I have. OS: Solaris 2.8 rsync version: 2.6.7 When I run rsync in daemon mode invoked at a command prompt, it does log information in my configured log file (i.e. /var/log/rsyncd.log). But when I invoke it via

Re: rsync, ssh and DSA key

2006-04-05 Thread Bob Hutchinson
On Wednesday 05 Apr 2006 16:41, khabot wrote: > hi all > I have generated the key in the source server(10.78.0.107) > ssh-keygen -t dsa -C "[EMAIL PROTECTED]" > I have added this key to authorized_keys2 of the destination > server(10.78.0.117) > cat id_dsa.pub >> /root/.ssh/authorized_keys2 check

RSYNC Mirroring Data

2006-04-05 Thread Martin Fernandez
I have a cluster active / pasive using HA. I need to mirror data in 2 ways: node1 to node2 and node2 to node1 keeping the most recently file. Any Ideas? -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-

Re: So what to do with Unicode filenames?

2006-04-05 Thread Georgy Goshin
Seems that suggested Unison have the same problems with unicode filenames like rsync... - Original Message - From: "Stuart Halliday" <[EMAIL PROTECTED]> To: Sent: Monday, March 20, 2006 1:57 PM Subject: Re: So what to do with Unicode filenames? Ah right I see now. I suggest you s

rsync, ssh and DSA key

2006-04-05 Thread khabot
hi all I have generated the key in the source server(10.78.0.107) ssh-keygen -t dsa -C "[EMAIL PROTECTED]" I have added this key to authorized_keys2 of the destination server(10.78.0.117) cat id_dsa.pub >> /root/.ssh/authorized_keys2 but when I execute rsync -avz -e ssh [EMAIL PROTECTED]:/var/mail

Re: rsync not removing files that are out of date

2006-04-05 Thread Stuart Halliday
Ooops I wouldn't do that. Try #rsync -ahv --modify-window=3601 linux1::home/rdrive /home/ ie only look at files more than an hour only or if the file size has changed. I copy from a Windows server to a Linux backup so I use: set CYGWIN=nontsec set bw=1500 rsync -azP --exclude-from=D:\exclu