Hi Rich..still log no outputcat /home/tc/cpdr33.sh
#!/bin/sh
#sleep 45
echo -e "\n`date`\n >> /home/tc/rsync.log
ifconfig eth0:0 | grep -q "Bcast:" || echo "Network is down" >> /home/tc/rsync.log
root@192.168.3.3:/mnt/sda2/remote_source/ /mnt/sda1/local_destionation >> /home/tc/rsync.log 2>&1 &
tc@box:~$ ls /home/tc/
cpdr33.sh cplocal.sh home/ idle.sh scripts/ shutdown_if_inactive ups.sh
tc@box:~$ uptime
09:50:38 up 4 min, 2 users, load average: 0.01, 0.04, 0.03
Mannualy its fine
rsync -avh -e "ssh -p 2112" root@192.168.3.3:/mnt/sda2/remote_source/ /mnt/sda1/local_destionation >> /home/tc/rsync.log 2>&1 &
tc@box:~$ ls
cpdr33.sh home/ rsync.log shutdown_if_inactive
cplocal.sh idle.sh scripts/ ups.sh
tc@box:~$ cat rsync.log
receiving incremental file list
rsync: failed to set times on "/mnt/sda1/VID/MOO/#DELETE/.": Operation not permitted (1)
....