hey, guys, I 've actually played with SME for while now, and I wanna to a create mirror server to my old one, performing like a backup but hourly.
but everytime I got my script running, it always ask me to input the password. and My script is like:
MASTER="192.168.1.10"
DIR="/"
LDIR="/"
SSH="/usr/bin/ssh"
export RSYNC_PASSWORD=XXXXX
rsync -avrR --links --rsh=$SSH $MASTER:$DIR $LDIR
and also, some part of the files could be backup, anyone can help?