Microsoft
Software
Hardware
Network
Question : Problem: Backup for multiple filesystem into tape
We have AIX 5.3 and we are taking backup for some of the flesystems to tape (LTO2)
The below command which we are using for taking the backup
find /var -print | backup -i -v -q -f /dev/rmt0
find /etc print | backup -i -v -q -f /dev/rmt0
But from this above command the tape is getting overwritting from one filesystem to another filesystem for example from this above command the /var filesystem is going to overwrite with /etc filesystem , when we are listing the tape only it will display /etc contents..
But i want to append multilple filesystems..and i want to view both the filesystems ..( for restore).
Answer : Problem: Backup for multiple filesystem into tape
I don't know AIX, but Solaris and Linux use a "no-rewind" device to achieve this.
So try /dev/nrmt0 instead of /dev/rmt0.
Random Solutions
Problem: how to create SSH connection
Problem: problem with Ghost image use on Dell, BIOS related
Problem: Find Smart Start for Compaq Proliant 3000 R
Problem: Dell Inspiron 1100 - Audio Driver Installation Issues
Problem: Power On Light
Problem: Dell optilplex gx280 no video (no bios) blinking system lights
Problem: How to set a static ip address on the teamed card Intel Pro/1000 dual port adapter
Problem: HP TFT 5600 KVM Console Screen Problem
Problem: One user suddenly can't print to 1 copier
Problem: A way to Access local files via scp and putty?