cancel
Showing results for 
Search instead for 
Did you mean: 

Folders Export

foued
Champ in-the-making
Champ in-the-making

Hi All;

I am testing the webscript "/alfresco/service/api/sites/{shortname}/export" it works well I am wondering if it is possible to export only a specific folder from the site.

Thanks for your Help !

1 ACCEPTED ANSWER

cesarista
World-Class Innovator
World-Class Innovator

Hi:

You can export folders via an ACP file, with the help of this JS code.

Technical Tips & Tricks: Import and Export of Alfresco ACP Files in Share 5.x 

And also with this module:

GitHub - atolcd/alfresco-share-import-export 

Regards.

--C:

View answer in original post

7 REPLIES 7

kaynezhang
World-Class Innovator
World-Class Innovator

As far as I know webscript "/alfresco/service/api/sites/{shortname}/export" can only export the full site. and there is no other webscript can do it either.
You need to implement it by your self.

cesarista
World-Class Innovator
World-Class Innovator

Hi:

You can export folders via an ACP file, with the help of this JS code.

Technical Tips & Tricks: Import and Export of Alfresco ACP Files in Share 5.x 

And also with this module:

GitHub - atolcd/alfresco-share-import-export 

Regards.

--C:

douglascrp
World-Class Innovator
World-Class Innovator

I use the mentioned addon all the time, and it works really well.

But I'd like to recommend using my fork, that was migrated to SDK 2.2.0, and generates AMPs to be installed.

GitHub - douglascrp/alfresco-share-import-export 

cesarista
World-Class Innovator
World-Class Innovator

Thanks Douglas, I'll check it.

Regards.

--C.

foued
Champ in-the-making
Champ in-the-making

Thank volts,

The export to a shared folder works Well with the bulkexport extension.

Thank volks

Cordialement

Dr. Fouet Ben Ameur

Hi Douglas,

Is it possible to download the AMP from somewhere ?

Thnaks