FujSOL
13 years agoLevel 4
NBU Command - Check backup jobs on Master server
Hello
Got a query on an issue I am facing.
I am running backup commands from a client (Linux) which will initiate a snapshot. The command is bpbackup
I am looking for a command which will check the status of the backup jobs which have been kicked off by the above command.
Do you know of any commands?
Thanks
FujSol
Add log file '-L /path/logfile' to the bpbackup command.
You can then use 'tail -f /path/logfile' in another window on the client to monitor progress.
***EDIT***
Above is to monitor progress on client. Activity Monitor or bpdbjobs to monitor on Master....