{"id":1322,"date":"2009-11-13T16:45:02","date_gmt":"2009-11-13T06:45:02","guid":{"rendered":"http:\/\/nsrd.wordpress.com\/?p=1322"},"modified":"2018-12-12T15:18:57","modified_gmt":"2018-12-12T05:18:57","slug":"manually-staging-dont-forget-the-clone-id","status":"publish","type":"post","link":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/","title":{"rendered":"Manually Staging? Don&#8217;t forget the Clone ID!"},"content":{"rendered":"<p>Something that continues to periodically come up is the need to remind people running manual staging to ensure they specify both the SSID and the Clone ID when they stage. <a title=\"Instantiating savesets\" href=\"https:\/\/nsrd.info\/blog\/2009\/01\/25\/instantiating-savesets\/\" target=\"_blank\">I did some initial coverage of this when I first started the blog<\/a>, but I wanted to revisit and demonstrate exactly <em>why<\/em> this is necessary.<\/p>\n<p>The short version of why is simple: If you stage by SSID alone, NetWorker will delete\/purge <em>all instances of the saveset other than the one you just created<\/em>. This is Not A Good Thing for 99.999% of what we do within NetWorker.<\/p>\n<p>So to demonstrate, here&#8217;s a session where I:<\/p>\n<ol>\n<li>Generate a backup<\/li>\n<li>Clone the backup to tape<\/li>\n<li>Stage the saveset only to tape<\/li>\n<\/ol>\n<p>In between each step, I&#8217;ll run mminfo to get a dump of what the media database says about saveset availability.<\/p>\n<h3>Part 1 \u2013 Generate the Backup<\/h3>\n<p>Here&#8217;s a very simple backup for the purposes of this demonstration, and the subsequent mminfo command to find out about the backup:<\/p>\n<pre>[root@tara ~]# save -b Default -LL -q \/etc\nsave: \/etc&nbsp; 106 MB 00:00:07&nbsp;&nbsp; 2122 files\ncompleted savetime=1258093549\n\n[root@tara ~]# mminfo -q \"client=tara.pmdg.lab,name=\/etc\" -r volume,ssid,cloneid,\nsavetime\n volume&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clone id&nbsp; date\nDefault.001&nbsp;&nbsp;&nbsp; 2600270829&nbsp; 1258093549 11\/13\/2009\nDefault.001.RO 2600270829&nbsp; 1258093548 11\/13\/2009<\/pre>\n<p>There&#8217;s nothing out of the ordinary here, so we&#8217;ll move onto the next step.<\/p>\n<h3>Part 2 \u2013 Clone the Backup<\/h3>\n<p>We&#8217;ll just do a manual clone to the Default Clone pool. Here we&#8217;ll specify the saveset ID alone, which is fine for cloning \u2013 but is often what leads people to being in the habit of not specifying a particular saveset instance. I&#8217;m using very small VTL tapes, so don&#8217;t be worried that in this case I&#8217;ve got a clone of \/etc spanning 3 volumes:<\/p>\n<pre>[root@tara ~]# nsrclone -b \"Default Clone\" -S 2600270829\n[root@tara ~]# mminfo -q \"client=tara.pmdg.lab,name=\/etc\" -r volume,ssid,cloneid,\nsavetime\n&nbsp;volume&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clone id&nbsp; date\n800843S3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2600270829&nbsp; 1258094164 11\/13\/2009\n800844S3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2600270829&nbsp; 1258094164 11\/13\/2009\n800845S3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2600270829&nbsp; 1258094164 11\/13\/2009\nDefault.001&nbsp;&nbsp;&nbsp; 2600270829&nbsp; 1258093549 11\/13\/2009\nDefault.001.RO 2600270829&nbsp; 1258093548 11\/13\/2009<\/pre>\n<p>As you can see there, it&#8217;s all looking fairly ordinary at this point &#8211; nothing surprising is going on at all.<\/p>\n<h3>Part 3 \u2013 Stage by Saveset ID Only<\/h3>\n<p>In this next step, I&#8217;m going to stage by saveset ID alone rather than specifying the saveset ID\/clone ID, which is the correct way of staging, so as to demonstrate what happens at the conclusion of the staging. I&#8217;ll be staging to a pool called &#8220;Big&#8221;:<\/p>\n<pre>[root@tara ~]# nsrstage -b Big -v -m -S 2600270829\nObtaining media database information on server tara.pmdg.lab\nParsing save set id(s)\nMigrating the following save sets (ids):\n 2600270829\n5874:nsrstage: Automatically copying save sets(s) to other volume(s)\n\nStarting migration operation...\nNov 13 17:34:00 tara logger: NetWorker media: (waiting) Waiting for 1 writable\nvolume(s) to backup pool 'Big' disk(s) or tape(s) on tara.pmdg.lab\n5884:nsrstage: Successfully cloned all requested save sets\n5886:nsrstage: Clones were written to the following volume(s):\n BIG991S3\n6359:nsrstage: Deleting the successfully cloned save set 2600270829\nSuccessfully deleted original clone 1258093548 of save set 2600270829\nfrom media database.\nSuccessfully deleted AFTD's companion clone 1258093549 of save set 2600270829\nfrom media database with 0 retries.\nSuccessfully deleted original clone 1258094164 of save set 2600270829\nfrom media database.\nRecovering space from volume 4294740163 failed with the error\n'Cannot access volume 800844S3, please mount the volume or verify its label.'.\nRefer to the NetWorker log for details.\n6330:nsrstage: Cannot access volume 800844S3, please mount the volume\nor verify its label.\nCompleted recover space operation for volume 4177299774\nRefer to the NetWorker log for any failures.\nRecovering space from volume 4277962971 failed with the error\n'Cannot access volume 800845S3, please mount the volume or verify its label.'.\nRefer to the NetWorker log for details.\n6330:nsrstage: Cannot access volume 800845S3, please mount the volume\nor verify its label.\nRecovering space from volume 16550059 failed with the error\n'Cannot access volume 800843S3, please mount the volume or verify its label.'.\nRefer to the NetWorker log for details.\n6330:nsrstage: Cannot access volume 800843S3, please mount the volume\nor verify its label.<\/pre>\n<p>You&#8217;ll note there&#8217;s a bunch of output there about being unable to access the clone volumes the saveset was previously cloned to. When we then check mminfo, we see the consequences of the staging operation though:<\/p>\n<pre>[root@tara ~]# mminfo -q \"client=tara.pmdg.lab,name=\/etc\" -r volume,ssid,cloneid,\nsavetime\n volume&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clone id&nbsp; date\nBIG991S3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2600270829&nbsp; 1258095244 11\/13\/2009<\/pre>\n<p>As you can see \u2013 no reference to the clone volumes at all!<\/p>\n<p>Now, has the clone data been erased? No, but it <em>has<\/em> been removed from the media database, meaning you&#8217;d have to manually scan the volumes back in order to be able to use them again. Worse, if those volumes <em>only<\/em> contained clone data that was subsequently removed from the media database, they may become eligible for recycling and get re-used before you notice what has gone wrong!<\/p>\n<h3>Wrapping Up<\/h3>\n<p>Hopefully the above session will have demonstrated the danger of staging by saveset ID alone. If instead of staging by saveset ID we staged by saveset ID and clone ID, we&#8217;d have had a much more desirable outcome. Here&#8217;s a (short) example of that:<\/p>\n<pre>[root@tara ~]# save -b Default -LL -q \/tmp\nsave: \/tmp&nbsp; 2352 KB 00:00:01&nbsp;&nbsp;&nbsp;&nbsp; 67 files\ncompleted savetime=1258094378\n[root@tara ~]# mminfo -q \"name=\/tmp\" -r volume,ssid,cloneid\n volume&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clone id\nDefault.001&nbsp;&nbsp;&nbsp; 2583494442&nbsp; 1258094378\nDefault.001.RO 2583494442&nbsp; 1258094377\n[root@tara ~]# nsrclone -b \"Default Clone\" -S 2583494442\n\n[root@tara ~]# mminfo -q \"name=\/tmp\" -r volume,ssid,cloneid\n volume&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clone id\n800845S3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2583494442&nbsp; 1258095244\nDefault.001&nbsp;&nbsp;&nbsp; 2583494442&nbsp; 1258094378\nDefault.001.RO 2583494442&nbsp; 1258094377\n[root@tara ~]# nsrstage -b Big -v -m -S 2583494442\/1258094377\nObtaining media database information on server tara.pmdg.lab\nParsing save set id(s)\nMigrating the following save sets (ids):\n 2583494442\n5874:nsrstage: Automatically copying save sets(s) to other volume(s)\n\nStarting migration operation...\n\n5886:nsrstage: Clones were written to the following volume(s):\n BIG991S3\n6359:nsrstage: Deleting the successfully cloned save set 2583494442\nSuccessfully deleted original clone 1258094377 of save set 2583494442 from\nmedia database.\nSuccessfully deleted AFTD's companion clone 1258094378 of save set 2583494442\nfrom media database with 0 retries.\nCompleted recover space operation for volume 4177299774\nRefer to the NetWorker log for any failures.\n\n[root@tara ~]# mminfo -q \"name=\/tmp\" -r volume,ssid,cloneid\n volume&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clone id\n800845S3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2583494442&nbsp; 1258095244\nBIG991S3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2583494442&nbsp; 1258096324<\/pre>\n<p>The recommendation that I always make is that you <em>forget about using saveset IDs alone<\/em> unless you absolutely have to. Instead, get yourself into the habit of always specifying a particular <em>instance<\/em> of a saveset ID via the &#8220;ssid\/cloneid&#8221; option. That way, if you do any manual staging, you won&#8217;t wipe out access to data!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Something that continues to periodically come up is the need to remind people running manual staging to ensure they specify&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[6,16,20],"tags":[227,656,677,857,928,933],"class_list":["post-1322","post","type-post","status-publish","format-standard","hentry","category-basics","category-networker","category-scripting","tag-clone-id","tag-nsrclone","tag-nsrstage","tag-saveset-id","tag-ssid","tag-staging"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"If you&#039;re manually staging data in NetWorker, make sure you remember to include the Clone ID.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Preston de Guise\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Data Protection Hub | All things Data Protection\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Manually Staging? Don\u2019t forget the Clone ID! | Data Protection Hub\" \/>\n\t\t<meta property=\"og:description\" content=\"If you&#039;re manually staging data in NetWorker, make sure you remember to include the Clone ID.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-11-13T06:45:02+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2018-12-12T05:18:57+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Manually Staging? Don\u2019t forget the Clone ID! | Data Protection Hub\" \/>\n\t\t<meta name=\"twitter:description\" content=\"If you&#039;re manually staging data in NetWorker, make sure you remember to include the Clone ID.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#article\",\"name\":\"Manually Staging? Don\\u2019t forget the Clone ID! | Data Protection Hub\",\"headline\":\"Manually Staging? Don&#8217;t forget the Clone ID!\",\"author\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Preston de Guise\"},\"datePublished\":\"2009-11-13T16:45:02+10:00\",\"dateModified\":\"2018-12-12T15:18:57+10:00\",\"inLanguage\":\"en-US\",\"commentCount\":5,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#webpage\"},\"articleSection\":\"Basics, NetWorker, Scripting, clone ID, nsrclone, nsrstage, saveset ID, ssid, staging\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsrd.info\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/basics\\\/#listItem\",\"name\":\"Basics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/basics\\\/#listItem\",\"position\":2,\"name\":\"Basics\",\"item\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/basics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#listItem\",\"name\":\"Manually Staging? Don&#8217;t forget the Clone ID!\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#listItem\",\"position\":3,\"name\":\"Manually Staging? Don&#8217;t forget the Clone ID!\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/basics\\\/#listItem\",\"name\":\"Basics\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\",\"name\":\"Preston de Guise\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Preston de Guise\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/\",\"name\":\"Preston de Guise\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Preston de Guise\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#webpage\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/\",\"name\":\"Manually Staging? Don\\u2019t forget the Clone ID! | Data Protection Hub\",\"description\":\"If you're manually staging data in NetWorker, make sure you remember to include the Clone ID.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/11\\\/13\\\/manually-staging-dont-forget-the-clone-id\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"datePublished\":\"2009-11-13T16:45:02+10:00\",\"dateModified\":\"2018-12-12T15:18:57+10:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/\",\"name\":\"Data Protection Hub\",\"description\":\"All things Data Protection\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Manually Staging? Don\u2019t forget the Clone ID! | Data Protection Hub","description":"If you're manually staging data in NetWorker, make sure you remember to include the Clone ID.","canonical_url":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#article","name":"Manually Staging? Don\u2019t forget the Clone ID! | Data Protection Hub","headline":"Manually Staging? Don&#8217;t forget the Clone ID!","author":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"publisher":{"@id":"https:\/\/nsrd.info\/blog\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Preston de Guise"},"datePublished":"2009-11-13T16:45:02+10:00","dateModified":"2018-12-12T15:18:57+10:00","inLanguage":"en-US","commentCount":5,"mainEntityOfPage":{"@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#webpage"},"isPartOf":{"@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#webpage"},"articleSection":"Basics, NetWorker, Scripting, clone ID, nsrclone, nsrstage, saveset ID, ssid, staging"},{"@type":"BreadcrumbList","@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog#listItem","position":1,"name":"Home","item":"https:\/\/nsrd.info\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/basics\/#listItem","name":"Basics"}},{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/basics\/#listItem","position":2,"name":"Basics","item":"https:\/\/nsrd.info\/blog\/category\/basics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#listItem","name":"Manually Staging? Don&#8217;t forget the Clone ID!"},"previousItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#listItem","position":3,"name":"Manually Staging? Don&#8217;t forget the Clone ID!","previousItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/basics\/#listItem","name":"Basics"}}]},{"@type":"Person","@id":"https:\/\/nsrd.info\/blog\/#person","name":"Preston de Guise","image":{"@type":"ImageObject","@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Preston de Guise"}},{"@type":"Person","@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author","url":"https:\/\/nsrd.info\/blog\/author\/nsrd\/","name":"Preston de Guise","image":{"@type":"ImageObject","@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Preston de Guise"}},{"@type":"WebPage","@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#webpage","url":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/","name":"Manually Staging? Don\u2019t forget the Clone ID! | Data Protection Hub","description":"If you're manually staging data in NetWorker, make sure you remember to include the Clone ID.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/nsrd.info\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/#breadcrumblist"},"author":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"creator":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"datePublished":"2009-11-13T16:45:02+10:00","dateModified":"2018-12-12T15:18:57+10:00"},{"@type":"WebSite","@id":"https:\/\/nsrd.info\/blog\/#website","url":"https:\/\/nsrd.info\/blog\/","name":"Data Protection Hub","description":"All things Data Protection","inLanguage":"en-US","publisher":{"@id":"https:\/\/nsrd.info\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Data Protection Hub | All things Data Protection","og:type":"article","og:title":"Manually Staging? Don\u2019t forget the Clone ID! | Data Protection Hub","og:description":"If you're manually staging data in NetWorker, make sure you remember to include the Clone ID.","og:url":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/","article:published_time":"2009-11-13T06:45:02+00:00","article:modified_time":"2018-12-12T05:18:57+00:00","twitter:card":"summary","twitter:title":"Manually Staging? Don\u2019t forget the Clone ID! | Data Protection Hub","twitter:description":"If you're manually staging data in NetWorker, make sure you remember to include the Clone ID."},"aioseo_meta_data":{"post_id":"1322","title":null,"description":"If you're manually staging data in NetWorker, make sure you remember to include the Clone ID.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 05:18:31","updated":"2025-07-20 04:33:52","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/nsrd.info\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/nsrd.info\/blog\/category\/basics\/\" title=\"Basics\">Basics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tManually Staging? Don\u2019t forget the Clone ID!\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/nsrd.info\/blog"},{"label":"Basics","link":"https:\/\/nsrd.info\/blog\/category\/basics\/"},{"label":"Manually Staging? Don&#8217;t forget the Clone ID!","link":"https:\/\/nsrd.info\/blog\/2009\/11\/13\/manually-staging-dont-forget-the-clone-id\/"}],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pKpIN-lk","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/1322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/comments?post=1322"}],"version-history":[{"count":1,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/1322\/revisions"}],"predecessor-version":[{"id":7590,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/1322\/revisions\/7590"}],"wp:attachment":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/media?parent=1322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/categories?post=1322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/tags?post=1322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}