/usr/local/bin
#!/bin/bash while : do /usr/bin/nice -n 19 /usr/bin/rsync -auv /home/utcaadmin/data/ /data/triest/ sleep 1 done