I am using Robocopy to copy some VBR synthetic full backup (as VBR going to remove reverse incremental backup).<\/p>\n
Advertisement
So the idea is to retail the oldest Synthetic full backup (required by forward incremental backup), while only retaining the 2 latest synthetic full backup (created daily as additional task).<\/p>\n
Advertisement
But the issue is that move is immediate but robocopy takes hours (as robocopy does a copy then delete, not a “move”).<\/p>\n
Is there a way to “move” the files faster ? Thanks in advance…<\/p>\n
So my batch file is as follow… \nMD \\VBR_server\\Veeam\\temp \nrobocopy “\\VBR_server\\Veeam\\Daily-1” \\VBR_server\\Veeam\\temp\" *.vbk /minage:2 /maxage:5 /mov<\/p>","upvoteCount":6,"answerCount":15,"datePublished":"2025-07-03T05:51:18.028Z","author":{"@type":"Person","name":"adrian_ych","url":"https://community.spiceworks.com/u/adrian_ych"},"acceptedAnswer":{"@type":"Answer","text":"
I am using Robocopy to copy some VBR synthetic full backup (as VBR going to remove reverse incremental backup).<\/p>\n
So the idea is to retail the oldest Synthetic full backup (required by forward incremental backup), while only retaining the 2 latest synthetic full backup (created daily as additional task).<\/p>\n
But the issue is that move is immediate but robocopy takes hours (as robocopy does a copy then delete, not a “move”).<\/p>\n
Is there a way to “move” the files faster ? Thanks in advance…<\/p>\n
So my batch file is as follow… \nMD \\VBR_server\\Veeam\\temp \nrobocopy “\\VBR_server\\Veeam\\Daily-1” \\VBR_server\\Veeam\\temp\" *.vbk /minage:2 /maxage:5 /mov<\/p>","upvoteCount":6,"datePublished":"2025-07-03T05:51:18.084Z","url":"https://community.spiceworks.com/t/need-help-for-a-better-robocopy-batch-move-alternative/1220677/1","author":{"@type":"Person","name":"adrian_ych","url":"https://community.spiceworks.com/u/adrian_ych"}},{"@type":"Answer","text":"