I’m using Robocopy to perform daily backups of a folder with this command:
Robocopy C:Souce D:Destination /MIR
I would like to keep 5 “Destination” folders and on the sixth day update the oldest folder, so that I have 5 complete backup copies.
Is it possible to achieve this natively with a Robocopy command ?