Expand my Community achievements bar.

SOLVED

Content sync in AEM 6.4

Avatar

Level 2

Hi, is there any tool or method through which i can sync my assets or content from one server to another server in AEM 6.4?.

Content size approx 10 GB.

Any suggestion will be highly appreciable.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @Ankit_Kumar_Vis 

 

Please refer to the following option for content sync:

https://adobe-consulting-services.github.io/acs-aem-commons/features/contentsync/index.html 

 

 

Aanchal Sikka

View solution in original post

6 Replies

Avatar

Employee Advisor

That highly depends on the usecase, but the most convenient way is using content packages [1].

[1] https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/package-manager.html

Avatar

Level 2

Hi @Jorg Hos, thanks for your reply,

In my case there are huge amount of data, which need to be sync with other AEM instance, so creating package, uploading and installing is time taken process, and some times packages does not create for large data.

I am looking for different solution like garbbit, since grabbit does not support in AEM 6.4.

Thank you !!

Avatar

Employee Advisor

You could split the content into multiple packages... But of course grabit would be better.

You could also use crx2oak to extract content from one repo and import it into another (https://helpx.adobe.com/experience-manager/6-4/sites/deploying/using/using-crx2oak.html ); although I am not 100% sure if that's fully supported, you can give it a try and experiment with it.

Jörg

Avatar

Level 10

You can use vlt or crx2oak. Both should work.

You would have to run manually those commands but if you are thinking of automation, you can consider a shell script running as cron job and using those command internally.

http://jackrabbit.apache.org/filevault/rcp.html

https://helpx.adobe.com/experience-manager/6-3/sites/deploying/using/using-crx2oak.html

Avatar

Level 1

Have you looked at Grabbit? GitHub - TWCable/grabbit: Grabbit - Fast Content Sync tool for AEM/CQ

I work with the group that created it at TWC.  It hasn't been updated in a while but still works well.  We run it daily to keep our UAT environment in sync with production.  Very helpful

Avatar

Correct answer by
Community Advisor

Hello @Ankit_Kumar_Vis 

 

Please refer to the following option for content sync:

https://adobe-consulting-services.github.io/acs-aem-commons/features/contentsync/index.html 

 

 

Aanchal Sikka