Quantcast
Channel: Enterprise Architecture – Technology Articles Blog
Viewing all articles
Browse latest Browse all 43

Sample Linux server (web centric) back up script in PERL

$
0
0
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 [...]


Viewing all articles
Browse latest Browse all 43

Trending Articles