Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rroemhild/t64backup
Simple Tru64 Unix Backup Shell Script using vdump and mt to write backup to tape
https://github.com/rroemhild/t64backup
Last synced: 2 days ago
JSON representation
Simple Tru64 Unix Backup Shell Script using vdump and mt to write backup to tape
- Host: GitHub
- URL: https://github.com/rroemhild/t64backup
- Owner: rroemhild
- Created: 2009-09-22T09:15:46.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-22T16:01:50.000Z (over 15 years ago)
- Last Synced: 2024-12-17T06:53:49.912Z (6 days ago)
- Language: Shell
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
T64Backup.sh
============This script is a simple Shell based backup script for Tru64 Unix 5.1 systems.
I wrote it in the pasts to backup to a local tapedrive. It's not perfect and
maybe will never work for you ;)Features
--------* Shell script uses Tru64 Unix vdump and mt commands
* A simple tape lable for identification
* Send status emailsHelp
----Usage: $0 [options]
Options:
-c Check tape for label and hostname and quit
-p Only print the label from tape to stdout
-w Only write label to tape
-x Print the tape device status-d "/etc" Directories to backup (whitespace separated)
-f "/etc/motd" Files to backup (whitespace separated)
-m "/ /usr" Mountpoints to backup (whitespace separated)-e "dbbackup" Programm to execute bevor backup
-D "day" Set tape day
-H "hostname" Set tape hostname
-t "device" Set tape device (/dev/ntape/tape0_d0)-M Prevent sending e-mail report (Default: send)
-R Prevent rewind tape (Default: rewind)
-S Prevent write to syslog (Default: write)
-U Prevent unload tape (Default: unload)
-I Prevent tape check of day and hostname (Default: check)-h Print this help text
-r Print short intro howto restore backup
-v Verbose output
-V Print Version info