1 shell script tagged "msub"
- Shell script to backup directories & files from your home directory and email them as .tar.gz file
#!/bin/bash
# mybackup - Backup selected files & directories and email them as .tar.gz file to
# your email account.
# List of BACKUP files/dirs stored in file ~/.mybackup
#
# Usage : ./mybackup
#
# Notes : Very handy tool to take backup (nowdays we have 1 gig+ email a/c)
#
# Copyright (C) 2004 nixCraft project
# Email/Contact [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

