I'm looking for incremental backup of one of my folders in my USB flash drive to my pc I'm using a ROBOCOPY command and has scheduled it on log on event through task scheduler Here's the code I'm using in my bat file
ROBOCOPY "I:\MJDrive" "d:\DriveBackup" /e /z /xo /tee /mt:4 /R:10 /W:10 /xf /LOG:d:\Backup.log
Every thing is working fine with the other files except of the ms access files actually which I'm working on and especially which I'm doing all this for.
Why does it not work with ms access files.