logger doesn't work the way you think it does. It's an interface to the SYSLOG system logger
the [-f fname] flag takes each line from fname and puts it in SYSLOG (may be /var/log/syslog on your machine)
if there is a message provided, the [-f fname] option appears to be ignored
So, in /var/log/syslog you probably have lines of the form
date host BACKUP: message The process is starting.