{"id":14687,"date":"2025-12-27T10:35:46","date_gmt":"2025-12-27T05:05:46","guid":{"rendered":"https:\/\/www.youstable.com\/blog\/?p=14687"},"modified":"2025-12-27T10:35:48","modified_gmt":"2025-12-27T05:05:48","slug":"backup-your-website-safely","status":"publish","type":"post","link":"https:\/\/www.youstable.com\/blog\/backup-your-website-safely","title":{"rendered":"How to Backup Your Website Safely (Step-by-Step Guide + Mistakes to Avoid)"},"content":{"rendered":"\n<p><strong>To back up your website safely<\/strong>, follow the 3-2-1 rule: keep three copies, on two different storage types, with one offsite. Automate daily incremental and weekly full backups for both files and database, encrypt them, and test restores quarterly. <\/p>\n\n\n\n<p>Use your host\u2019s panel, a trusted plugin, or CLI scripts never store backups on the same server. Backing up a website isn\u2019t optional it\u2019s your recovery plan when updates break, malware hits, or a server fails. <\/p>\n\n\n\n<p>In this guide, you\u2019ll learn how to backup your website step by step, avoid costly mistakes, and implement a safe, automated strategy that includes testing restores and offsite storage.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"what-is-a-website-backup-and-why-it-matters\"><strong>What is a Website Backup and Why it Matters<\/strong>?<\/h2>\n\n\n\n<p>A website backup is a copy of your site\u2019s files and database that you can restore after data loss or corruption. <\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2025\/12\/image-118.png\" alt=\"Backup Your Website Safely\" class=\"wp-image-14934\" srcset=\"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2025\/12\/image-118.png 800w, https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2025\/12\/image-118-150x100.png 150w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>It protects you from hacks, bad updates, accidental deletions, and server failures. For WordPress, that means both the file system <strong>(core, themes, plugins, uploads)<\/strong> and the database (posts, pages, settings, users).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"full-vs-incremental-vs-differential-vs-snapshots\"><strong>Full vs Incremental vs Differential vs Snapshots<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Full backup<\/strong>: Copies everything. Reliable but larger and slower.<\/li>\n\n\n\n<li><strong>Incremental backup<\/strong>: Copies only changes since the last backup (full or incremental). Fast, smaller, best for daily\/nightly automation.<\/li>\n\n\n\n<li><strong>Differential backup<\/strong>: Copies changes since the last full backup. Medium size and speed.<\/li>\n\n\n\n<li><strong>Snapshots<\/strong>: Storage-level or VM-level point-in-time copies. Fast to create, but not a substitute for offsite backups.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"the-3-2-1-backup-strategy-for-websites\"><strong>The 3-2-1 Backup Strategy for Websites<\/strong><\/h2>\n\n\n\n<p>The safest way to back up your website follows the 3-2-1 model: keep three copies (production + two backups), on two different media (e.g., local disk + cloud), with one copy offsite. This minimizes single points of failure and improves disaster recovery.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"what-to-back-up-dont-miss-these\"><strong>What to Back Up (Don\u2019t Miss These)<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Website files<\/strong>: WordPress core, wp-content (themes, plugins, uploads), .htaccess, web.config.<\/li>\n\n\n\n<li><strong>Database<\/strong>: All tables (posts, users, orders, settings) plus character set\/collation.<\/li>\n\n\n\n<li><strong>Config and secrets<\/strong>: <a href=\"https:\/\/www.youstable.com\/blog\/edit-wp-config-php-file-in-wordpress\/\">wp-config.php<\/a>, .env, API keys (store backups encrypted).<\/li>\n\n\n\n<li><strong>Server items<\/strong> (if you self-manage): Nginx\/Apache vhost files, PHP-FPM config, crontab.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"where-to-store-backups\"><strong>Where to Store Backups<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Cloud object storage<\/strong>: Amazon S3, Backblaze B2, Wasabi (supports lifecycle and immutability).<\/li>\n\n\n\n<li><strong>Cloud drives<\/strong>: Google Drive, Dropbox, OneDrive (easy to start, watch for quotas).<\/li>\n\n\n\n<li><strong>Remote server<\/strong>: SFTP\/SSH or rsync to a hardened box.<\/li>\n\n\n\n<li><strong>Host-provided offsite<\/strong>: Use your provider\u2019s remote backup feature when available.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"how-often-should-you-back-up\"><strong>How Often Should You Back Up?<\/strong><\/h2>\n\n\n\n<p>Base it on RPO (how much data you can lose) and RTO (how fast you must recover). For most sites: daily incremental + weekly full backups. For ecommerce or high-activity sites: hourly incremental + daily full. Always back up before major updates.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"step-by-step-how-to-backup-your-website\"><strong>Step-by-Step: How to Backup Your Website<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"method-1-using-your-hosting-control-panel-cpanel-plesk\"><strong>Method 1: Using Your Hosting Control Panel (cPanel\/Plesk)<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>cPanel<\/strong>\n<ul class=\"wp-block-list\">\n<li>Go to Backup or Backup Wizard.<\/li>\n\n\n\n<li>Click \u201cDownload a Full Account Backup\u201d to capture home directory, databases, email, DNS.<\/li>\n\n\n\n<li>Choose a remote destination (SCP\/FTP) if offered, or download locally and upload to cloud storage.<\/li>\n\n\n\n<li>For selective backups, use \u201cPartial Backups\u201d for Home Directory and MySQL Databases.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Plesk<\/strong>\n<ul class=\"wp-block-list\">\n<li>Open Websites &amp; Domains > Backup Manager.<\/li>\n\n\n\n<li>Create backup > include files and databases.<\/li>\n\n\n\n<li>Configure scheduled backups and remote storage (S3, FTP, Google Drive if supported).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>Pros:<\/strong> Simple UI, quick full account snapshots. Cons: Manual downloads can be forgotten; ensure at least one copy is offsite and automated.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"method-2-wordpress-plugin-updraftplus-example\"><strong>Method 2: WordPress Plugin (UpdraftPlus Example)<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install and activate UpdraftPlus (or alternatives like Duplicator, Jetpack VaultPress, BlogVault).<\/li>\n\n\n\n<li><strong>Set schedules:<\/strong> daily or hourly database; daily files; weekly full backup.<\/li>\n\n\n\n<li><strong>Select remote storage: <\/strong>S3\/B2\/Wasabi, Google Drive, Dropbox, or SFTP.<\/li>\n\n\n\n<li>Enable encryption for database backup and restrict <a href=\"https:\/\/www.youstable.com\/blog\/access-file-manager-in-cpanel\/\">access to backup files<\/a>.<\/li>\n\n\n\n<li>Exclude transient\/cache folders (e.g., wp-content\/cache) to save space.<\/li>\n\n\n\n<li>Run your first backup and verify the remote copy exists.<\/li>\n<\/ul>\n\n\n\n<p><strong>Pros: <\/strong>Granular control, one-click restore. Cons: Plugin conflicts on low-resources hosts; verify timeouts and splitting archives for large sites.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"method-3-manual-backup-via-sftp-plus-database-dump\"><strong>Method 3: Manual Backup via SFTP + Database Dump<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Files<\/strong>: Connect via SFTP and download your web root (e.g., public_html or htdocs). Compress locally or on-server to speed transfer.<\/li>\n\n\n\n<li><strong>Database<\/strong>: Export using phpMyAdmin (Export > Quick > SQL) or run mysqldump over SSH.<\/li>\n\n\n\n<li><strong>Offsite<\/strong>: Upload the archive and SQL dump to cloud storage or a remote server.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># SSH into your server\ncd \/var\/www\/example.com\ntar -czf site-files-$(date +%F).tar.gz public_html\n\n# Export the database (replace credentials)\nmysqldump -u db_user -p'STRONGPASS' db_name &gt; db-$(date +%F).sql\n\n# Optionally encrypt the dump (OpenSSL example)\nopenssl enc -aes-256-cbc -pbkdf2 -salt -in db-$(date +%F).sql -out db-$(date +%F).sql.enc\n\n# Send to remote (S3 CLI example)\naws s3 cp site-files-$(date +%F).tar.gz s3:\/\/your-bucket\/backups\/\naws s3 cp db-$(date +%F).sql.enc s3:\/\/your-bucket\/backups\/<\/code><\/pre>\n\n\n\n<p>Pros: Full control, CMS-agnostic. Cons: Manual, error-prone if you skip steps or forget offsite storage.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"method-4-automated-wp-cli-script-advanced\"><strong>Method 4: Automated WP-CLI Script (Advanced)<\/strong><\/h3>\n\n\n\n<p>For WordPress on a VPS or cloud instance, automate nightly backups with WP-CLI and cron. This is efficient and versionable.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#!\/bin\/bash\n# backup-wp.sh - nightly WordPress backup with rotation\n# Requirements: wp-cli, awscli or rclone, tar, openssl\n\nset -e\nSITE_PATH=\"\/var\/www\/example.com\/public_html\"\nBACKUP_PATH=\"\/var\/backups\/example.com\"\nDB_NAME=\"db_name\"\nDB_USER=\"db_user\"\nDB_PASS=\"STRONGPASS\"\nS3_BUCKET=\"s3:\/\/your-bucket\/backups\/example.com\"\nDATE=$(date +%F)\nRETENTION_DAYS=14\n\nmkdir -p \"$BACKUP_PATH\/files\" \"$BACKUP_PATH\/db\"\n\n# Database export (via wp-cli)\ncd \"$SITE_PATH\"\nwp db export \"$BACKUP_PATH\/db\/db-$DATE.sql\" --add-drop-table --single-transaction\n\n# Encrypt database dump\nopenssl enc -aes-256-cbc -pbkdf2 -salt -in \"$BACKUP_PATH\/db\/db-$DATE.sql\" -out \"$BACKUP_PATH\/db\/db-$DATE.sql.enc\"\nshred -u \"$BACKUP_PATH\/db\/db-$DATE.sql\"\n\n# Files archive (exclude caches)\ntar --exclude=\"wp-content\/cache\" --exclude=\"*.zip\" -czf \"$BACKUP_PATH\/files\/site-$DATE.tar.gz\" -C \"$SITE_PATH\" .\n\n# Upload to S3\naws s3 cp \"$BACKUP_PATH\/files\/site-$DATE.tar.gz\" \"$S3_BUCKET\/\"\naws s3 cp \"$BACKUP_PATH\/db\/db-$DATE.sql.enc\" \"$S3_BUCKET\/\"\n\n# Local retention\nfind \"$BACKUP_PATH\" -type f -mtime +$RETENTION_DAYS -delete\n\necho \"Backup completed: $DATE\"<\/code><\/pre>\n\n\n\n<p>Add this to cron (crontab -e): 0 2 * * * \/bin\/bash \/root\/backup-wp.sh &gt;&gt; \/var\/log\/backup.log 2&gt;&amp;1<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"how-to-restore-and-test-a-backup\"><strong>How to Restore (and Test) a Backup<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Use staging<\/strong>: Restore to a staging subdomain first to verify.<\/li>\n\n\n\n<li><strong>Restore database<\/strong>: Import the .sql (or decrypted .sql) via phpMyAdmin, WP-CLI, or mysql CLI.<\/li>\n\n\n\n<li><strong>Restore files<\/strong>: Upload\/extract your files archive to the web root.<\/li>\n\n\n\n<li><strong>Reissue keys<\/strong>: If compromised, rotate salts\/API keys in wp-config.php.<\/li>\n\n\n\n<li><strong>Verify<\/strong>: Check pages, logins, checkout flows, forms, and error logs.<\/li>\n<\/ul>\n\n\n\n<p>Test restores quarterly. A backup you can\u2019t restore quickly is a liability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"common-mistakes-to-avoid\"><strong>Common Mistakes to Avoid<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Storing backups on the same server<\/strong>: Hardware failure or ransomware can hit both live site and backup.<\/li>\n\n\n\n<li><strong>Backing up files but not the database<\/strong>: WordPress content and settings live in the database.<\/li>\n\n\n\n<li><strong>Keeping only one copy<\/strong>: At least two backups + one offsite.<\/li>\n\n\n\n<li><strong>Never testing restores<\/strong>: Corrupt or partial archives go unnoticed until disaster strikes.<\/li>\n\n\n\n<li><strong>No encryption<\/strong>: Backups contain sensitive data; encrypt at rest and in transit.<\/li>\n\n\n\n<li><strong>Unlimited retention<\/strong>: You\u2019ll blow storage budgets. Define and enforce retention.<\/li>\n\n\n\n<li><strong>Ignoring locks\/exclusions<\/strong>: Include uploads; exclude cache and temp files to speed backups.<\/li>\n\n\n\n<li><strong>Running during peak traffic<\/strong>: Schedule off-hours to reduce load and timeouts.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"security-and-compliance-best-practices\"><strong>Security and Compliance Best Practices<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Encrypt backups<\/strong> (AES-256) and use strong unique passwords.<\/li>\n\n\n\n<li><strong>Use IAM with least privilege<\/strong> for cloud storage; avoid root keys.<\/li>\n\n\n\n<li><strong>Enable object lock\/immutability<\/strong> on S3-compatible storage to resist ransomware.<\/li>\n\n\n\n<li><strong>Rotate keys and salts<\/strong> after incidents; keep secrets out of public repos.<\/li>\n\n\n\n<li><strong>Mask or purge PII<\/strong> for development copies; comply with GDPR\/CCPA.<\/li>\n\n\n\n<li><strong>Log and alert<\/strong>: Monitor backup success\/failure and storage usage.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"sample-backup-schedule-and-retention-plan\"><strong>Sample Backup Schedule and Retention Plan<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Frequency<\/strong>: Hourly incremental database (busy sites) or daily for standard sites; daily incremental files; weekly full backup.<\/li>\n\n\n\n<li><strong>Retention<\/strong>: 7 daily, 4 weekly, 3 monthly. Archive a quarterly snapshot for 1 year.<\/li>\n\n\n\n<li><strong>Storage<\/strong>: Local node (short-term), cloud object storage (primary offsite), secondary region or provider (redundancy).<\/li>\n\n\n\n<li><strong>Testing<\/strong>: Restore to staging every quarter; verify critical flows.<\/li>\n\n\n\n<li><strong>Change management<\/strong>: Force a manual backup before updates, migrations, or plugin\/theme changes.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"real-world-scenario-fast-recovery-after-a-bad-update\"><strong>Real World Scenario: Fast Recovery After a Bad Update<\/strong><\/h2>\n\n\n\n<p>You update a plugin, and the site whitescreens. Because you scheduled daily incrementals with weekly full backups to S3, you restore last night\u2019s incremental on staging, confirm it\u2019s clean, then restore to production. Downtime is under 10 minutes. Without offsite, you\u2019d risk hours of rebuild\u2014if the server disk is intact at all.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"where-youstable-helps\"><strong>Where YouStable Helps<\/strong><\/h2>\n\n\n\n<p>YouStable\u2019s hosting includes automated backups with easy one-click restore and optional offsite storage. You can take on-demand snapshots before updates, schedule retention, and our support team can help you verify restores. If you manage multiple sites, ask about remote backup add-ons or object storage integrations to implement a full 3-2-1 strategy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"faqs-backup-your-website-safely\"><strong>FAQ&#8217;s &#8211; Backup Your Website Safely<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1766038244725\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"what-is-the-safest-way-to-back-up-a-wordpress-site\"><strong>What is the safest way to back up a WordPress site?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Use automated daily incremental and weekly full backups stored offsite (S3, B2, or Google Drive), with encryption and retention. Test restores quarterly on staging. Avoid keeping the only backup on the production server.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1766038261586\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"how-often-should-i-back-up-my-website\"><strong>How often should I back up my website?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Daily is the baseline for most sites. Ecommerce and high-traffic sites benefit from hourly database backups. Always take an on-demand snapshot before major plugin, theme, or core updates.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1766038270596\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"do-i-need-both-file-and-database-backups\"><strong>Do I need both file and database backups?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes. Files hold code and media; the database stores content, users, orders, and settings. Missing either will produce an incomplete restore.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1766038280752\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"where-should-i-store-website-backups\"><strong>Where should I store website backups?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Use cloud object storage (S3\/B2\/Wasabi) or a secure remote server. Follow the 3-2-1 rule: three copies, two media types, one offsite. Enable bucket versioning and object lock if available.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1766038289032\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \" class=\"rank-math-question \" id=\"how-do-i-know-my-backup-will-restore\"><strong>How do I know my backup will restore?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Perform test restores on a staging environment. Validate homepage, login, checkout\/forms, and error logs. Consider checksum verification (hashes) and ensure your backup includes both files and database.<br \/>By following these steps, you\u2019ll have a reliable, secure backup system that protects your site and reduces recovery time when something goes wrong.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>To back up your website safely, follow the 3-2-1 rule: keep three copies, on two different storage types, with one [&hellip;]<\/p>\n","protected":false},"author":21,"featured_media":16222,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"iawp_total_views":3,"footnotes":""},"categories":[350],"tags":[],"class_list":["post-14687","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-knowledgebase"],"acf":[],"featured_image_src":"https:\/\/www.youstable.com\/blog\/wp-content\/uploads\/2025\/12\/How-to-Backup-Your-Website-Safely.jpg","author_info":{"display_name":"Sanjeet Chauhan","author_link":"https:\/\/www.youstable.com\/blog\/author\/sanjeet"},"_links":{"self":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/14687","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/comments?post=14687"}],"version-history":[{"count":3,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/14687\/revisions"}],"predecessor-version":[{"id":14937,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/posts\/14687\/revisions\/14937"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/media\/16222"}],"wp:attachment":[{"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/media?parent=14687"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/categories?post=14687"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.youstable.com\/blog\/wp-json\/wp\/v2\/tags?post=14687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}