iliyashayla
Programmer
I'm running an incremental file system backup using a Robocopy MAXAGE switch as a starting date for increment.
I have bumped into a following problem:
If a file was Modified say on the 1st of October, but copied to a directory that is being backed up on the 10th of October, Robocopy with MAXAGE:20041005 would skip the file, but I need it to be copied!
In other words, how can I specify Date Created rather than Date Modified to filter my backup robocopy job?
Please, it drives me mad. MAXLAD switch is not recognised by my version of robocopy (v 1.96), but I'm not sure if it is what I need anyway.
I have bumped into a following problem:
If a file was Modified say on the 1st of October, but copied to a directory that is being backed up on the 10th of October, Robocopy with MAXAGE:20041005 would skip the file, but I need it to be copied!
In other words, how can I specify Date Created rather than Date Modified to filter my backup robocopy job?
Please, it drives me mad. MAXLAD switch is not recognised by my version of robocopy (v 1.96), but I'm not sure if it is what I need anyway.