echo '<mypassword>' > /root/pw.txt
chmod 600 /root/pw.txt
rsync -avrz --delete --force --port=1873 --password-file="/root/pw.txt" --log-file=rsync.log "share@10.10.10.2::share" "/mnt/share"
echo '<mypassword>' > /root/pw.txt
chmod 600 /root/pw.txt
rsync -avrz --delete --force --port=1873 --password-file="/root/pw.txt" --log-file=rsync.log "share@10.10.10.2::share" "/mnt/share"