A simple Linux shell script to backup selected directories to a tape drive.
{ 8 comments }
A FreeBSD shell script to dump Filesystem with full and incremental backups to tape device connected to server.
{ 12 comments }
A helper shell script to backup remote mysql server using UNIX / Linux rsnapshot utility.
{ 14 comments }
A UNIX / Linux shell script for creating full and incremental backups with tar and mt commands.
{ 20 comments }
A SHELL script to monitor NAS backup server and send an email when running out of backup disk space.
{ 0 comments }
Simple Shell Script to Dump all mysql databases to NAS / NFS storage under Linux / UNIX operating systems.
{ 6 comments }
You need to setup password less login using ssh keys; refer to following tutorials: + Howto Linux / UNIX setup SSH with DSA public key authentication (password less login) + SSH Public key based authentication – Howto #!/bin/bash # Remote Server Rsync backup Replication Shell Script # ————————————————————————- # Copyright (c) 2005 nixCraft project <http://cyberciti.biz/fb/> [...]
{ 2 comments }
#!/bin/bash # Shell script to copy all files recursively and upload them to # remote FTP server (copy local all directories/tree to remote ftp server) # # If you want to use this script in cron then make sure you have # file pointed by $AUTHFILE (see below) and add lines to it: # host [...]
{ 17 comments }
A working mysql backup script – explains how to backup MySQL Database Server using a cron job under UNIX or Linux like operating systems.
{ 45 comments }