#!/bin/bash
sshpass -p '' rsync -avu -e ssh $1 user@remote:/path/to/folder 
