oliverbeat
Technical User
Hi,
I am writing a script that is doing a fbackup during the nigth and before it shutdown the database then run the fbackup then I would like to check the status that the fbackup is fine but I always have warning (about socket: fbackup(1102): WARNING: unable to stat file /var/spool/sockets/pwgr/ etc... ) so my fbackup ending with warning and if I checked the $? it is different of 0
So how can I check that the fbackup was good and complete my script with some checks...
Or how can I avoid the warning errors (do I have to stop )
Just for information I have to use fbackup.
Thanks in advance for help.
Cheers
I am writing a script that is doing a fbackup during the nigth and before it shutdown the database then run the fbackup then I would like to check the status that the fbackup is fine but I always have warning (about socket: fbackup(1102): WARNING: unable to stat file /var/spool/sockets/pwgr/ etc... ) so my fbackup ending with warning and if I checked the $? it is different of 0
So how can I check that the fbackup was good and complete my script with some checks...
Or how can I avoid the warning errors (do I have to stop )
Just for information I have to use fbackup.
Thanks in advance for help.
Cheers