Syncing to multiple servers

2007-11-27 Thread Pournaris Charalampos
Helle everyone, Let's say we have 3 servers, 2 of them have the latest (stable) version of rsyncd running (2.6.9) ==> I N T E R N E T ==> ==> LAN ==> Suppose I want to send a big file (bigfile.big) from Server1 to both Server2 and Server3. It would be a good idea to send first from Ser

Strange rsync error

2007-11-11 Thread Pournaris Charalampos
Hello, Sometimes when I am using the command: rsync -avR -e rsh "/raid/system/Images/./GHOST.BAT" 192.168.192.2:/raid/system/Images/ --delete -z --progress --exclude-from=/usr/local/excludes --bwlimit=70 I get the following error: rsync: mkdir "/raid/system/Images" failed: File exists (17) r

Force parent directories creation

2007-10-29 Thread Pournaris Charalampos
Hello, If I have a directory tree in the source machine like the following: 192.168.1.1 => /raid/system/mainfolder/folder1/subfolder/myfile.txt and the target machine directory tree looks like: 192.168.1.2 => /raid/system/mainfolder/ Is there a way to send myfile.txt to the target machine and f