How to create an incremental backup using CLI?
PreviousHow to access MySQL database credentials?NextHow to set up web-based SQL server on OpenStack instance using SQL image?
Last updated
Last updated
To create an incremental backup using CLI, please follow the below steps:
Step 1: Please refer to this tutorial till step 6 to access your OpenStack through CLI.
Step 2: Use the below-mentioned commands in OpenStack client to create a full backup of the instance.
Please refer to the below screenshot:
Step 3: Run the below command to generate an incremental backup for your instance.
Please refer to the below screenshot:
You can use these commands with cron to set up a frequent backup. We will provide you with a script for this purpose shortly, with all the required functions.