Event Notification Log
NovaBACKUP DataCenter
On each backup client, an Installdir \ Hiback \ log \ ens.log (Windows) or /Hiback/log/ens.log (Linux / UNIX) file is stored and described during the backup.
Event Notification Log
The format is "Date-Time, Backup Job Name, Process ID, Status Code".
Example on a Windows client:
Fri Jul 21 08:44:02 2017, _Test_Files_in_Fileset, 1224, # 10
Fri Jul 21 08:44:02 2017, _Test_Files_in_Fileset, 1224, # 10
Fri Jul 21 08:44:04 2017, _Test_Files_in_Fileset, 1224, # 20
Fri Jul 21 08:44:13 2017, _Test_Files_im_Fileset, 1224, # W2
Example on a Linux client:
Thu May 4 09:18:54 2017, _Test_Rear_ubuntu, 17978, # 10
Thu May 4 09:18:54 2017, _Test_Rear_ubuntu, 17978, # 20
Thu May 4 09:18:56 2017, _Test_Rear_ubuntu, 17978, # 21
# 10 means that the init phase of the job has ended on the client
# 20 means that data transfer to the backup server has begun
#W? means that the job ended with warning
#E? means that the job ended incorrectly
# 21 means the job ended successfully
The # 10 entry always appears twice under Windows.