Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Shruthik
Partner - Contributor II
Partner - Contributor II

Backing-up Multiple Replicate Tasks

Hi team,

May I know how to take a backup of all my replicate tasks in one go?

Thanks in advance

Labels (2)
3 Replies
john_wang
Support
Support

Hello @Shruthik ,

You may run command

repctl exportrepository

the generated JSON file contains all tasks definitions.

Hope it helps.

Regards,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
Dana_Baldwin
Support
Support

Hi @Shruthik 

I agree with John on exporting the server level JSON file. You can also back up the entire data directory (minus the task logs). If you use this backup to restore tasks you will need to start them from timestamp rather than resume, as the state file for each task will be from when you took the backup.

Thanks,

Dana

Shruthik
Partner - Contributor II
Partner - Contributor II
Author

Thank you for your inputs @john_wang and @Dana_Baldwin !