{"id":33622,"date":"2019-10-31T21:53:47","date_gmt":"2019-10-31T18:53:47","guid":{"rendered":"https:\/\/prohoster.info\/blog\/veeam-backup-replication-poleznye-sovety-po-obespecheniyu-zhiznesposobnosti-bekapov-i-replik\/"},"modified":"2019-10-31T21:53:47","modified_gmt":"2019-10-31T18:53:47","slug":"veeam-backup-replication-poleznye-sovety-po-obespecheniyu-zhiznesposobnosti-bekapov-i-replik","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/veeam-backup-replication-poleznye-sovety-po-obespecheniyu-zhiznesposobnosti-bekapov-i-replik","title":{"rendered":"Veeam Backup &amp; Replication: Useful Tips for Ensuring the Viability of Backups and Replicas","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Today, I am pleased to present you with useful insights from my colleague Evgeny Ivanov, the team lead of Veeam's technical support. This time, Zhenya has shared recommendations for working with backups and replicas. I hope these tips help you avoid common mistakes and ensure that your replicas and backups are never the 'weak link' in the recovery process, should the need arise. <\/p>\n<p>So, welcome to the details.<\/p>\n<p><img decoding=\"async\" alt=\"Veeam Backup &amp; Replication: Useful Tips for Ensuring the Viability of Backups and Replicas\" src=\"\/wp-content\/uploads\/2019\/05\/2a95bb4e73c1e3e8c53641a7d69ebdfb.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\nIn my previous <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/veeam\/blog\/428069\/\">article<\/a><\/noindex> we explored how to optimize the load on the components of the backup infrastructure and discussed common configuration mistakes. Now, we move on to another important topic \u2013 the proper preparation and execution of recovery. We will also examine this through real examples encountered by the technical support team.<\/p>\n<h1>A Backup Without Testing is Money Down the Drain<\/h1>\n<p>\nWe regularly hear from users who find themselves in similar difficult situations: they need to perform a recovery from a backup, but upon attempting to do so, they encounter an insurmountable problem. And this problem is not due to a lack of a backup, CryptoLocker activity, or anything similar. It is merely a lack of attention paid to verifying the recoverability of backups and replicas. Many often focus solely on the backup creation process, forgetting that just having a backup is not a cure-all for potential issues. It is essential to understand that recovery is an entirely different process with its own nuances that must be monitored and tested before going live. Here are some illustrative examples for you:<\/p>\n<ol>\n<li>A critical virtual machine with a size of 20 TB experienced a failure. Downtime, of course, is unacceptable, and the admin initiates the instant recovery process (VM instant recovery) \u2013 within 5 minutes the machine is up. However, we remember that this state of the machine can only be temporary \u2013 it must be migrated to the production datastore. In this case, it turned out that the infrastructure couldn't handle copying 20 TB of data in a reasonable time. In the settings for the instant recovery process, it was chosen to save changes to disk. <i>C:<\/i> Veeam Backup &amp; Replication servers (unlike vSphere snapshots) \u2013 as a result, of course, the free space on the disk quickly filled up. By the time the user contacted support, the VM had changes that couldn't be ignored. This means we have a situation where it is impossible to quickly finalize the instant recovery process of a critical machine \u2013 so how do we save the data?\n<p>To be honest, I can\u2019t remember all the details of the conclusion after so many years, but I do remember that we ultimately didn\u2019t come up with anything brilliant. The clients on their side managed to somewhat resolve this issue by expanding drive C: from the reserves, copied the most important files, and only then powered off the VM to migrate it. In general, no miracle occurred.<\/li>\n<li>In the user\u2019s infrastructure, there was a single domain controller, and all Veeam Backup &amp; Replication components were configured using DNS. Yes, indeed, you heard that right. There were at least a hundred possible scenarios, but here\u2019s how it actually went: people scheduled maintenance and decided to switch to the replica of their domain controller. They initiated the planned switch, which is generally recommended in such situations. At first, everything went smoothly, but during the second phase, the original VM was briefly powered off to transfer any remaining data. Naturally, the switch task immediately failed due to DNS no longer working.\n<p>Fortunately, we managed to handle the situation by manually enabling the replica from vSphere (this operation is generally not recommended to perform on your own, as you will see from the next example). However, as you can understand, the maintenance process was interrupted and postponed. Additionally, we had to manually enter host names into the file <i>C:WindowsSystem32driversetchosts<\/i> on the Veeam Backup &amp; Replication server to ensure correctness during the failback.<\/li>\n<li>Another client had their entire backup infrastructure built around magnetic tape drives, and only short chains of files were stored on disk. When they needed to restore several files from a large file server, it turned out that no machine could be used as a helper repository for recovery from tape, as none had enough free space. (You can read about restoring from magnetic tape directly and using a helper repository <noindex><a rel=\"nofollow\" href=\"https:\/\/helpcenter.veeam.com\/docs\/backup\/vsphere\/vm_restore_from_tape.html?ver=95u4\">here<\/a><\/noindex> (currently in English)).<\/li>\n<\/ol>\n<p>\nI believe that in all three examples, users were, so to speak, under the illusion \u2013 they assumed that if the backup was successful, there would be no problems with recovery. But as you understand, this is not always the case, and therefore recovery must be prepared for as thoroughly as backup. To start, it is worth studying <noindex><a rel=\"nofollow\" href=\"https:\/\/helpcenter.veeam.com\/evaluation\/backup\/vsphere\/ru\/data_protection_tasks.html\">the user manual<\/a><\/noindex>, which contains fairly detailed information about the various types of recovery. At the beginning of each paragraph, the requirements, preparatory actions, and possible limitations are listed. Descriptions of recovery from magnetic tapes or from hardware snapshots of storage systems can be found in the documentation sections and in our <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/veeam\/blog\/443716\/\">articles<\/a><\/noindex> on Habr. Additionally, actions for preparing application object recovery using Veeam Explorers tools are described in the 'Planning and preparation' section for each of the tools. I recommend taking a close look at them \u2013 this will help you properly prepare the system for recovery if necessary. Instructions for restoring SQL Server database are provided <noindex><a rel=\"nofollow\" href=\"https:\/\/helpcenter.veeam.com\/docs\/backup\/explorers\/veo_prerequisites.html?ver=95u4\">guides<\/a><\/noindex> Why should we not work with replicas from the vSphere console? <noindex><a rel=\"nofollow\" href=\"https:\/\/helpcenter.veeam.com\/evaluation\/backup\/vsphere\/ru\/sql_backup_and_restore.html\">here<\/a><\/noindex>.<\/p>\n<h1>Why you shouldn't work with replicas from the vSphere console?<\/h1>\n<p>\nIn theory, Veeam replicas are just ordinary virtual machines, which seemingly makes it logical to work with them using vSphere tools, particularly the vSphere client. However, we do not recommend doing this, and here's why: switching to a replica in Veeam Backup &amp; Replication is a quite complex process that requires a strictly sequential execution of steps (so you can revert to a previous step if necessary) and proper final actions \u2013 just take a look at the illustration depicting the process:<\/p>\n<p><img decoding=\"async\" alt=\"Veeam Backup &amp; Replication: Useful Tips for Ensuring the Viability of Backups and Replicas\" src=\"\/wp-content\/uploads\/2019\/05\/b1b5697aa1491a6581d0b270ec716df1.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nIf you decide to power on the replica from the vSphere client, you will likely face a series of problems down the line:<\/p>\n<ol>\n<li>The mechanism for switching to the replica from Veeam Backup &amp; Replication (shown in the diagram) will no longer work for this machine.<\/li>\n<li>The data in the Veeam Backup database will not correspond to the real state of the VM. In the worst case, you may need to edit the database to fix it.<\/li>\n<li>Data loss is also possible, as in the following example: a user manually powered on the replica in the vSphere client and decided to continue working with it. After some time, they noticed that the replica still appeared in the Veeam Backup &amp; Replication console and decided to remove it as it was no longer needed. They right-clicked on it and issued the command <i>\u201cDelete from disk\u201d<\/i>. Veeam Backup &amp; Replication immediately deleted the replica from the disk, which, by the way, was already actively being used as a regular VM and contained necessary and valuable data.<\/li>\n<\/ol>\n<p>\nOf course, there are situations where one still has to power on a replica from the vSphere client \u2013 usually, these are cases when the Veeam server is down, and the replica needs to be turned on with a delay. But if the Veeam server is functioning properly, replicas should only be managed from its console.<\/p>\n<p>Additionally, you should not delete replicas using the vSphere client. Veeam Backup &amp; Replication will remain unaware of such changes, which can lead to errors and outdated data. If you no longer need a replica, remove it using the Veeam console, not as a VM from the vSphere client. This way, you will always have an up-to-date list of replicas. <\/p>\n<h1>\u201cOh\u201d \u2013 be careful, updates!<\/h1>\n<p>\nHere we are referring, of course, to updates for hypervisors and various applications that are backed up using Veeam. Looking at them from the perspective of Veeam Backup &amp; Replication, updates can be conditionally divided into two categories: major, significant updates that bring a lot of changes, and minor updates.<\/p>\n<p>Let's first consider the first category. <\/p>\n<p>The most important updates are those intended for the hypervisor. Before installing such an update, it is essential to ensure that it is supported by Veeam Backup &amp; Replication. These updates introduce numerous changes to the libraries and API interfaces used by Veeam Backup &amp; Replication, so to officially declare support for them, it is necessary to update the Veeam Backup &amp; Replication code and conduct thorough testing. <\/p>\n<p>It's also important to keep in mind that, for example, VMware does not provide early access to the latest versions of vSphere for software vendors, so Veeam developers and testers receive the new version at the same time as the rest of the progressive world\u2014therefore, a certain amount of time usually passes between the VMware release and the official announcement of support. The quantity and variety of necessary changes are such that a simple hotfix is unlikely to accommodate them\u2014official support is typically announced alongside the release version of Veeam Backup &amp; Replication. <\/p>\n<p>As a result, there is that awkward moment when after the release of a new version of vSphere, the number of support requests sharply increases, as users rush to install the new version, and their backups, of course, immediately stop working. We, the Veeam support team, have to explain to users what exactly they did wrong, ask them to roll back (if possible), or devise convoluted solutions to get out of the impasse. <b>Therefore, before installing a major update, be sure to check its compatibility with the software you are using, I really urge you!<\/b><\/p>\n<p>All of the above applies to applications that you back up and plan to restore using Veeam. The Veeam Explorers toolset also has a list of supported versions of corresponding applications, which is updated with each release of Veeam Backup &amp; Replication. Therefore, before installing a new version of your application \u2013 whether it's Exchange, Oracle, or SharePoint \u2013 be sure to read the relevant section. <noindex><a rel=\"nofollow\" href=\"https:\/\/helpcenter.veeam.com\/docs\/backup\/explorers\/explorers_introduction.html?ver=95u4\">of Veeam Explorers documentation<\/a><\/noindex>.<\/p>\n<p>I categorize minor updates as the second category, such as new versions of VMware Tools, cumulative updates for Exchange, security updates for vSphere, etc. Typically, they do not involve significant modifications, and in most cases, Veeam Backup &amp; Replication does not face any issues with them. (That\u2019s why there are no public announcements about official support for them in the product.) However, in our experience, there have been instances where even such updates significantly altered the usual workflow, leading to errors in Veeam Backup &amp; Replication. In such situations, after confirming the issue, Veeam engineers strive to release a hotfix promptly.<\/p>\n<p><b class=\"spoiler_title\">For those who are proficient in technical English<\/b>If you want to stay updated on what engineers are working on and what system architects and support specialists encounter, I recommend subscribing to <noindex><a rel=\"nofollow\" href=\"https:\/\/forums.veeam.com\/\">our forums<\/a><\/noindex>. Every week, a newsletter titled \u2018Word from Gostev\u2019 authored by <noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/users\/therealgostev\/\" class=\"user_link\">TheRealGostev<\/a><\/noindex>. In it, Anton Gostev, head of the product management department, discusses recently discovered issues (not only on the Veeam side), plans for new versions, and news from the IT world. If you need more information, you can scour the forum topics \u2013 if any clients discover a problem with the product after an update, they\u2019ve likely already posted about it on the forum.<\/p>\n<p>As you understand, patches and updates can lead to problems not only with backups but also with the applications for which these backups are made. This is where virtual labs \u2014 Veeam DataLabs \u2014 can help. You have probably heard about the SureBackup functionality designed for backup verification. It is based precisely on the use of DataLabs, creating an isolated environment where you can test updates before deploying them in production. I highly recommend doing this \u2013 it will save you a lot of stress. And if anyone is not yet familiar with SureBackup, I suggest reading up on it. <noindex><a rel=\"nofollow\" href=\"https:\/\/helpcenter.veeam.com\/evaluation\/backup\/vsphere\/ru\/surebackup.html\">documentation<\/a><\/noindex>.<\/p>\n<p>Well, that's all for today, thank you for your attention!<\/p>\n<h1>What else to read<\/h1>\n<p>\nArticles on Habr:<\/p>\n<ul>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/veeam\/blog\/193568\/\">A Case at Pixar or Once Again About the Importance of Testing Backups<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/veeam\/blog\/170653\/\">Features of Long-Term Backup Storage<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/veeam\/blog\/176927\/\">Practical Recommendations for Backup Policy<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/veeam\/blog\/163405\/\">Recommendations for Backup and Disaster Recovery Policy<\/a><\/noindex><\/li>\n<\/ul>\n<p>\n<noindex><a rel=\"nofollow\" href=\"https:\/\/helpcenter.veeam.com\/evaluation\/backup\/vsphere\/ru\/data_protection_tasks.html\">User Guide (in English)<\/a><\/noindex><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/veeam\/blog\/451770\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0421\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u0441\u043d\u043e\u0432\u0430 \u0441 \u0443\u0434\u043e\u0432\u043e\u043b\u044c\u0441\u0442\u0432\u0438\u0435\u043c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e \u0432\u0430\u043c \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0442\u044b \u043e\u0442 \u043c\u043e\u0435\u0433\u043e \u043a\u043e\u043b\u043b\u0435\u0433\u0438 \u0415\u0432\u0433\u0435\u043d\u0438\u044f \u0418\u0432\u0430\u043d\u043e\u0432\u0430, \u0442\u0438\u043c-\u043b\u0438\u0434\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 Veeam. \u041d\u0430 \u044d\u0442\u043e\u0442 \u0440\u0430\u0437 \u0416\u0435\u043d\u044f \u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u044f\u043c\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0431\u044d\u043a\u0430\u043f\u0430\u043c\u0438 \u0438 \u0440\u0435\u043f\u043b\u0438\u043a\u0430\u043c\u0438. \u041d\u0430\u0434\u0435\u044e\u0441\u044c, \u043e\u043d\u0438 \u043f\u043e\u043c\u043e\u0433\u0443\u0442 \u0432\u0430\u043c \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u0442\u0438\u043f\u0438\u0447\u043d\u044b\u0445 \u043e\u0448\u0438\u0431\u043e\u043a, \u0438 \u0432\u0430\u0448\u0438 \u0440\u0435\u043f\u043b\u0438\u043a\u0438 \u0438 \u0431\u044d\u043a\u0430\u043f\u044b \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u00ab\u0441\u043b\u0430\u0431\u044b\u043c \u0437\u0432\u0435\u043d\u043e\u043c\u00bb \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, \u0435\u0441\u043b\u0438 \u0442\u0430\u043a\u043e\u0432\u043e\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f. \u0418\u0442\u0430\u043a, [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":25313,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-33622","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0421\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u0441\u043d\u043e\u0432\u0430 \u0441 \u0443\u0434\u043e\u0432\u043e\u043b\u044c\u0441\u0442\u0432\u0438\u0435\u043c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e \u0432\u0430\u043c \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0442\u044b \u043e\u0442 \u043c\u043e\u0435\u0433\u043e \u043a\u043e\u043b\u043b\u0435\u0433\u0438 \u0415\u0432\u0433\u0435\u043d\u0438\u044f \u0418\u0432\u0430\u043d\u043e\u0432\u0430, \u0442\u0438\u043c-\u043b\u0438\u0434\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 Veeam. \u041d\u0430 \u044d\u0442\u043e\u0442 \u0440\u0430\u0437 \u0416\u0435\u043d\u044f \u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u044f\u043c\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0431\u044d\u043a\u0430\u043f\u0430\u043c\u0438 \u0438 \u0440\u0435\u043f\u043b\u0438\u043a\u0430\u043c\u0438.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/veeam-backup-replication-poleznye-sovety-po-obespecheniyu-zhiznesposobnosti-bekapov-i-replik\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47Veeam Backup &amp; Replication: \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0442\u044b \u043f\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044e \u0436\u0438\u0437\u043d\u0435\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0431\u044d\u043a\u0430\u043f\u043e\u0432 \u0438 \u0440\u0435\u043f\u043b\u0438\u043a | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0421\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u0441\u043d\u043e\u0432\u0430 \u0441 \u0443\u0434\u043e\u0432\u043e\u043b\u044c\u0441\u0442\u0432\u0438\u0435\u043c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e \u0432\u0430\u043c \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0442\u044b \u043e\u0442 \u043c\u043e\u0435\u0433\u043e \u043a\u043e\u043b\u043b\u0435\u0433\u0438 \u0415\u0432\u0433\u0435\u043d\u0438\u044f \u0418\u0432\u0430\u043d\u043e\u0432\u0430, \u0442\u0438\u043c-\u043b\u0438\u0434\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 Veeam. \u041d\u0430 \u044d\u0442\u043e\u0442 \u0440\u0430\u0437 \u0416\u0435\u043d\u044f \u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u044f\u043c\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0431\u044d\u043a\u0430\u043f\u0430\u043c\u0438 \u0438 \u0440\u0435\u043f\u043b\u0438\u043a\u0430\u043c\u0438.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/veeam-backup-replication-poleznye-sovety-po-obespecheniyu-zhiznesposobnosti-bekapov-i-replik\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T18:53:47+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:53:47+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Veeam Backup &amp; Replication: Useful Tips for Ensuring the Viability of Backups and Replicas | ProHoster","description":"Today, I am once again pleased to present useful tips from my colleague Evgeny Ivanov, team lead of the Veeam technical support team. This time, Zhenya shared recommendations for working with backups and replicas.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/veeam-backup-replication-poleznye-sovety-po-obespecheniyu-zhiznesposobnosti-bekapov-i-replik","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47Veeam Backup &amp; Replication: \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0442\u044b \u043f\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044e \u0436\u0438\u0437\u043d\u0435\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0431\u044d\u043a\u0430\u043f\u043e\u0432 \u0438 \u0440\u0435\u043f\u043b\u0438\u043a | ProHoster","og:description":"\u0421\u0435\u0433\u043e\u0434\u043d\u044f \u044f \u0441\u043d\u043e\u0432\u0430 \u0441 \u0443\u0434\u043e\u0432\u043e\u043b\u044c\u0441\u0442\u0432\u0438\u0435\u043c \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e \u0432\u0430\u043c \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u0441\u043e\u0432\u0435\u0442\u044b \u043e\u0442 \u043c\u043e\u0435\u0433\u043e \u043a\u043e\u043b\u043b\u0435\u0433\u0438 \u0415\u0432\u0433\u0435\u043d\u0438\u044f \u0418\u0432\u0430\u043d\u043e\u0432\u0430, \u0442\u0438\u043c-\u043b\u0438\u0434\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 Veeam. \u041d\u0430 \u044d\u0442\u043e\u0442 \u0440\u0430\u0437 \u0416\u0435\u043d\u044f \u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u044f\u043c\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0431\u044d\u043a\u0430\u043f\u0430\u043c\u0438 \u0438 \u0440\u0435\u043f\u043b\u0438\u043a\u0430\u043c\u0438.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/veeam-backup-replication-poleznye-sovety-po-obespecheniyu-zhiznesposobnosti-bekapov-i-replik","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T18:53:47+00:00","article:modified_time":"2019-10-31T18:53:47+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"33622","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-21 16:02:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 10:32:49","updated":"2026-01-21 16:02:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/33622","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=33622"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/33622\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/25313"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=33622"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=33622"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=33622"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}