Page Exporter API target location | Community
Skip to main content
Level 2
May 12, 2020
Solved

Page Exporter API target location

  • May 12, 2020
  • 2 replies
  • 9634 views

Hi

I need to export my entire website and for that i am using export method of page exporter API 

export(page, resourceResolver, target location). 

My pages are getting exported inside /var/contentsync folder in crxde itself. i need it in my local machine.

I deleted /var/contentsync folder and then also, i am unable to download the zip in my  local.

 

please help.

 

Thanks,

Ankita

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

you can download pages over request using export selector with zip extension.

https://helpx.adobe.com/experience-manager/6-2/sites/administering/using/page-exporter.html

 

You can create a package once the content once /var/contentsync and then download package using curl/Java/UI.

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 12, 2020

you can download pages over request using export selector with zip extension.

https://helpx.adobe.com/experience-manager/6-2/sites/administering/using/page-exporter.html

 

You can create a package once the content once /var/contentsync and then download package using curl/Java/UI.

Arun Patidar
Level 2
May 12, 2020
can you please share the complete command which i can use in this scenario.
akhoury
Adobe Employee
Adobe Employee
May 12, 2020

I wrote a small app recently that does this so I could debug a product issue with content-sync.  You can download it here:

https://documentcloud.adobe.com/link/track?uri=urn%3Aaaid%3Ascds%3AUS%3A52ae18bd-a1c4-48e6-b63f-25e31019bc6b

 

The app is under /apps/test/test.jsp

You run it by going to /apps/test.html