{"id":5801,"date":"2020-04-02T23:29:15","date_gmt":"2020-04-02T22:29:15","guid":{"rendered":"https:\/\/www.n-able.com\/?p=5801"},"modified":"2021-07-13T13:16:29","modified_gmt":"2021-07-13T12:16:29","slug":"backup-monitoring-part-2-defining-success","status":"publish","type":"post","link":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success","title":{"rendered":"Backup Monitoring: Part 2\u2014Defining Success"},"content":{"rendered":"<p>In part one of this blog series, I discussed backup monitoring and the ability to manage by exception (if you haven\u2019t read it yet, you can find it\u00a0<a href=\"https:\/\/www.n-able.com\/blog\/backup-monitoring-part-1-manage-exception\" target=\"_blank\" rel=\"noopener\">here<\/a>). In this installment we\u2019ll start to build out custom filters using the Advanced Search query language so you can truly define your own measure of success or failure. If you\u2019re wondering why, both MSPs and IT departments looking to reduce costs and improve efficiency can benefit from the inherent flexibility. It can mean the difference between creating and working a service ticket or not\u2014saving both time and resources. So, launch your browser, log into\u00a0<a class=\"ext\" href=\"https:\/\/backup.management\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/backup.management<\/a>, and follow along as we dive in.<\/p>\n<h3>Advanced search<\/h3>\n<p>We\u2019ve previously covered some basic backup console navigation including interactive\u00a0<a class=\"ext\" href=\"https:\/\/documentation.solarwindsmsp.com\/backup\/documentation\/Content\/service-management\/console\/interface.htm?Highlight=chart%22%20%5Cl%20%22Widgets\" target=\"_blank\" rel=\"noopener noreferrer\">doughnut widgets<\/a>, built-in\u00a0<a class=\"ext\" href=\"https:\/\/documentation.solarwindsmsp.com\/backup\/documentation\/Content\/service-management\/console\/views.htm\" target=\"_blank\" rel=\"noopener noreferrer\">dashboard views<\/a>, turning on filters, adding columns, saving views, and emailing views. Now, we\u2019re going to expand on this by looking at how you can use the Advanced Search query language to build even more specific filters based on statistics\u2014like date, time, duration, size, error count, etc. This makes it possible to review performance, usage, deduplication ratios, and under-protected devices. This and future blogs will walk you through creating basic and advanced search queries you can string together later to get a view of the exact devices you want to manage.<\/p>\n<h3>Building advanced search queries<\/h3>\n<p>To\u00a0<a class=\"ext\" href=\"https:\/\/documentation.solarwindsmsp.com\/backup\/documentation\/Content\/service-management\/console\/advanced-filter-expressions-legacy.htm\" target=\"_blank\" rel=\"noopener noreferrer\">enable<\/a>\u00a0Advanced Search, click the right drop-down arrow in the Normal Search bar (it\u2019s situated to the left of the Select Filter dialog). Then select Advanced Search. You can easily build Advanced Search expressions one at a time by selecting and editing a filter and then toggling between Normal Search and Advanced Search to see how the filter expression is constructed.<\/p>\n<p>You can find reference documentation on the\u00a0<a class=\"ext\" href=\"https:\/\/documentation.solarwindsmsp.com\/backup\/documentation\/Content\/service-management\/console\/advanced-filter-expressions-legacy.htm\" target=\"_blank\" rel=\"noopener noreferrer\">Advanced Search filter expressions<\/a>\u00a0here. It includes the short code and data type for the columns in the management console. This will be useful to you later as we build our first expressions. It will give you a sneak peek at the type of data you can work with. You can also reference the Columns drop-down to search for a column name and see the short code.<\/p>\n<p>You can interact with individual expressions, filter them by time and size, group them together in parentheses, or separate them with AND\/OR conditions to fine tune your results. You can access reference documentation on the Advanced Search filter syntax\u00a0<a class=\"ext\" href=\"https:\/\/documentation.solarwindsmsp.com\/backup\/documentation\/Content\/service-management\/console\/advanced-filter-syntax.htm\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.<\/p>\n<h3><strong>Last successful session time<\/strong><\/h3>\n<p>Filtering by the Last Successful Session time of a data source or device lets you know if you\u2019re operating within the SLAs you established with your customers. It also lets you set priority for resolving issues. For example, a device that hasn\u2019t backed up in the past 24 hours may not be as critical as a device that hasn\u2019t backed up in more than 48 hours. While these default time-based filters may be good enough thresholds during the work week, they can generate false positives when it comes to devices that are purposely offline over holidays, long weekends, or employee vacations. Let\u2019s start to build out some basic time-based expressions.<\/p>\n<p>&nbsp;<\/p>\n<table border=\"1\" width=\"100%\" cellspacing=\"5\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td valign=\"top\"><b><i>Expression<\/i><\/b><\/td>\n<td valign=\"top\"><b><i>Description<\/i><\/b><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>TL == 0<\/i><\/td>\n<td valign=\"top\"><i>(Total last successful session Equal to Never)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>TL &lt; 72.hours().ago()<\/i><\/td>\n<td valign=\"top\"><i>(Total last successful session Prior to Last 72 hours)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>TL &lt; 4.days().ago()<\/i><\/td>\n<td valign=\"top\"><i>(Total last successful session Prior to Last 4 days)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>TL &gt; 2.weeks().ago()<\/i><\/td>\n<td valign=\"top\"><i>(Total last successful session During the Last 2 weeks)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>TL == 0 OR TL &lt; 48.hours().ago()<\/i><\/td>\n<td valign=\"top\"><i>(Total last successful session Equal to Never OR Prior to Last 48 hours)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>XL &lt; 3.days().ago()\u00a0<\/i><\/td>\n<td valign=\"top\"><i>(Total last successful Exchange session Prior to Last 3 days)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>RFL &gt; 24.hours().ago()<\/i><\/td>\n<td valign=\"top\"><i>(Restore Total last successful File and folders session During the Last 24 hours)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>CD &lt; 2.weeks().ago() AND TL == 0<\/i><\/td>\n<td valign=\"top\"><i>(Creation date Prior to Last 2 weeks AND Total last successful session time Equal to Never)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>TS &gt; 1.days().ago()<\/i><\/td>\n<td valign=\"top\"><i>(Timestamp During the Last 1 days)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>TS &lt; 2.days().ago()<\/i><\/td>\n<td valign=\"top\"><i>(Timestamp Prior to Last 2 days)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>TS &gt; 36.hours().since(TL) AND TS &lt; 2.days().ago()<\/i><\/td>\n<td valign=\"top\"><i>(Timestamp More than 36 hours Since Total last successful session AND Timestamp Prior to Last 2 days)<\/i><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>In addition to Total Last Successful Session backup time\u00a0<b>(TL),<\/b>\u00a0you also have individual expressions for each of the supported backup and restore data sources. This way you can also filter by Exchange Last Successful Session backup time\u00a0<b>(XL)<\/b>\u00a0or Files and Folders Last Successful Session Restore time\u00a0<b>(RFL)<\/b>, by swapping out the appropriate short name expression for the desired data source.<\/p>\n<p>Another useful time-based expression is Creation Date\u00a0<b>(CD)<\/b>\u00a0which you can use to determine the amount of time since initial deployment. One possible use case is ignoring warnings from new deployed devices until they\u2019re older than two weeks without a successful backup to the cloud. \u00a0 Next, Timestamp\u00a0<b>(TS)<\/b>\u00a0provides visibility into when the backup client last checked in with the cloud service, allowing you to monitor backup success in relation to the device being on and connected to the internet.<\/p>\n<p>Note, that while it may seem like the &lt; &gt; symbols are incorrect in some of these examples, they\u2019re not. For expressions using the\u00a0<b>.ago()<\/b>\u00a0function, we count backwards from the current time to set a reference and then compare the number of elapsed seconds since January 1, 1970 (Epoch time) to see which happened first. In the second example above we are only viewing devices where the (Last successful session) time stamp is (a smaller number of elapsed seconds) Prior to 72 hours before the current time.<\/p>\n<h3>Total status<\/h3>\n<p>While SolarWinds<sup>\u00ae<\/sup>\u00a0Backup considers a status of (Completed with errors) as a successful backup job, you and your end customers may not. It often depends on the type and importance of the backup device\u2014for example, is it a workstation or server, is it one error or 500, is it a temp file or a SQL database, is it an old file server or a CEO\u2019s laptop, etc.? All of these may make you want to look a little closer as that Backup status column and start to build expressions that help you differentiate.<\/p>\n<p>&nbsp;<\/p>\n<table border=\"1\" width=\"100%\" cellspacing=\"5\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td valign=\"top\"><b><i>Expression<\/i><\/b><\/td>\n<td valign=\"top\"><b><i>Description<\/i><\/b><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>T0 == 0<\/i><\/td>\n<td valign=\"top\"><i>(Total status Equal to No backup)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>T0 == 1<\/i><\/td>\n<td valign=\"top\"><i>(Total status Equal to In process)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>T0 == 5 OR T0 == 8<\/i><\/td>\n<td valign=\"top\"><i>(Total status Equal to Completed OR Total status Equal to Completed with errors)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>T0 == 11<\/i><\/td>\n<td valign=\"top\"><i>(Total status Equal to No selection)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>T0 != 1 AND T0 != 5 AND T0 != 8<\/i><\/td>\n<td valign=\"top\"><i>(Total status Not Equal to In process AND Completed AND Completed with errors)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>T0 == 2 OR T0 == 3 OR T0 == 6 OR T0 == 7 OR T0 == 13 OR T0 == 10 OR T0 == 12 OR T0 == 9<\/i><\/td>\n<td valign=\"top\"><i>(Total Status Equal to Failed OR Aborted OR Interrupted OR Not started OR Blocked OR Over quota OR Restarted OR In process with fault)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>S0 == 2<\/i><\/td>\n<td valign=\"top\"><i>(System state status Equal to Failed)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>H0 == 8 OR H0 == 2<\/i><\/td>\n<td valign=\"top\"><i>(Hyper-V status Equal to Failed or Completed with errors)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>RH0 == 8 OR RH0 == 2<\/i><\/td>\n<td valign=\"top\"><i>(Restore Hyper-V status Equal to Failed or Completed with errors)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>T7 == 1<\/i><\/td>\n<td valign=\"top\"><i>(Total errors Equal to 1)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>T7 &gt;= 100<\/i><\/td>\n<td valign=\"top\"><i>(Total errors Greater than or Equal to 50)\u00a0<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>H7 &lt;= 5<\/i><\/td>\n<td valign=\"top\"><i>(Hyper-V errors Less than or Equal to 5)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>G7 &gt; 10<\/i><\/td>\n<td valign=\"top\"><i>(Office 365 Exchange errors Greater than 10)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>RN7 &gt; 2<\/i><\/td>\n<td valign=\"top\"><i>(Restore Network shares errors Greater than 2)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>OT == 1<\/i><\/td>\n<td valign=\"top\"><i>(OS type Equals Workstation)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>OT == 2<\/i><\/td>\n<td valign=\"top\"><i>(OS type Equals Server)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>OT == 1 AND TS &lt; 9.days().ago()<\/i><\/td>\n<td valign=\"top\"><i>(OS type Equals Workstation AND Timestamp Prior to Last 9 days)<\/i><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\"><i>OT == 2 AND (TS &lt; 1.days().ago() OR TL &lt; 2.days().ago())\u00a0<\/i><\/td>\n<td valign=\"top\"><i>(OS type Equals Server AND (Timestamp Prior to Last 1 day OR Total last successful session Prior to Last 2 days)<\/i><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>In addition to Total Status<i>\u00a0<\/i>for backup\u00a0<b>(T0),<\/b>\u00a0you also have individual expressions for each of the supported backup and restore data sources. This way you can also filter by MS SQL<i>\u00a0<\/i>Status<i>\u00a0<\/i>for last backup\u00a0<b>(S0)<\/b>, or Hyper-V status<i>\u00a0<\/i>for last backup\u00a0<b>(H0)<\/b>, or restore\u00a0<b>(RH0)<\/b>, by swapping out the appropriate short name expression for the desired data source.<\/p>\n<p>If you want to dig deeper and break down the Total status Equal to Failed\u00a0<b>(T0 == 2)<\/b>\u00a0and Total status Equal to Completed with errors\u00a0<b>(T0 == 8)<\/b>\u00a0results, you can use the Total Errors\u00a0<b>(T7)<\/b>\u00a0expression to group by an exact count, greater than or less than a specific value. Just like the prior examples, there are also expressions for filtering backup and restore errors for each of the individual data sources.<\/p>\n<p>Earlier I began to hint that Operating System type\u00a0<b>(OT)<\/b>\u00a0can also play a factor in prioritization and that errors and failures that occur on a Desktop OS\u00a0<b>(OT == 1)<\/b>\u00a0might get resolved at a lower priority than those on a Server OS. For example, a laptop or desktop that is offline with no backups for two or three days over the weekend may not justify a support ticket. When you start to think about user holidays and vacations, you might even be able to justify waiting until it\u2019s been offline for more than nine days. A Server OS, however, probably shouldn\u2019t be offline more than 24 hours and shouldn\u2019t go a weekend without a successful backup.<\/p>\n<h3>Wrapping up<\/h3>\n<p>Assuming you followed along in the console, you probably want to combine or tweak the values on a few of the useful expressions that we\u2019ve built, and then copy and paste them into the Advanced Search. After each paste, click Save View and name that view prior to clicking Save as New. Once you\u2019re done, check to make sure your new views are visible in the drop-down lists on the left side\u00a0<a class=\"ext\" href=\"https:\/\/documentation.solarwindsmsp.com\/backup\/documentation\/Content\/service-management\/console\/views.htm?Highlight=saved%20views\" target=\"_blank\" rel=\"noopener noreferrer\">Dashboard views<\/a>\u00a0and right side\u00a0<a class=\"ext\" href=\"https:\/\/documentation.solarwindsmsp.com\/backup\/documentation\/Content\/service-management\/console\/views.htm?Highlight=saved%20views\" target=\"_blank\" rel=\"noopener noreferrer\">Save views<\/a>.<\/p>\n<p>If I\u2019ve piqued your interest and you have further questions, please stay tuned for the next blog post where we\u2019ll continue to define and construct these advanced filters. Alternatively, feel free to join me during an upcoming\u00a0<a class=\"ext\" href=\"https:\/\/pages.solarwindsmsp.com\/office-hours-backup.html\" target=\"_blank\" rel=\"noopener noreferrer\">Backup Office Hours<\/a>\u00a0session or reach out to me on\u00a0<a class=\"ext\" href=\"https:\/\/twitter.com\/BACKUP_NERD\" target=\"_blank\" rel=\"noopener noreferrer\">Twitter<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<p><em>Eric Harless is the Head Backup Nerd at\u00a0<a href=\"https:\/\/www.solarwindsmsp.com\/?promo=blog\" target=\"_blank\" rel=\"noopener\">SolarWinds MSP<\/a>. Eric has worked with SolarWinds Backup since 2013 and has over 25+ years of data protection industry experience in sales, support, marketing, systems engineering and product management.<\/em><\/p>\n<p><em>You can follow Eric on Twitter\u00a0at @backup_nerd<\/em><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Other blogs in this series<\/strong><\/p>\n<ul>\n<li><a href=\"https:\/\/www.n-able.com\/blog\/backup-monitoring-part-1-manage-exception\" target=\"_blank\" rel=\"noopener\">Backup Monitoring: Part 1\u2014Manage by Exception<\/a><\/li>\n<li><a href=\"https:\/\/www.n-able.com\/blog\/backup-monitoring-part-3-triaging-your-devices\" target=\"_blank\" rel=\"noopener\">Backup Monitoring: Part 3\u2014Triaging Your Devices<\/a><\/li>\n<li><a href=\"https:\/\/www.n-able.com\/blog\/backup-monitoring-part-4-tracking-and-controlling-usage\" target=\"_blank\" rel=\"noopener\">Backup Monitoring, Part 4\u2014Tracking and Controlling Usage<\/a><\/li>\n<li class=\"p1\"><a href=\"https:\/\/www.n-able.com\/blog\/backup-monitoring-part-5-tuning-your-backup-selections\" target=\"_blank\" rel=\"noopener\">Backup Monitoring: Part 5\u2014Tuning Your Backup Selections<\/a><\/li>\n<li class=\"p1\"><a href=\"https:\/\/www.n-able.com\/blog\/backup-monitoring-part-6-securing-your-backup-devices\" target=\"_blank\" rel=\"noopener\">Backup Monitoring: Part 6\u2014Securing Your Backup Devices<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Eric Harless explores how to use Advanced Search query language in SolarWinds Backup to define your own measure of success or failure for backups.<\/p>\n","protected":false},"author":45,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-5801","post","type-post","status-publish","format-standard","hentry","topic-backup-disaster-recovery","topic-head-nerds"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Backup Monitoring: Part 2\u2014Defining Success - N-able<\/title>\n<meta name=\"description\" content=\"Eric Harless explores how to use Advanced Search query language in SolarWinds Backup to define your own measure of success or failure for backups.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Backup Monitoring: Part 2\u2014Defining Success - N-able\" \/>\n<meta property=\"og:description\" content=\"Eric Harless explores how to use Advanced Search query language in SolarWinds Backup to define your own measure of success or failure for backups.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success\" \/>\n<meta property=\"og:site_name\" content=\"N-able\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NableMSP\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-02T22:29:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-13T12:16:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/03\/share-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Eric Harless\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Nable\" \/>\n<meta name=\"twitter:site\" content=\"@Nable\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eric Harless\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success\"},\"author\":{\"name\":\"Eric Harless\",\"@id\":\"https:\/\/www.n-able.com\/es#\/schema\/person\/17837915039282731e00c56fd2b18ff2\"},\"headline\":\"Backup Monitoring: Part 2\u2014Defining Success\",\"datePublished\":\"2020-04-02T23:29:15+01:00\",\"dateModified\":\"2021-07-13T12:16:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success\"},\"wordCount\":1702,\"publisher\":{\"@id\":\"https:\/\/www.n-able.com\/es#organization\"},\"articleSection\":[\"Backup &amp; Disaster Recovery\",\"Head Nerds\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success\",\"url\":\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success\",\"name\":\"Backup Monitoring: Part 2\u2014Defining Success - N-able\",\"isPartOf\":{\"@id\":\"https:\/\/www.n-able.com\/es#website\"},\"datePublished\":\"2020-04-02T23:29:15+01:00\",\"dateModified\":\"2021-07-13T12:16:29+00:00\",\"description\":\"Eric Harless explores how to use Advanced Search query language in SolarWinds Backup to define your own measure of success or failure for backups.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Backup &amp; Disaster Recovery\",\"item\":\"https:\/\/www.n-able.com\/es\/blog\/category\/backup-disaster-recovery\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Backup Monitoring: Part 2\u2014Defining Success\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.n-able.com\/es#website\",\"url\":\"https:\/\/www.n-able.com\/es\",\"name\":\"N-able\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.n-able.com\/es#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.n-able.com\/es?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.n-able.com\/es#organization\",\"name\":\"N-able\",\"url\":\"https:\/\/www.n-able.com\/es\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.n-able.com\/es#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/02\/logo-n-able-vertical-dark.svg\",\"contentUrl\":\"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/02\/logo-n-able-vertical-dark.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"N-able\"},\"image\":{\"@id\":\"https:\/\/www.n-able.com\/es#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/NableMSP\",\"https:\/\/x.com\/Nable\",\"https:\/\/www.linkedin.com\/company\/n-able\",\"https:\/\/www.youtube.com\/channel\/UClnp77HHg4aME-S-3fWQhFw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.n-able.com\/es#\/schema\/person\/17837915039282731e00c56fd2b18ff2\",\"name\":\"Eric Harless\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/56c41ecf08fcd382a32156d4ea9794e938671da99f7732339d73562470cb2581?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/56c41ecf08fcd382a32156d4ea9794e938671da99f7732339d73562470cb2581?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/56c41ecf08fcd382a32156d4ea9794e938671da99f7732339d73562470cb2581?s=96&d=mm&r=g\",\"caption\":\"Eric Harless\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Backup Monitoring: Part 2\u2014Defining Success - N-able","description":"Eric Harless explores how to use Advanced Search query language in SolarWinds Backup to define your own measure of success or failure for backups.","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:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success","og_locale":"es_ES","og_type":"article","og_title":"Backup Monitoring: Part 2\u2014Defining Success - N-able","og_description":"Eric Harless explores how to use Advanced Search query language in SolarWinds Backup to define your own measure of success or failure for backups.","og_url":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success","og_site_name":"N-able","article_publisher":"https:\/\/www.facebook.com\/NableMSP","article_published_time":"2020-04-02T22:29:15+00:00","article_modified_time":"2021-07-13T12:16:29+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/03\/share-image.jpg","type":"image\/jpeg"}],"author":"Eric Harless","twitter_card":"summary_large_image","twitter_creator":"@Nable","twitter_site":"@Nable","twitter_misc":{"Escrito por":"Eric Harless","Tiempo de lectura":"8 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success#article","isPartOf":{"@id":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success"},"author":{"name":"Eric Harless","@id":"https:\/\/www.n-able.com\/es#\/schema\/person\/17837915039282731e00c56fd2b18ff2"},"headline":"Backup Monitoring: Part 2\u2014Defining Success","datePublished":"2020-04-02T23:29:15+01:00","dateModified":"2021-07-13T12:16:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success"},"wordCount":1702,"publisher":{"@id":"https:\/\/www.n-able.com\/es#organization"},"articleSection":["Backup &amp; Disaster Recovery","Head Nerds"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success","url":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success","name":"Backup Monitoring: Part 2\u2014Defining Success - N-able","isPartOf":{"@id":"https:\/\/www.n-able.com\/es#website"},"datePublished":"2020-04-02T23:29:15+01:00","dateModified":"2021-07-13T12:16:29+00:00","description":"Eric Harless explores how to use Advanced Search query language in SolarWinds Backup to define your own measure of success or failure for backups.","breadcrumb":{"@id":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.n-able.com\/es\/blog\/backup-monitoring-part-2-defining-success#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Backup &amp; Disaster Recovery","item":"https:\/\/www.n-able.com\/es\/blog\/category\/backup-disaster-recovery"},{"@type":"ListItem","position":2,"name":"Backup Monitoring: Part 2\u2014Defining Success"}]},{"@type":"WebSite","@id":"https:\/\/www.n-able.com\/es#website","url":"https:\/\/www.n-able.com\/es","name":"N-able","description":"","publisher":{"@id":"https:\/\/www.n-able.com\/es#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.n-able.com\/es?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.n-able.com\/es#organization","name":"N-able","url":"https:\/\/www.n-able.com\/es","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.n-able.com\/es#\/schema\/logo\/image\/","url":"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/02\/logo-n-able-vertical-dark.svg","contentUrl":"https:\/\/www.n-able.com\/wp-content\/uploads\/2021\/02\/logo-n-able-vertical-dark.svg","width":"1024","height":"1024","caption":"N-able"},"image":{"@id":"https:\/\/www.n-able.com\/es#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/NableMSP","https:\/\/x.com\/Nable","https:\/\/www.linkedin.com\/company\/n-able","https:\/\/www.youtube.com\/channel\/UClnp77HHg4aME-S-3fWQhFw"]},{"@type":"Person","@id":"https:\/\/www.n-able.com\/es#\/schema\/person\/17837915039282731e00c56fd2b18ff2","name":"Eric Harless","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/56c41ecf08fcd382a32156d4ea9794e938671da99f7732339d73562470cb2581?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/56c41ecf08fcd382a32156d4ea9794e938671da99f7732339d73562470cb2581?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/56c41ecf08fcd382a32156d4ea9794e938671da99f7732339d73562470cb2581?s=96&d=mm&r=g","caption":"Eric Harless"}}]}},"_links":{"self":[{"href":"https:\/\/www.n-able.com\/es\/wp-json\/wp\/v2\/posts\/5801","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.n-able.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.n-able.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.n-able.com\/es\/wp-json\/wp\/v2\/users\/45"}],"replies":[{"embeddable":true,"href":"https:\/\/www.n-able.com\/es\/wp-json\/wp\/v2\/comments?post=5801"}],"version-history":[{"count":0,"href":"https:\/\/www.n-able.com\/es\/wp-json\/wp\/v2\/posts\/5801\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.n-able.com\/es\/wp-json\/wp\/v2\/media?parent=5801"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}