Hi,
How to take a backup of some folder through java code. because I have below scenario
Whenever user upload the file, I have to take backup of some folder and package it and store it in the CRX.
Kindly give your suggestion.
Thanks
Nanda
Solved! Go to Solution.
Views
Replies
Total Likes
You can use this API to programmatically work with packages:
https://docs.adobe.com/docs/en/cq/5-5/javadoc/com/day/jcr/vault/packaging/PackageManager.html
Using this API - you can assemble a package.
Views
Replies
Total Likes
Make use of workflow package.
http://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-using.html#Creating%20a%20Workflow%20Package
Views
Replies
Total Likes
You can use this API to programmatically work with packages:
https://docs.adobe.com/docs/en/cq/5-5/javadoc/com/day/jcr/vault/packaging/PackageManager.html
Using this API - you can assemble a package.
Views
Replies
Total Likes