![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix Shell Scripting | premamadhuri | Shell Programming and Scripting | 4 | 11-05-2007 03:31 AM |
| Shell Scripting (Unix) | tt1ect | Shell Programming and Scripting | 3 | 04-15-2007 10:15 AM |
| Unix shell scripting | Maruthi Kunnuru | Shell Programming and Scripting | 4 | 05-23-2006 01:19 AM |
| difference between AIX shell scripting and Unix shell scripting. | haroonec | Shell Programming and Scripting | 2 | 04-12-2006 09:12 AM |
| Unix shell scripting | la_burton | UNIX for Dummies Questions & Answers | 6 | 10-22-2004 12:41 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
show us what you've got so far. what operating system? doing backups can depend on the OS and the file system being used. solaris would probably use ufsdump, linux would probably just use dump, but you can also use tar, or cpio, or rsync. it would also depend on what you're backing up to, what your schedule is, and how much data you're backing up. less important may come into consideration such as are you backing up NFS mounts as well, or SAN or NAS shares? number two is easy: Code:
#!/bin/bash init 0 |
|
||||
|
I find it easier helping someone who has made an effort to learn something first. once they're stuck, they can be unstuck, but teaching you everything without knowing more details about what you're trying to achieve is too much for me.
maybe someone else can help with that. |
|
||||
|
Quote:
*grrrr* bakunin |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|