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…
Cloud Security Engineer | AWS Security Specialty | DevSecOps
Cloud Security Engineer | AWS Security Specialty | DevSecOps
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…