Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
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.
View solution in original post
Make use of workflow package.
http://docs.adobe.com/docs/en/cq/5-6-1/workflows/wf-using.html#Creating%20a%20Workflow%20Package
Views
Likes
Replies