Hello Managers:
Perhaps sometimes this has happened you:
I have the following scene:
- I have backup full of the partition /data1 located in the file
/backup1/data1.full. The size of the file is 37GB
- I need to recover a directory of backup since a lost user to its
information by error.
- I can't do it by lack of space in toot partition.
- How it could make the recovery?
When I execute these commands
cd /backup1
vrestore - ivf data1.full
Passed ones minutes show me this error message:
vrestore: dir_write() error: [ 2 ] such does not case out or directory:
terminating
Analyzing, I see that the root (/) is growing as soon as I execute the
previous command and finishes arriving at 100% of its capacity used.
Also I see that /tmp does not grow. Then I ask myself, What directory or
file use vrestore command?
(I say this because perhaps it can make a connection symbolic to  other
partition).
The problem is that if I want to clean the root partition, I can't because
only there are necessary system files.
This is my table partition:
Filesystem           1024-blocks        Used   Available Capacity  Mounted
on
root_domain#root          626696       86529      516544    15%    /
/proc                          0           0           0   100%    /proc
usr_domain#usr           4649016     3215435     1204456    73%    /usr
backup_domain#backup    53341712    47055976     4892096    91%    /backup1
data_domain#data         8886272     6963709     1913512    79%    /data
dat1_domain#dat         71095408    45237406    23312688    66%    /data1
Thanks for reading my message.
Received on Tue Mar 04 2003 - 14:15:52 NZDT