Backup and Restore

Backup

After creating a backup directory, the directory on your server has been assigned an automatic backup policy. However, you can still perform manual backups at any desired time.

Step 1: In the list of backup directories for the machine, select the “...” icon next to the backup directory you want to back up manually:

Step 2: Select Backup manual:

Step 3: Enter the name of the backup and the OTP code, then select Confirm to proceed with the backup:

After a successful backup, you can check your backup in the “Recovery Point” tab:

Restore

Suppose you lose all files in the local folder on the server, and you have a backup made earlier; the simple action you need to take is to restore that backup.

[root@bizfly-cloud ~]# ls -l /root/code
total 0

Step 1: In the list of backup directories for the machine, select the “...” icon next to the backup directory you want to restore:

Step 2: Select Restore:

Step 3: In the Restore Folder window, select the backup you want to restore, then select Confirm:

Step 4: Enter the OTP code and select Confirm to proceed with the restore:

Step 5: After the restore process is complete, check your server, and you will see the restored backup files:

[root@bizfly-cloud ~]# ls -l /root/code
total 0
drwxr-xr-x 2 root root 6 09:29  2 Th12 docs
drwxr-xr-x 2 root root 6 09:29  2 Th12 images
-rw-r--r-- 1 root root 0 09:28  2 Th12 index.html
-rw-r--r-- 1 root root 0 09:28  2 Th12 index.js
-rw-r--r-- 1 root root 0 09:28  2 Th12 styles.css