While trying to find a solution, you must have dropped the backupserver and added it again without its physical name.
Execute:
sp_dropserver SYB_BACKUP
go
sp_addserver SYB_BACKUP, null, PJ2_BS
go
That should fix the 'server not found in interfaces file' error.
Luc.