Data Synchronisation scripts for rsync

Some simple shell scripts for synchronize your data using rsync.
You only have to adapt the variables at the beginning of the scripts according your needs.

rsync_home.sh

This one can be used if you have your remote system mounted onto the local file system, e.g. using NFS or SAMBA

Variables:

rsync_home_ssh.sh

This one is an example if you want to access the remote system over SSH.

Variables: Remote Host can be either preset or passed as a command line parameter.

For not have to type your passphrase for your ssh key every time, you can store it within your SSH agent.