Recent content by jason-proxmox

  1. J

    sync failed with some errors authentication failed - invalidt ticket - expired

    Hi all Can I ask somebody for help with how to authenticate using curl to access the proxmox backup server API. At the moment I am using the below in a bash script START_TASK_DATA=`curl -v -s -k --cookie "PVEAuthCookie=$TICKET" -X GET $HOST/api2/json/access/roles` echo $START_TASK_DATA but...