![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Backup script | dan86 | Shell Programming and Scripting | 1 | 10-29-2007 08:47 PM |
| A backup script | pascal | Shell Programming and Scripting | 2 | 09-09-2005 09:53 AM |
| DB2 Backup Script | jyoung | UNIX for Dummies Questions & Answers | 0 | 06-13-2005 01:59 PM |
| Backup Script | geek4sur | AIX | 7 | 05-24-2005 11:31 AM |
| Help with a backup script | SemperFi | UNIX for Dummies Questions & Answers | 5 | 07-22-2004 12:00 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Backup script - HELP :(
Hi All,
Can anyone tell what this script does? I have a webserver linux box. The tech has left the company and never tell us if the backup tape is running or not. I'm newbie to linux and try to investigate if we have backup running or not. I did run : "mt -f /dev/tape status" command and the result is: SCSI 2 tape drive: File number=28, block number=0, partition=0. Tape block size 0 bytes. Density code 0x40 (no translation). Soft error count since last status=0 General status bits on (81010000): EOF ONLINE IM_REP_EN I try to see what files has been backup up. But because i'm a newbie, i don't know how to find it. I did some reading and some poeple use "TAR" method. But i don't think my webserver uses "TAR" method. I found this script below on "ROOT" folder. Not really understand #!/bin/bash /sbin/dump -0ua /backup /sbin/dump -0ua /var /sbin/dump -0ua /home /sbin/dump -0ua / /sbin/dump -0ua /logs /sbin/dump -0ua /boot Please help me I'm stuck |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|