/usr/local/jetapps/usr/share/rear/verify/PPDM/default
local count=0 LogPrint "Verifying PPDM agent service" while ! systemctl status agentsvc; do ((count > 3)) && Error "PPDM agent not running, check agentsvc service" let count++ LogPrint "PPDM agent not running, trying to start (attempt $count)" systemctl start agentsvc sleep 3 done
.
Edit
..
Edit
390_check_for_running_ppdm_agent_service.sh
Edit
400_check_and_wait_for_valid_lockbox.sh
Edit
405_request_point_in_time_restore_parameters.sh
Edit
410_find_backup_sets.sh
Edit