A move from one location to another including directory structure given a set of perameters, say date? (everything older than xxx gets moved, anything else stays.)
Long shot I'm sure but Its getting boring moving all this stuff manually![]()
A move from one location to another including directory structure given a set of perameters, say date? (everything older than xxx gets moved, anything else stays.)
Long shot I'm sure but Its getting boring moving all this stuff manually![]()
Can't you just do a search in explorer? e.g. "kind:=folder datemodified:last week" (using W7)
Failing that you could do it through the command line:
http://biginteger.blogspot.com/2009/...ndows-cmd.html
(or just use "find" if you have cygwin installed)
FreeFileSync might be what you're after.
Cheers guys will have a look..
terra copy?
I'd say robocopy should do it.
my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net
Yup, robocopy
Here's a site that says how to use it, bit more detailed than the robocopy /? guide
http://ss64.com/nt/robocopy.html
robocopy /e /MINAGE:500 "c:\source folder" "d:\backup\destination folder"
That would copy all files folders that are over 500 days old.
There are currently 1 users browsing this thread. (0 members and 1 guests)