{"id":2570,"date":"2020-08-05T08:29:30","date_gmt":"2020-08-05T08:29:30","guid":{"rendered":"https:\/\/www.systools.in\/blog\/?p=2570"},"modified":"2022-11-02T07:37:03","modified_gmt":"2022-11-02T07:37:03","slug":"how-to-take-backup-of-mdf-and-ldf-files-in-sql-server","status":"publish","type":"post","link":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/","title":{"rendered":"How to Take Backup of MDF and LDF files in SQL Server \u2013 Explore Here"},"content":{"rendered":"\r\n<p>In the present decade, the Relational database Management framework turned into the need for the associations whether they are little level or huge levels. In such a setting SQL Server is the best and fruitful RDBMS that offers exceptionally coordinated types of assistance to control the SQL database over the Server. As we talk about the SQL Server database the Server gives the primary storage MDF File, NDF file otherwise called a secondary file, LDF log transaction file.<\/p>\r\n\r\n\r\n\r\n<p>All things considered, in this blog, we will examine How to Take Backup of MDF and LDF files in SQL Server to a database so how about we make a few requirements perform tasks with no difficulty.<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p><em>Important Note: In case if you are facing corruption in the MDF file and the SQL database is inaccessible then try <a href=\"https:\/\/www.systools.in\/products\/sql-server-data-recovery\/\">SQL Server Data Recovery<\/a>. By using this application the user can easily export and recover the deleted SQL database objects also. This software supports Microsoft SQL Server 2019 and below versions.<\/em><\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"text-center mr-2\"><a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #28a745; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/download\/SYS1S2Q7L\/29\" rel=\"nofollow\"> Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/buy\/SYS1S2Q7L\/29\" target=\"_blank\" rel=\"noopener noreferrer nofollow\"> Purchase Now<\/a><\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\">Know-How to Take Backup of MDF and LDF files in SQL Server<strong> Server Management Studio Express <\/strong><\/h2>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Open SQL Server Management Studio Express and interface with the SQL server.<\/li>\r\n<li>Expand Databases.<\/li>\r\n<li>Right-click on the database you need to back up, at that point select <strong>Tasks &gt; Back up.<\/strong><\/li>\r\n<li>On the Back Up Database window, ensure the Database field contains the name of the database you need to back up.<\/li>\r\n<li>Select the Backup Type. As a matter of course, it is Full &#8211; leave it set to that.<\/li>\r\n<li>Click on the <strong>Remove<\/strong> to expel the default\/last backup file name.<\/li>\r\n<li>Click on the <strong>Add<\/strong> to open the Select Backup Destination window.<\/li>\r\n<li>Click on the <strong>[&#8230;] <\/strong>close to the File Name field.<\/li>\r\n<li>On the Locate Database Files window, select the folder where you need the backup file to go. As a matter of course, it is ..\\Microsoft SQL Server\\MSSQL.1\\MSSQL\\Backup.<\/li>\r\n<li>In the File Name field, type the name for this backup, with a .bak augmentation. For instance, xyz_20080221.bak for a backup of the XYZ database made on 21 February 2008.<\/li>\r\n<li>Click on the <strong>OK<\/strong> to close the Locate Database Files window.<\/li>\r\n<li>Click on the <strong>OK<\/strong> to close the Select Backup Destination window.<\/li>\r\n<li>Click on the <strong>OK<\/strong> to begin the backup. The progress icon shows in the lower-left corner, and a &#8216;finished effectively&#8217; message shows when it&#8217;s set.<\/li>\r\n<\/ul>\r\n<blockquote>\r\n<p><strong>Also Read: <a href=\"https:\/\/www.systools.in\/blog\/migration-from-sql-server-2008-to-2016\/\" target=\"_blank\" rel=\"noopener\">Migration from SQL Server 2008 to 2016<\/a> Version<\/strong><\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p>So far we have discussed how to take backup of MDF and LDF files in SQL . Now we will discuss how to restore data from .bak files<strong>.<\/strong><\/p>\r\n\r\n\r\n\r\n<p>There are two different ways to restore the database from MDF file in SQL Server:<\/p>\r\n\r\n\r\n\r\n<p>1. With the assistance of SQL Server Management Studio<\/p>\r\n\r\n\r\n\r\n<p>2. Utilizing T-SQL<\/p>\r\n\r\n\r\n\r\n<p><strong>1. <\/strong><strong>Through SQL Server Management Studio <\/strong><\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Open SSMS and go to <strong>Object Explorer<\/strong> of the database engine instance<\/li>\r\n<li>At that point, right-click on the database and select To <strong>Attach<\/strong> <strong>Option<\/strong> of the list button<\/li>\r\n<li>Windows show up, at that point click on <strong>Add<\/strong> button<\/li>\r\n<li>Select the MDF file and click on the on <strong>OK<\/strong> Button<\/li>\r\n<li>Validate the chosen files and go to <strong>OK<\/strong> Button<\/li>\r\n<li>Presently check the attached database<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p><strong>2. On utilizing T-SQL <\/strong><\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Login to SQL Server database engine<\/li>\r\n<li>Go to New Query Window and use Create database with Attach close<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p><strong><em>CREATE DATABASE MyDatabase <\/em><\/strong><\/p>\r\n\r\n\r\n\r\n<p><strong><em>ON (FILENAME = &#8216;C:\\SQLServer\\MyDatabase_Data.mdf&#8217;), <\/em><\/strong><\/p>\r\n\r\n\r\n\r\n<p><strong><em>(FILENAME = &#8216;C:\\SQLServer\\ MyDatabase _Log.ldf&#8217;) <\/em><\/strong><\/p>\r\n\r\n\r\n\r\n<p><strong><em>FOR ATTACH; <\/em><\/strong><\/p>\r\n\r\n\r\n\r\n<p>Now, by using these upper-mentioned techniques, you can easily restore the backup of the database. But, if your database backup files are corrupted then no need to worry, you can recover the corrupted BAK file format. Now, to do so, we suggest you use a third-party tool such as <strong>\u00a0<a href=\"https:\/\/www.systools.in\/products\/sql-backup-restore\/\">SQL Backup Restore <\/a><\/strong>tool. This tool is a vigorous and proficient program to fix.BAK file of SQL Version 2019, 2017, 2016, 2014, and all beneath versions. The interface of the tool is simple and easy to use and ready to recover corrupted backup files effortlessly. The tool doesn&#8217;t have any file size confinement to fix the corrupted BAK file.<\/p>\r\n\r\n\r\n\r\n<p class=\"text-center mr-2\"><a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #28a745; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/download\/SYS1S0B4R\/29\" rel=\"nofollow\"> Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/buy\/SYS1S0B4R\/29\" target=\"_blank\" rel=\"noopener noreferrer nofollow\"> Purchase Now<\/a><\/p>\r\n\r\n\r\n\r\n<p><strong>Conclusion<\/strong><\/p>\r\n\r\n\r\n\r\n<p>In this blog, we figured out how to take backup of MDF and LDF files in SQL server. It is energetically prescribed that you need to disconnect the MDF file before connecting another one. This is an extremely accommodating technique to restore the database from MDF file in SQL Server. Moreover, if your backup file is corrupted or damaged, we suggested using a third-party backup recovery tool.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>In the present decade, the Relational database Management framework turned into the need for the associations whether they are little level or huge levels. In such a setting SQL Server <\/p>\n","protected":false},"author":7,"featured_media":2571,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[215],"class_list":["post-2570","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sql-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Learn How to Take Backup of MDF and LDF files in SQL Server<\/title>\n<meta name=\"description\" content=\"In this article, We have discussed how to take backup of MDF and LDF files in SQL Server. Also it provides solution to restore database from .bak file.\" \/>\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.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"siddharth\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/\"},\"author\":{\"name\":\"siddharth\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\"},\"headline\":\"How to Take Backup of MDF and LDF files in SQL Server \u2013 Explore Here\",\"datePublished\":\"2020-08-05T08:29:30+00:00\",\"dateModified\":\"2022-11-02T07:37:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/\"},\"wordCount\":754,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/backups-in-sql-server.png\",\"articleSection\":[\"SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/\",\"name\":\"Learn How to Take Backup of MDF and LDF files in SQL Server\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/backups-in-sql-server.png\",\"datePublished\":\"2020-08-05T08:29:30+00:00\",\"dateModified\":\"2022-11-02T07:37:03+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\"},\"description\":\"In this article, We have discussed how to take backup of MDF and LDF files in SQL Server. Also it provides solution to restore database from .bak file.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/backups-in-sql-server.png\",\"contentUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/backups-in-sql-server.png\",\"width\":180,\"height\":120},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Take Backup of MDF and LDF files in SQL Server \u2013 Explore Here\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\",\"name\":\"Informative Blogs Related To Technologies &amp; Data Recovery Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\",\"name\":\"siddharth\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"caption\":\"siddharth\"},\"description\":\"With years experience in Data Recovery field, I am well aware of the technicalities faced by the user while working on various technologies and applications. I love to sharing technical data through my blogs and articles regarding the technology.\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/author\\\/siddharth\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Learn How to Take Backup of MDF and LDF files in SQL Server","description":"In this article, We have discussed how to take backup of MDF and LDF files in SQL Server. Also it provides solution to restore database from .bak file.","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.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/","twitter_misc":{"Written by":"siddharth","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/#article","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/"},"author":{"name":"siddharth","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138"},"headline":"How to Take Backup of MDF and LDF files in SQL Server \u2013 Explore Here","datePublished":"2020-08-05T08:29:30+00:00","dateModified":"2022-11-02T07:37:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/"},"wordCount":754,"commentCount":0,"image":{"@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2020\/08\/backups-in-sql-server.png","articleSection":["SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/","url":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/","name":"Learn How to Take Backup of MDF and LDF files in SQL Server","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/#primaryimage"},"image":{"@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2020\/08\/backups-in-sql-server.png","datePublished":"2020-08-05T08:29:30+00:00","dateModified":"2022-11-02T07:37:03+00:00","author":{"@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138"},"description":"In this article, We have discussed how to take backup of MDF and LDF files in SQL Server. Also it provides solution to restore database from .bak file.","breadcrumb":{"@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/#primaryimage","url":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2020\/08\/backups-in-sql-server.png","contentUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2020\/08\/backups-in-sql-server.png","width":180,"height":120},{"@type":"BreadcrumbList","@id":"https:\/\/www.systools.in\/blog\/how-to-take-backup-of-mdf-and-ldf-files-in-sql-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systools.in\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Take Backup of MDF and LDF files in SQL Server \u2013 Explore Here"}]},{"@type":"WebSite","@id":"https:\/\/www.systools.in\/blog\/#website","url":"https:\/\/www.systools.in\/blog\/","name":"Informative Blogs Related To Technologies &amp; Data Recovery Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systools.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138","name":"siddharth","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","caption":"siddharth"},"description":"With years experience in Data Recovery field, I am well aware of the technicalities faced by the user while working on various technologies and applications. I love to sharing technical data through my blogs and articles regarding the technology.","url":"https:\/\/www.systools.in\/blog\/author\/siddharth\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/2570","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/comments?post=2570"}],"version-history":[{"count":0,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/2570\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media\/2571"}],"wp:attachment":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media?parent=2570"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/categories?post=2570"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}