Vertical command not found

I’m having an issue running Vertical. When I try to run it from the ESXI shell over SSH it says it cannot be found. Do I need to do something to add it to the local PATH? I think this is what is causing my cron job to fail.

[root@VMHost01:~] vertical cron 03:30 Plex01 DockerHost01 Powerchute-Shutdown-Appliance BlueIris02 --threads 18 --email --failure-subject “Backup Failure”
-sh: vertical: not found

You need to enter the full path of the Vertical Backup executable, like:

/vmfs/volumes/datastore1/verticalbackup/vertical cron ...

Gotcha. I’ll give that a try!