Hello,
I have written a nice rsync-tool that synchronises 2 normal server in
both ways. Means a server could be in active mode (send his datas) or in
passive mode (receive the datas). The modes can be changed and so on...
That's means, a connection could be established from both systems to
each ot
Hello, I'am using rsync with following options to sync a package repository
from the SUN server svsan131 to svsan133 (also SUN Server):
RSYNC -e "ssh -l $SYNC_USER -i $SSH_TOKEN"
--rsync-path=/opt/bin/rsync_dir_link -aRHvz --delete $dir $REMOTE_SRV:/
Everything works well, but when I check afte