J
Jaz
Is there a way of copying/moving a dirctory tree and preserve the
timestamps. This is for 100+ GByte filesystems, say when moving to
larger harddrives, etc.
I'm used to being able do this under UNIX, for example:
tar cf - . | (cd newdir; tar xBfp -) But UNIX tools (cygwin) under
windows fail on junctions, truncate paths, etc.
Ghost doesn't work -- well, it does, but it runs under DOS and
trickles at 200 MB/min, which is less than 5% of disk speed (these are
Maxtor Atlas 10K on an Ultra160 scsi bus), and bringing a system down
to DOS for the sake of moving filesystems is not an option. I'd prefer
to remount filesystems read-only and move data with refined tools.
robocopy.exe (using latest from Win2003 reskit) fails in that
subfolders have new modification dates (timestamps). I've read that
an earlier version had a /timfix switch, but that it had to run twice
-- once to copy and again to fix the time stamps. Geez, what a hack.
Any info on other tools, tips & tricks would be welcome, appreciated,
and helpful.
Thanks
Jaz
timestamps. This is for 100+ GByte filesystems, say when moving to
larger harddrives, etc.
I'm used to being able do this under UNIX, for example:
tar cf - . | (cd newdir; tar xBfp -) But UNIX tools (cygwin) under
windows fail on junctions, truncate paths, etc.
Ghost doesn't work -- well, it does, but it runs under DOS and
trickles at 200 MB/min, which is less than 5% of disk speed (these are
Maxtor Atlas 10K on an Ultra160 scsi bus), and bringing a system down
to DOS for the sake of moving filesystems is not an option. I'd prefer
to remount filesystems read-only and move data with refined tools.
robocopy.exe (using latest from Win2003 reskit) fails in that
subfolders have new modification dates (timestamps). I've read that
an earlier version had a /timfix switch, but that it had to run twice
-- once to copy and again to fix the time stamps. Geez, what a hack.
Any info on other tools, tips & tricks would be welcome, appreciated,
and helpful.
Thanks
Jaz