I'm working on a Java application created from multiple Eclipse plugins. The application uses a local workspace. When the user clicks on a specific button I want to clone the application workspace on a remote server programmatically.
Is there any way to do it?