{"id":42875,"date":"2024-06-03T06:46:13","date_gmt":"2024-06-03T06:46:13","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=42875"},"modified":"2026-02-19T04:27:20","modified_gmt":"2026-02-19T04:27:20","slug":"elastic-vps-backup","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/elastic-vps-backup","title":{"rendered":"How to Manually Secure an Elastic VPS Backup Using the AccuWeb.Cloud Dashboard?"},"content":{"rendered":"<h2 class=\"ack-h2\">How to Manually Secure an Elastic VPS Backup Using the AccuWeb.Cloud Dashboard?<\/h2>\n<p>A VPS backup is making copies of important data stored on a server. These copies, called backups, are kept in a different location from the original data to ensure they are safe if the original data is damaged, lost, or corrupted due to hardware issues, mistakes, cyberattacks, or natural disasters.<\/p>\n<p>Server backups can include different types of data, from entire server images to specific files and folders. What to back up and how often depends on the organization&#8217;s or individual&#8217;s needs and priorities.<\/p>\n<h2 class=\"ack-h2\">Secure an Elastic VPS backup with the Tar command<\/h2>\n<p>Linux systems are often managed using commands, and the tar command can back up the entire server or specific directories. Unlike Windows, Linux allows users to extract or import anything so that you can include every file in the directory in the tar file for backup.<\/p>\n<h2 class=\"ack-h2\">Benefits of using the tar command for backups<\/h2>\n<ul class=\"ack-ul\">\n<li>Preserves file permissions<\/li>\n<li>Backs up entire directories<\/li>\n<li>Offers different compression methods<\/li>\n<li>Allows incremental backup and detailed restore if compression is not enabled<\/li>\n<\/ul>\n<div class=\"article-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">How to Secure Elastic VPS Backup from AccuWeb.Cloud Dashboard?<\/h2>\n<h3 class=\"ack-h3\">File Backup<\/h3>\n<p><strong>Step 1:<\/strong> Log into AccuWeb.Cloud dashboard.<\/p>\n<p><strong>Step 2:<\/strong> Select the Elastic VPS environment and click on the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/access-the-environment-via-ssh\">Web SSH<\/a> option.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43748 size-full\" title=\"Web SSH\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1.png\" alt=\"Web SSH\" width=\"987\" height=\"359\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1.png 987w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1-300x109.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1-768x279.png 768w\" sizes=\"(max-width: 987px) 100vw, 987px\" \/><\/a><\/p>\n<p><strong>Step 3:<\/strong> In the Web SSH terminal, type the following command and press enter:<\/p>\n<pre><code class=\"language-javascript\">\r\n# tar cvpjf backup.tar.bz2 \/path\/foldername --exclude=\/proc --exclude=\/lost+found --exclude=\/mnt --exclude=\/sys<\/code><\/pre>\n<div class=\"article-space\"><\/div>\n<ul class=\"ack-ul\">\n<li><strong>tar:<\/strong> the command to create archive files<\/li>\n<li><strong>cvpjf:<\/strong> options to create an archive, preserve permissions, and use bzip2 compression<\/li>\n<li><strong>backup.tar.bz2:<\/strong> the name of the backup file<\/li>\n<li><strong>\/path\/foldername:<\/strong> the directory or file name which you want to back up<\/li>\n<li><strong>&#8211;exclude:<\/strong> excludes unnecessary directories<\/li>\n<\/ul>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Backup-command.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43750 size-full\" title=\"Backup command\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Backup-command.png\" alt=\"Backup command\" width=\"956\" height=\"216\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Backup-command.png 956w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Backup-command-300x68.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Backup-command-768x174.png 768w\" sizes=\"(max-width: 956px) 100vw, 956px\" \/><\/a><\/p>\n<p><strong>Step 4:<\/strong> After running the command, the backup will be created. You will see a confirmation screen.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Confirmation-Screen.webp\"><img decoding=\"async\" class=\"aligncenter wp-image-43760 size-full\" title=\"Confirmation Screen\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Confirmation-Screen.webp\" alt=\"Confirmation Screen\" width=\"960\" height=\"746\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Confirmation-Screen.webp 960w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Confirmation-Screen-300x233.webp 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Confirmation-Screen-768x597.webp 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/a><\/p>\n<p><strong>Step 5:<\/strong> Type the following command in the Web SSH terminal to check the generated backup file.<\/p>\n<pre><code class=\"language-javascript\"># ls -l<\/code><\/pre>\n<div class=\"article-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/ls-l-Command.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43753 size-full\" title=\"# ls -l Command\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/ls-l-Command.png\" alt=\"# ls -l Command\" width=\"958\" height=\"245\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/ls-l-Command.png 958w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/ls-l-Command-300x77.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/ls-l-Command-768x196.png 768w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><\/p>\n<p><strong>Step 6:<\/strong> To download the backup file to your local system, go back to the Elastic VPS environment and click on the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/configuration-of-file-manager\/\">Config<\/a> option.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Config-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43755 size-full\" title=\"Config\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Config-1.png\" alt=\"Config\" width=\"987\" height=\"356\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Config-1.png 987w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Config-1-300x108.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Config-1-768x277.png 768w\" sizes=\"(max-width: 987px) 100vw, 987px\" \/><\/a><\/p>\n<p><strong>Step 7:<\/strong> Locate the backup file, click the <strong>Settings<\/strong> icon, and select the <strong>Download<\/strong> option.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43759 size-full\" title=\"Download\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download.png\" alt=\"Download\" width=\"951\" height=\"746\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download.png 951w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download-300x235.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download-768x602.png 768w\" sizes=\"(max-width: 951px) 100vw, 951px\" \/><\/a><\/p>\n<p><strong>Step 8:<\/strong> The download will start, and you will get a notification once it is completed.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download-Successful-min.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43763 size-full\" title=\"Download Successful\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download-Successful-min.png\" alt=\"Download Successful\" width=\"958\" height=\"612\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download-Successful-min.png 958w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download-Successful-min-300x192.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Download-Successful-min-768x491.png 768w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><\/p>\n<div class=\"article-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"article-space\"><\/div>\n<h3 class=\"ack-h3\">Database backup:<\/h3>\n<p><strong>Step 1:<\/strong> Log into your Accuweb.Cloud dashboard and select the environment of which database you want to secure.<\/p>\n<p><strong>Step 2:<\/strong> Navigate to the Application Server and click on the <strong>Web SSH<\/strong> option.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43748 size-full\" title=\"Web SSH\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1.png\" alt=\"Web SSH\" width=\"987\" height=\"359\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1.png 987w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1-300x109.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Web-SSH-1-768x279.png 768w\" sizes=\"(max-width: 987px) 100vw, 987px\" \/><\/a><\/p>\n<p><strong>Step 3:<\/strong> In the Web SSH terminal window, enter the following command in the terminal to take a backup of the database and press Enter:<\/p>\n<pre><code class=\"language-javascript\">\r\n# mysqldump -u root -p accuwebtest_db &gt; \/var\/www\/accuwebtraining.com\/database-backup.sql<\/code><\/pre>\n<div class=\"article-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-Backup-Command.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43764 size-full\" title=\"Database Backup Command\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-Backup-Command.png\" alt=\"Database Backup Command\" width=\"957\" height=\"193\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-Backup-Command.png 957w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-Backup-Command-300x61.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-Backup-Command-768x155.png 768w\" sizes=\"(max-width: 957px) 100vw, 957px\" \/><\/a><\/p>\n<p>You will be prompted to enter the database user&#8217;s password. Enter the password and press Enter.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Enter-Password-3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43765 size-full\" title=\"Enter Password\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Enter-Password-3.png\" alt=\"Enter Password\" width=\"957\" height=\"214\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Enter-Password-3.png 957w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Enter-Password-3-300x67.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Enter-Password-3-768x172.png 768w\" sizes=\"(max-width: 957px) 100vw, 957px\" \/><\/a><\/p>\n<p><strong>Step 4:<\/strong> If no error message appears and you receive a blank response, the database restoration process has been completed successfully.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Restoration-Completed-Successfully.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43766 size-full\" title=\"Restoration Completed Successfully\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Restoration-Completed-Successfully.png\" alt=\"Restoration Completed Successfully\" width=\"959\" height=\"189\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Restoration-Completed-Successfully.png 959w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Restoration-Completed-Successfully-300x59.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Restoration-Completed-Successfully-768x151.png 768w\" sizes=\"(max-width: 959px) 100vw, 959px\" \/><\/a><\/p>\n<p><strong>Step 5:<\/strong> Navigate to the directory where you stored the database backup and use the ls command to verify the backup file&#8217;s creation.<\/p>\n<p>You should see that the database backup has been successfully created.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-backup-Created-Successfully.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43767 size-full\" title=\"Database backup Created Successfully\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-backup-Created-Successfully.png\" alt=\"Database backup Created Successfully\" width=\"952\" height=\"230\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-backup-Created-Successfully.png 952w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-backup-Created-Successfully-300x72.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Database-backup-Created-Successfully-768x186.png 768w\" sizes=\"(max-width: 952px) 100vw, 952px\" \/><\/a><\/p>\n<h2 class=\"ack-h2\">Conclusion<\/h2>\n<p>Securing Elastic VPS backups from the AccuWeb.Cloud dashboard is simple. First, log into the AccuWeb.Cloud dashboard and go to the Web SSH option. Use commands like tar for Linux to create backup files that include all important data and exclude unnecessary directories.<\/p>\n<p>Encrypt your backups to protect sensitive information and store them in a separate, secure location. Regularly test your backups to ensure they are complete and can be restored quickly in an emergency. By following these steps, you can secure your VPS backups and protect your important data.<\/p>\n<div class=\"cta-btn-top-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"cta-btn-mob-space\"><\/div>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-42875","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-backup-and-restore","faq_topics-elastic-vps","faq_topics-elastic-vps-backup","faq_topics-elastic-vps-management","faq_topics-how-to-secure-elastic-vps-backup","faq_topics-kb","faq_topics-product-documentation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Manually Secure Elastic VPS Backups on AccuWeb.Cloud<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to manually secure Elastic VPS backups using the AccuWeb.Cloud dashboard. Protect your data and ensure reliable recovery.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Manually Secure an Elastic VPS Backup Using the AccuWeb.Cloud Dashboard?\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide to manually secure Elastic VPS backups using the AccuWeb.Cloud dashboard. Protect your data and ensure reliable recovery.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T04:27:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/elastic-vps-backup\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"How to Manually Secure an Elastic VPS Backup Using the AccuWeb.Cloud Dashboard?\",\"datePublished\":\"2024-06-03T06:46:13+00:00\",\"dateModified\":\"2026-02-19T04:27:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/elastic-vps-backup\"},\"wordCount\":595,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/elastic-vps-backup\",\"url\":\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup\",\"name\":\"How to Manually Secure Elastic VPS Backups on AccuWeb.Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-06-03T06:46:13+00:00\",\"dateModified\":\"2026-02-19T04:27:20+00:00\",\"description\":\"Step-by-step guide to manually secure Elastic VPS backups using the AccuWeb.Cloud dashboard. Protect your data and ensure reliable recovery.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Manually Secure an Elastic VPS Backup Using the AccuWeb.Cloud Dashboard?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Manually Secure Elastic VPS Backups on AccuWeb.Cloud","description":"Step-by-step guide to manually secure Elastic VPS backups using the AccuWeb.Cloud dashboard. Protect your data and ensure reliable recovery.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup","og_locale":"en_US","og_type":"article","og_title":"How to Manually Secure an Elastic VPS Backup Using the AccuWeb.Cloud Dashboard?","og_description":"Step-by-step guide to manually secure Elastic VPS backups using the AccuWeb.Cloud dashboard. Protect your data and ensure reliable recovery.","og_url":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-19T04:27:20+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/elastic-vps-backup"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"How to Manually Secure an Elastic VPS Backup Using the AccuWeb.Cloud Dashboard?","datePublished":"2024-06-03T06:46:13+00:00","dateModified":"2026-02-19T04:27:20+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/elastic-vps-backup"},"wordCount":595,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/elastic-vps-backup","url":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup","name":"How to Manually Secure Elastic VPS Backups on AccuWeb.Cloud","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-06-03T06:46:13+00:00","dateModified":"2026-02-19T04:27:20+00:00","description":"Step-by-step guide to manually secure Elastic VPS backups using the AccuWeb.Cloud dashboard. Protect your data and ensure reliable recovery.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/reousrce\/articles\/elastic-vps-backup#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"How to Manually Secure an Elastic VPS Backup Using the AccuWeb.Cloud Dashboard?"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/42875","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=42875"}],"version-history":[{"count":10,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/42875\/revisions"}],"predecessor-version":[{"id":53181,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/42875\/revisions\/53181"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=42875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}