D4zza
Member
Member details
- Joined
- Dec 20, 2025
- Messages
- 2
Hi. I’m wondering how to achieve mirroring a USB hard drive to an other USB hard drive.
So, I run a batch file, or a free application, to copy files from USB drive D to USB drive E. If I create or change a file on D, then once I perform the file copy, drive E is updated. However, I also want the setup that if I delete a file from D then the file copy will delete from E.
I have a robocopy batch file that incrementally copies but doesn’t delete files from E if I delete from D. Am I actually able to run Robocopy with a switch setting to also delete?
I should also say I don’t want E to be a backup zip file or anything like a backup application would create, I want E to be accessible in the same way as any windows drive file system.
Many help appreciated please. Thanks.
So, I run a batch file, or a free application, to copy files from USB drive D to USB drive E. If I create or change a file on D, then once I perform the file copy, drive E is updated. However, I also want the setup that if I delete a file from D then the file copy will delete from E.
I have a robocopy batch file that incrementally copies but doesn’t delete files from E if I delete from D. Am I actually able to run Robocopy with a switch setting to also delete?
I should also say I don’t want E to be a backup zip file or anything like a backup application would create, I want E to be accessible in the same way as any windows drive file system.
Many help appreciated please. Thanks.