Below is a sample, detailed, PERL script for backing up your web centric Linux server. It includes ways to creating tgz of required areas, pushing them to magnetic tapes, other backup servers and even on to desktops – Code: #!/usr/bin/perl use POSIX qw(strftime);
umask 0000;
#####################################################
# This Program is a custom [...]