{"id":11,"date":"2007-08-13T10:20:35","date_gmt":"2007-08-13T10:20:35","guid":{"rendered":"http:\/\/test.bleuanus.nl\/index.php\/robocopy\/"},"modified":"2018-12-11T16:09:10","modified_gmt":"2018-12-11T15:09:10","slug":"robocopy","status":"publish","type":"post","link":"https:\/\/www.bleuanus.nl\/index.php\/2007\/08\/13\/robocopy\/","title":{"rendered":"Robocopy"},"content":{"rendered":"<p class=\"last-modified\">This post was most recently updated on December 11th, 2018<\/p><div class=\"item\"><font face=\"arial\" color=\"#000080\" size=\"1\"><\/p>\n<p align=\"left\"><strong>Algemeen<br \/><\/strong><\/p>\n<p><\/font><font face=\"arial\" color=\"#808080\"><br \/><font size=\"1\">Robocopy wordt gebruikt om complete directories of schijf root mount points (inclusief subdirectories) te kopieren naar een andere locatie en kan er tevens voor zorgen dat beide locaties identiek aan elkaar worden.<\/font><\/font><font face=\"arial\" color=\"#000080\" size=\"1\"><\/p>\n<p align=\"left\"><strong>Configuratie<\/strong><\/p>\n<p><\/font><font face=\"arial\" color=\"#808080\" size=\"1\"><\/p>\n<p align=\"left\">Om onderstaand script uit te voeren dient u wel te beschikken over leesrechten op de bron locatie en schrijfrechten op de doel locatie.<\/p>\n<p>Het script dient te worden uitgevoerd vanuit de [C: of D:]\\\\svrapp\\\\robocopy, en wordt gelogd in het [C; of D;]\\\\svrdata\\\\logs\\\\robocopy\\\\robocopy.log bestand<\/p>\n<p><\/font><font face=\"arial\" color=\"#008080\" size=\"1\"><\/p>\n<p align=\"left\"><strong>Script<\/strong><\/p>\n<p><\/font><font face=\"arial\" color=\"#c0c0c0\"><br \/><\/font><\/p>\n<table style=\"background-image: none; vertical-align: top; width: 80%; border-top-style: dashed; border-right-style: dashed; border-left-style: dashed; text-align: left; border-bottom-style: dashed; cssfloat: none\" cellspacing=\"0\" cellpadding=\"0\" rules=\"none\" width=\"565\" border=\"1\" frame=\"void\">\n<tbody>\n<tr>\n<td bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">do_robocopy.bat<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\">            <\/p>\n<p align=\"left\">            <font size=\"1\">@echo off<br \/>            REM *********************************************<br \/>            REM * Script tbv mirror data schijf xx naar xx **<br \/>            REM *********************************************<\/p>\n<p>            set log=d:\\\\svrdata\\\\logs\\\\robocopy\\\\robocopy.log<br \/>            set source=c:\\\\temp<br \/>            set dest=c:\\\\test<\/p>\n<p>            d:<br \/>            cd\\\\<br \/>            cd svrapp\\\\robocopy\\\\ <\/p>\n<p>            robocopy &#8220;%source%&#8221; &#8220;%dest%&#8221; \/MIR \/E \/SEC \/COPY:DATSOU \/V \/NP \/R:10 \/W:5 \/LOG:%log%<br \/>            <\/font><\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><font face=\"arial\" color=\"#808080\" size=\"1\"><\/p>\n<p align=\"left\">?<\/p>\n<p><\/font><font face=\"arial\" color=\"#008080\" size=\"1\"><\/p>\n<p align=\"left\"><strong>Argumenten<\/strong><\/p>\n<p><\/font><font face=\"arial\" color=\"#808080\"><\/p>\n<p align=\"left\">\u00a0<\/p>\n<p align=\"left\"><strong><font size=\"1\">Verklaring van de argumenten:<\/font><\/strong><\/p>\n<p align=\"left\">\u00a0<\/p>\n<p><\/font><\/p>\n<table style=\"background-image: none; vertical-align: top; width: 80%; border-top-style: dashed; border-right-style: dashed; border-left-style: dashed; text-align: left; border-bottom-style: dashed; cssfloat: none\" cellspacing=\"0\" cellpadding=\"0\" rules=\"none\" width=\"565\" border=\"1\" frame=\"void\">\n<tbody>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">argument<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">actie<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/MIR<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Mirrors een directorie inclusief subdirectories<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/E<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Kopieert alle subdirectories (inclusief lege directories)<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/SEC<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Kopieerd de NTFS security informatie<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/COPY:DATSOU<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Kopieerd de bestands informatie gespecificeerd met behulp van <em>copyflags<\/em>, dit kan een combinatie zijn van onderstaande elementen:<br \/>            D \u00e2\u20ac\u201c file Data. S \u00e2\u20ac\u201c file Security (NTFS ACLs).<br \/>            A \u00e2\u20ac\u201c file Attributes. O \u00e2\u20ac\u201c file Ownership information. <br \/>            T \u00e2\u20ac\u201c file Timestamps. U \u00e2\u20ac\u201c file aUditing infomation.<br \/>            De bron en doel locatie dienen beide op NTFS te zijn dit in verband met het kopieren van Security, Ownership of Auditing informatie.<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/V<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Produces verbose output (inclusief overgeslagen files)<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/NP<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Zorgt ervoor dat de voortgang niet procentueel zichtbaar is op het scherm<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/R:<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Specificeert het aantal maal dat gebropeerd wordt om een file te kopieren (default is 1 miljoen)<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/W:<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Specificeert de tijd dat gewacht moet worden voordat er opnieuw geprobeerd wordt om te kopieren (default is 30 seconden)<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<tr>\n<td width=\"14%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">\/LOG:<\/p>\n<p>            <\/font><\/td>\n<td width=\"86%\" bgcolor=\"#ffffe1\"><font face=\"arial\" color=\"#808080\" size=\"1\">            <\/p>\n<p align=\"left\">Schrijft de output naar een gespecificeerde file, wanneer de file bestaat wordt deze overschreven<\/p>\n<p>            <\/font><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This post was most recently updated on December 11th, 2018 Algemeen Robocopy wordt gebruikt om complete directories of schijf root mount points (inclusief subdirectories) te kopieren naar een andere locatie en kan er tevens voor zorgen dat beide locaties identiek aan elkaar worden. Configuratie Om onderstaand script uit te voeren dient u wel te beschikken [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/posts\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":1,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/posts\/11\/revisions"}],"predecessor-version":[{"id":295,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/posts\/11\/revisions\/295"}],"wp:attachment":[{"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/media?parent=11"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/categories?post=11"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bleuanus.nl\/index.php\/wp-json\/wp\/v2\/tags?post=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}