Can tasks be exported from Qlik Replicate or is a full ~\data backup required?
You can export all or individual tasks with repctl exportrepository.
To export tasks using the command line:
On the Qlik Replicatehost where you want to export the task, open the Start menu and expand Qlik Replicate, then select Qlik Replicate Command Line
You can also open the Windows command-line console and change the directory to <product_dir>\Attunity Replicate>\bin
Run the following command:
repctl connect
To export tasks:
For exporting all tasks, run: repctl exportrepository For exporting a specific task, run: repctl exportrepository task=”task:name”
Modify either command if you use a custom data directory. Example: repctl -d <custom_data_directory> exportrepository task=task_name
By default, the repository will be exported to the Qlik Replicate directory /imports. In case you want it to be somewhere else, specify the path by adding: folder_name=path at the end of the command.
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.