As I know, alfresco backup the solr everyday against the settings in alfresco-global.properties. The backup files will stay in $ALFRESCO_HOME/alf_data/solrBackup with a folder name like snapshop.20140605020001
Now I am working on an Alfresco Incremental Backup solution, I need to simulate the Fixfox to to issue the backup command to Solr as below: curl –cert /opt/alfresco-4.2.e/alf_data/keystore/browser.p12:[alfresco_admin_password] –cert-type P12 -k –header content-type:'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)' https://localhost:8443/solr/workspace/replication?command=backup
I got the following error message: curl: (58) Unable to load client cert -8018.
Anybody please tell me what's wrong with it, and how to resove it?