Computing.Net > Forums > Unix > Unix (Digital) Backup procedure (Urgent)

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Unix (Digital) Backup procedure (Urgent)

Reply to Message Icon

Name: Kum
Date: March 31, 2000 at 23:29:54 Pacific
Comment:

Dear friends,
Can any one give a backup procedure (incremental) for Digital Alpha unix u.4f or suggest what command to use cpio / vdump with full options and the recovery procedure please.

Any help would be highly appreciated.
email: myolai@yahoo.com

thanks in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: Kenny
Date: April 3, 2000 at 10:22:47 Pacific
Reply:

Use tar in single user mode, you can tar every from root, except "/proc".


0

Response Number 2
Name: NGUYEN
Date: April 21, 2000 at 02:33:01 Pacific
Reply:

the recovery procedure for digital unix 4.0f:

example:restore the root_domain

disklabel -rw -t advfs rzx RZXXX
mkfdmn /dev/rzxa root_domain
mkfset root_domain root
mount -t advfs root_domain#root /mnt
cd /mnt
vrestore -xf /dev/rmt0h


0

Response Number 3
Name: NGUYEN
Date: April 21, 2000 at 03:23:41 Pacific
Reply:

you can try tar for backup :

tar cvf /dev/rmt0h FILE


0

Response Number 4
Name: NGUYEN
Date: April 21, 2000 at 03:29:14 Pacific
Reply:

try :

#vdump Of - /root | (cd /dev/rmt0H ; vrestore -xf -)


0

Response Number 5
Name: Mohan Raj
Date: November 3, 2001 at 11:55:41 Pacific
Reply:

vdump is the best utility for taking backup with consistently,faster and taking increamental backup also.

Steps to take vdump backup of a filesystem:

1) Boot in single user mode

2) vdump -uvf /dev/

Example
"vdump -0uvf /dev/rmt0h /" for taking level full backup of root filesystem.

no keys---
tar can be used for taking any particular directory only.
no keys---
cpio can be used for taking any specific list of files.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Unix (Digital) Backup procedure (Urgent)

Uninstall Digital Unix www.computing.net/answers/unix/uninstall-digital-unix/2085.html

UNIX Remote backup www.computing.net/answers/unix/unix-remote-backup/1765.html

Server Backup www.computing.net/answers/unix/server-backup/3593.html