Category Backup

Rsync Backup script

Few days back I had a task to automate backup from one server to another using rsync and I wrote the script as below #!/bin/sh # This script does personal backups to a rsync backup server. # directory to backup…