Hi,
All the information is in messages file.
There is one line for each savesets that networker copy.
You can see in this file:
date server saveset_name level total_saved Time number_of_files
select the lines for the month, day, server, etc that you like an sum them.
Now, you need...
You can make a copy with ufsdump to a network disk.
The secret is ufsdump | ufsrestore.
ufsdump 0f - /source_directory | (rsh remote_host -l root " cd /target_directory ; ufsrestore xf - ")
If you need recover make de same process.
Antonio
You can make this with a script.
Precommand:
ls /dir_log_files > work_file
/usr/sbin/nsr/save ..........
Postcommand:
if status=succeeded then
cat work_file | while read file_log
do
rm file_log
done
fi
Hi Robin
In the Actions field you must specified the complete path, ej:
/usr/sbin/nsr/user_script
Previously, verify the correct execution of your script and its permits
Antonio
Hi,
You can create a script with all the commands that you want.
Later, you must specified this script name in the field: Customize => Notifications => Actions.
I check the FS and it 's OK.
With the command tar I can copy the FS OK.
When try save with Networker the directory /var/opt they copy 0 files, but when save the directory /var/opt/OV they copy all the files.
I copy then file system /var that has 1 Gb but Networker only save 387 MB. In the log of command save I can see: "save: cannot stat [filename]: No such file or directory".
Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.