How to specify delay parameter while taking online backup using curl on AEM 6.2
Hi,
Could anyone let me know how to specify the delay parameter in the curl command while taking online backup on AEM v6.2.
The I use for AEM 5.6 is as follows :
/usr/bin/curl -u admin:${PASSWORD} --data "delay=0&force=false&target=${DEST}/AEM_${ID}_${DATE}.zip" http://${SERVER}:${PORT}/libs/granite/backup/content/admin/backups
.html
Could someone let me know the equivalent for AEM 6.2 please.
The one I have for 6.2 is :
/usr/bin/curl -u admin:${PASSWORD} -X POST http://${SERVER}:${PORT}/system/console/jmx/com.adobe.granite%3Atype%3DRepository/op/startBackup/java.lang.String?target=${DE
ST}/AEM_${ID}_${DATE}.zip