Working with Backups¶
In this article
A backup (or a copy of the data and settings) of your virtual machine is a complete snapshot at a specific point in time. Backups are necessary for:
- Data protection against system or hardware failures;
- System recovery after virus attacks or critical errors;
- Data migration to other servers or systems.
Backup management is done on the server card in the personal cabinet Invapi under the tab Services:
Setting Backup Schedule¶
- In the "Backups" section, click the Settings button;
- In the opened window "Automatic Backups Settings":
- Select days of the week for creating backups (greyed out: Mon, Tue, Wed, Thu, Fri, Sat, Sun);
- Set the time to create the backup using the hour and minute fields;
- Choose AM (before noon) or PM (afternoon) to specify the time.
- After setting up the schedule, click the Save button;
- Use the Cancel button to revert any changes.
Managing Existing Backups¶
Creating a Backup¶
Create- manually create a backup.- The creation process will be displayed in the event log on the right upper corner of the panel ( icon):
Downloading a Backup¶
- Click the
Downloadbutton, selecting the desired backup; -
A download link will be created and, depending on your browser settings, you will be prompted to save the backup or an automatic download will start. Below, a username and password will be displayed. This information provides access to the S3 storage (bucket), which can be connected to using tools such as S3 Browser or other S3 clients:
-
File Format: the backup is in the form of a
.tar.gz
archive: -
File Size: depends on the amount of data on the virtual machine and can range from several hundred MB to several GB;
- Download Time: depends on the file size and internet connection speed;
- File Name: contains the machine identifier and creation date.
What is included in the downloaded backup:
- Complete disk image of the virtual machine;
- All installed programs and their settings;
- Custom data and files;
- System configuration.
Removing a Backup¶
- The
Deletebutton allows you to delete an unnecessary backup copy.
Restoring from a Backup¶
- In the Backups section, find the required recovery point in the dropdown list;
- Select the desired backup (for example,
kp7n7occ_03-09-25_10:18:53, 0 GB
); -
It is essential to stop the server before restoring from the "Information" → "Power Management" →
Turn Off Powersection: -
After stopping the server, press the
Restorebutton: -
The restoration process will be displayed in the event log on the right upper corner of the panel ( icon):
Attention
Once a backup is deleted, it cannot be restored. A deleted backup is irreversibly lost. Ensure that this backup truly will not be needed in the future before deleting it.
Additional Information¶
- Created backups are displayed in a list with the date and time of creation;
- Each backup has a unique identifier and a link for direct access;
- It is recommended to keep multiple backups of different ages for maximum data protection.
Information
Recommendation: Use a combination of two technologies - snapshots for quick rollback during daily work, and backups for reliable long-term data protection. Regularly download important backups to store in a secure location.