{"id":11613,"date":"2025-12-02T20:29:50","date_gmt":"2025-12-02T20:29:50","guid":{"rendered":"https:\/\/savethevideo.net\/blog\/?p=11613"},"modified":"2025-12-02T20:41:41","modified_gmt":"2025-12-02T20:41:41","slug":"why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely","status":"publish","type":"post","link":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/","title":{"rendered":"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely"},"content":{"rendered":"<p>Apple&#8217;s Time Machine is a popular built-in backup solution that macOS users rely on to keep their data safe. Designed for effortless and continuous backup, Time Machine should work seamlessly in the background. However, over the years, a peculiar issue emerged for some users: Time Machine backups would inexplicably fail or never complete. After thorough investigation in various tech communities and support forums, experts traced the root cause to an unlikely source\u2014Mac-oriented antivirus (AV) software.<\/p>\n<h2>TL;DR<\/h2>\n<p>Many macOS users experienced persistent problems with Time Machine backups failing or stalling indefinitely. Investigations revealed that the culprit was real-time scanning functions in antivirus software that interfered with the backup process. The issue was resolved by configuring AV software to exclude specific Time Machine directories from scans. Understanding how this exclusion list works is crucial for maintaining both backup integrity and system security.<\/p>\n<h2>The Unexpected Culprit: Antivirus Software<\/h2>\n<p>In systems designed for simplicity and trust, introducing third-party software can yield unintended consequences. Antivirus programs, especially those tailored for macOS, often include features such as:<\/p>\n<ul>\n<li><strong>Real-time scanning:<\/strong> Continuously monitors file system activity.<\/li>\n<li><strong>Scheduled deep scans:<\/strong> Periodically scans the entire drive for malware signatures.<\/li>\n<li><strong>Network monitoring:<\/strong> Observes local and online connections for threats.<\/li>\n<\/ul>\n<p>At first glance, these features seem complementary to a backup routine. Unfortunately, Time Machine&#8217;s incremental backup process writes large volumes of small changes frequently to a backup drive. When real-time scanning software inspects each file change, it accidentally creates a bottleneck\u2014scanning the in-transit data, locking file handles, and sometimes even flagging benign backup files as suspicious due to false positives.<\/p>\n<p>Bit by bit, this interference caused two major symptoms:<\/p>\n<ol>\n<li><em>Time Machine backups failed to complete properly.<\/em><\/li>\n<li><em>The backup drive became abnormally slow or unresponsive.<\/em><\/li>\n<\/ol>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"720\" src=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-computer-screen-with-the-number-99-on-it-macos-settings-antivirus-exclusion-time-machine-paths.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-computer-screen-with-the-number-99-on-it-macos-settings-antivirus-exclusion-time-machine-paths.jpg 1080w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-computer-screen-with-the-number-99-on-it-macos-settings-antivirus-exclusion-time-machine-paths-300x200.jpg 300w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-computer-screen-with-the-number-99-on-it-macos-settings-antivirus-exclusion-time-machine-paths-1024x683.jpg 1024w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-computer-screen-with-the-number-99-on-it-macos-settings-antivirus-exclusion-time-machine-paths-768x512.jpg 768w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>The Mechanics Behind the Conflict<\/h2>\n<p>To understand why antivirus applications interfere with Time Machine, one must first understand how Time Machine operates:<\/p>\n<ul>\n<li><strong>Incremental Backups:<\/strong> After the initial full backup, Time Machine saves only the changes made since the last backup.<\/li>\n<li><strong>Hard Links:<\/strong> Time Machine uses hard links to manage backup versions efficiently.<\/li>\n<li><strong>Local Snapshots:<\/strong> macOS stores local snapshots on the internal disk when the backup drive is unavailable.<\/li>\n<\/ul>\n<p>Antivirus software, designed to scan each changed or written file, often isn&#8217;t optimized to differentiate between standard file I\/O and system-level backup operations. Scanning a large number of temporarily-accessed hard-linked files results in high CPU usage, disk thrashing, and reduced I\/O capacity. In extreme cases, the software mistakenly quarantines or blocks elements of the in-progress backup, corrupting it entirely.<\/p>\n<p>This type of conflict is especially common in popular AV clients like Sophos, Avast, and Norton\u2014applications previously considered reliable. Apple\u2019s own documentation now recommends caution when using such tools in combination with Time Machine.<\/p>\n<h2>The Simple Fix: Exclusion Lists<\/h2>\n<p>After these issues came to light, macOS communities and AV developers alike began suggesting an effective workaround: exclude Time Machine working directories from the antivirus scanning routines.<\/p>\n<p>The exclusion list contains paths and patterns that inform the AV scanner to bypass specified directories. Integrating these exclusions ensured that Time Machine could operate freely without contention from real-time scanning mechanisms.<\/p>\n<h3>Key Paths to Exclude for Seamless Time Machine Operations<\/h3>\n<pre>\n\/Volumes\/Time Machine Backups\n\/Backups.backupdb\n\/.MobileBackups\n\/.Spotlight-V100\n<\/pre>\n<p>It&#8217;s also advisable to exclude any directory containing local snapshots or Spotlight indices related to Time Machine. Failure to set these exclusions could still allow signature scans or behavioral analysis engines to interfere mid-process.<\/p>\n<p>Major AV software vendors now maintain documentation on how to exclude directories from passive or real-time scans. Here&#8217;s how some mainstream AVs approach this:<\/p>\n<ul>\n<li><strong>Avast Security for Mac:<\/strong> Settings &gt; Core Shields &gt; Exclusions<\/li>\n<li><strong>Norton 360:<\/strong> Preferences &gt; Scans and Risks &gt; Items to Exclude<\/li>\n<li><strong>Sophos Home:<\/strong> Admin Console &gt; Protection &gt; Exceptions<\/li>\n<\/ul>\n<h2>Impact on System and Backup Reliability<\/h2>\n<p>By applying these exclusions, users reported dramatically improved backup reliability and faster backup completion times. More importantly, backup drives no longer became misidentified as corrupted or unmounted mysteriously after partial writes.<\/p>\n<p>These performance gains underscore the importance of balancing system protection with native OS functions. While it&#8217;s vital to defend against malicious software, backups form the final line of defense in data recovery\u2014a corrupted backup can leave users wholly unprotected.<\/p>\n<p>Below are some observed benefits from properly excluding Time Machine related paths:<\/p>\n<ul>\n<li><em>Backups finish faster with fewer retries or stalls.<\/em><\/li>\n<li><em>Reduced resource usage from AV software during backup cycles.<\/em><\/li>\n<li><em>Minimized risk of backup data corruption or false-positive quarantine actions.<\/em><\/li>\n<\/ul>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1619\" src=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-close-up-of-a-cell-phone-with-a-blurry-background-macos-settings-antivirus-exclusion-time-machine-paths.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-close-up-of-a-cell-phone-with-a-blurry-background-macos-settings-antivirus-exclusion-time-machine-paths.jpg 1080w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-close-up-of-a-cell-phone-with-a-blurry-background-macos-settings-antivirus-exclusion-time-machine-paths-200x300.jpg 200w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-close-up-of-a-cell-phone-with-a-blurry-background-macos-settings-antivirus-exclusion-time-machine-paths-683x1024.jpg 683w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-close-up-of-a-cell-phone-with-a-blurry-background-macos-settings-antivirus-exclusion-time-machine-paths-768x1151.jpg 768w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/12\/a-close-up-of-a-cell-phone-with-a-blurry-background-macos-settings-antivirus-exclusion-time-machine-paths-1025x1536.jpg 1025w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>Apple&#8217;s Stance and System Evolution<\/h2>\n<p>Though Apple rarely publicly blames third-party utilities, some of their silent system-side changes reflect this awareness. Since macOS Catalina, increasing security features aim to sandbox and protect system-level processes from external interference.<\/p>\n<p>System Integrity Protection (SIP) and the more nuanced Full Disk Access permissions framework were introduced precisely to give built-in tools like Time Machine unhindered access to storage layers, even when third-party applications were active. However, these safeguards rely heavily on developers and users setting them up correctly.<\/p>\n<p>In 2023, Apple updated its internal documentation to advise against using antivirus scanners or disk indexing tools on backup volumes. This indirect admission helped validate the exclusion approach that many users had previously relied upon as an experimental fix.<\/p>\n<h2>Best Practices for Co-Existing Software<\/h2>\n<p>While installing antivirus software remains a valid security practice\u2014even on macOS\u2014it must be implemented intelligently. Here are some best practices for ensuring harmony between your AV tool and Time Machine:<\/p>\n<ul>\n<li><strong>Regularly update both macOS and AV software:<\/strong> Compatibility fixes are often released silently.<\/li>\n<li><strong>Audit exclusion lists every three months:<\/strong> OS changes may shift where local snapshots or backups are stored.<\/li>\n<li><strong>Don&#8217;t scan backup volumes manually or on a schedule:<\/strong> These scans duplicate Time Machine&#8217;s I\/O and increase errors.<\/li>\n<li><strong>Monitor backup logs:<\/strong> Time Machine logs are accessible via the Console App or Terminal for verification.<\/li>\n<\/ul>\n<h2>Conclusion<\/h2>\n<p>Time Machine is a cornerstone feature of macOS, offering automated, transparent data protection. Yet, when paired with antivirus tools unaware of its unique file behavior and disk operations, it can result in serious disruption. Thankfully, a thoughtful application of exclusion lists restores harmony, ensuring that both backup and security processes perform optimally without conflict.<\/p>\n<p>For users wishing to maintain the best of both worlds\u2014advanced malware detection and reliable, uninterrupted backups\u2014due diligence in configuring AV exclusions is non-negotiable. As macOS continues to evolve, staying informed and proactive remains the best line of defense.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Apple&#8217;s Time Machine is a popular built-in backup solution that macOS users rely on to keep their data safe. Designed for effortless and continuous backup, Time Machine should work seamlessly &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely\" class=\"read-more button\" href=\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#more-11613\" aria-label=\"Read more about Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely\">Read more<\/a><\/p>\n","protected":false},"author":88,"featured_media":11504,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[495],"tags":[],"class_list":["post-11613","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely - Save the Video Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely - Save the Video Blog\" \/>\n<meta property=\"og:description\" content=\"Apple&#8217;s Time Machine is a popular built-in backup solution that macOS users rely on to keep their data safe. Designed for effortless and continuous backup, Time Machine should work seamlessly ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/\" \/>\n<meta property=\"og:site_name\" content=\"Save the Video Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-02T20:29:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-02T20:41:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jonathan Dough\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan Dough\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/\"},\"author\":{\"name\":\"Jonathan Dough\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700\"},\"headline\":\"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely\",\"datePublished\":\"2025-12-02T20:29:50+00:00\",\"dateModified\":\"2025-12-02T20:41:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/\"},\"wordCount\":1080,\"publisher\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/\",\"url\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/\",\"name\":\"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely - Save the Video Blog\",\"isPartOf\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg\",\"datePublished\":\"2025-12-02T20:29:50+00:00\",\"dateModified\":\"2025-12-02T20:41:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#primaryimage\",\"url\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg\",\"contentUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg\",\"width\":1080,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/savethevideo.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#website\",\"url\":\"https:\/\/savethevideo.net\/blog\/\",\"name\":\"Save the Video Blog\",\"description\":\"Everything you need to know about videos\",\"publisher\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/savethevideo.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\",\"name\":\"Save the Video Blog\",\"url\":\"https:\/\/savethevideo.net\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png\",\"contentUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png\",\"width\":500,\"height\":119,\"caption\":\"Save the Video Blog\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700\",\"name\":\"Jonathan Dough\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g\",\"caption\":\"Jonathan Dough\"},\"url\":\"https:\/\/savethevideo.net\/blog\/author\/jonathand\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely - Save the Video Blog","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:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/","og_locale":"en_US","og_type":"article","og_title":"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely - Save the Video Blog","og_description":"Apple&#8217;s Time Machine is a popular built-in backup solution that macOS users rely on to keep their data safe. Designed for effortless and continuous backup, Time Machine should work seamlessly ... Read more","og_url":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/","og_site_name":"Save the Video Blog","article_published_time":"2025-12-02T20:29:50+00:00","article_modified_time":"2025-12-02T20:41:41+00:00","og_image":[{"width":1080,"height":720,"url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg","type":"image\/jpeg"}],"author":"Jonathan Dough","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan Dough","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#article","isPartOf":{"@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/"},"author":{"name":"Jonathan Dough","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700"},"headline":"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely","datePublished":"2025-12-02T20:29:50+00:00","dateModified":"2025-12-02T20:41:41+00:00","mainEntityOfPage":{"@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/"},"wordCount":1080,"publisher":{"@id":"https:\/\/savethevideo.net\/blog\/#organization"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#primaryimage"},"thumbnailUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/","url":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/","name":"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely - Save the Video Blog","isPartOf":{"@id":"https:\/\/savethevideo.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#primaryimage"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#primaryimage"},"thumbnailUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg","datePublished":"2025-12-02T20:29:50+00:00","dateModified":"2025-12-02T20:41:41+00:00","breadcrumb":{"@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#primaryimage","url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg","contentUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/11\/macbook-pro-on-white-table-queue-computers-digital-frustration.jpg","width":1080,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/savethevideo.net\/blog\/why-mac-oriented-av-caused-time-machine-backups-to-fail-and-the-exclusion-list-that-let-backups-complete-safely\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/savethevideo.net\/blog\/"},{"@type":"ListItem","position":2,"name":"Why Mac-oriented AV Caused Time Machine Backups to Fail and the Exclusion List That Let Backups Complete Safely"}]},{"@type":"WebSite","@id":"https:\/\/savethevideo.net\/blog\/#website","url":"https:\/\/savethevideo.net\/blog\/","name":"Save the Video Blog","description":"Everything you need to know about videos","publisher":{"@id":"https:\/\/savethevideo.net\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/savethevideo.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/savethevideo.net\/blog\/#organization","name":"Save the Video Blog","url":"https:\/\/savethevideo.net\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png","contentUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png","width":500,"height":119,"caption":"Save the Video Blog"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700","name":"Jonathan Dough","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g","caption":"Jonathan Dough"},"url":"https:\/\/savethevideo.net\/blog\/author\/jonathand\/"}]}},"_links":{"self":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/11613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/users\/88"}],"replies":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/comments?post=11613"}],"version-history":[{"count":1,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/11613\/revisions"}],"predecessor-version":[{"id":11617,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/11613\/revisions\/11617"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/media\/11504"}],"wp:attachment":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/media?parent=11613"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/categories?post=11613"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/tags?post=11613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}