Hello,
I need to copy files for a specific date (11/18/2015) that are new or modified, from each users folder. Then I need those files to go into a folder called recovery on a different drive in a users folders.
Folder structure on source:
x:\admins\smithj etc.
x:\admins\jackson etc.
x:\staff\thompson etc
x:\staff\someuser etc
Folder structure on destination:
y:\users\admins\smithj etc.
Y:\users\admins\jackson etc.
Y:\users\staff\thompson etc
Y:\users\staff\someuser etc
How can I have the files on source based on date copy to each users folder. What is the best way to traverse username and folders. I need to make sure each users files are placed In the correct user folder under recovery.
Can this been easily done in AMS or robocopy?
Any help would be great. Thanks!
I need to copy files for a specific date (11/18/2015) that are new or modified, from each users folder. Then I need those files to go into a folder called recovery on a different drive in a users folders.
Folder structure on source:
x:\admins\smithj etc.
x:\admins\jackson etc.
x:\staff\thompson etc
x:\staff\someuser etc
Folder structure on destination:
y:\users\admins\smithj etc.
Y:\users\admins\jackson etc.
Y:\users\staff\thompson etc
Y:\users\staff\someuser etc
How can I have the files on source based on date copy to each users folder. What is the best way to traverse username and folders. I need to make sure each users files are placed In the correct user folder under recovery.
Can this been easily done in AMS or robocopy?
Any help would be great. Thanks!
Comment