asked on
robocopy w:\ v:\ "*.pst*" /b /s /copyall /r:5 /w:10 /v /log:e:\robolog.txt
W:\ (root)
W:\folder1 <- has a PST file
w:\folder2 <- does NOT have a PST file
robocopy w:\ v:\ "*.pst*" /mt:12 /b /s /copyall /r:5 /w:10 /v /log:e:\robolog.txt
ASKER
ASKER
Source : w:\
Dest : v:\becks2\
Files : *.pst*
Options : /V /S /COPYALL /B /R:2 /W:1
------------------------------------------------------------------------------
New Dir 0 w:\
New Dir 1 w:\akreci\
New File 976.5 m archive.pst 100%
New Dir 0 w:\akreci\!JPEGS (new)\
New Dir 5 w:\akreci\Archive_Old\
New File 145.8 m AKRECI.PST 100%
New File 1033216 AKRECI_Archive1.PST 100%
Source : w:\
Dest : v:\becks\
Files : *.pst*
Options : /V /S /COPYALL /B /MT:64 /R:2 /W:1
------------------------------------------------------------------------------
0 w:\
New Dir 1 w:\akreci\
New File 976.5 m archive.pst 100%
New Dir 0 w:\akreci\!JPEGS (new)\
New Dir 5 w:\akreci\Archive_Old\
New File 145.8 m AKRECI.PST 100%
New File 1033216 AKRECI_Archive1.PST 100%
ASKER
E:\1.source>dir /s /b
E:\1.source\1.miscfiles
E:\1.source\2.empty
E:\1.source\3.pst
E:\1.source\4.miscfiles
E:\1.source\1.miscfiles\blah.txt
E:\1.source\1.miscfiles\lkjasdfl.txt
E:\1.source\1.miscfiles\stuff.txt
E:\1.source\3.pst\dummy.pst
E:\1.source\4.miscfiles\blah.txt
E:\1.source\4.miscfiles\lkjasdfl.txt
E:\1.source\4.miscfiles\stuff.txt
Source : E:\1.source\
Dest : E:\2.dest.st\
Files : *.pst
Options : /V /TEE /S /COPYALL /B /R:1000000 /W:30
----------------------------------------------------------------------
0 E:\1.source\
New Dir 0 E:\1.source\1.miscfiles\
New Dir 0 E:\1.source\2.empty\
New Dir 1 E:\1.source\3.pst\
100% New File 12.1 m dummy.pst
New Dir 0 E:\1.source\4.miscfiles\
----------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 5 4 1 0 0 0
Files : 1 1 0 0 0 0
Bytes : 12.15 m 12.15 m 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
E:\>dir 2.dest.st /s/b
E:\2.dest.st\3.pst
E:\2.dest.st\3.pst\dummy.pst
Source : E:\1.source\
Dest : E:\2.dest.mt\
Files : *.pst
Options : /V /TEE /S /COPYALL /B /MT:2 /R:1000000 /W:30
------------------------------------------------------------------------------
0 E:\1.source\
New Dir 0 E:\1.source\1.miscfiles\
New Dir 0 E:\1.source\2.empty\
New Dir 1 E:\1.source\3.pst\
100% New File 12.1 m dummy.pst
New Dir 0 E:\1.source\4.miscfiles\
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 5 4 1 0 0 0
Files : 1 1 0 0 0 0
Bytes : 12.15 m 12.15 m 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
E:\>dir 2.dest.mt /s/b
E:\2.dest.mt\1.miscfiles
E:\2.dest.mt\2.empty
E:\2.dest.mt\3.pst
E:\2.dest.mt\4.miscfiles
E:\2.dest.mt\3.pst\dummy.pst
ASKER
The Microsoft Legacy Operating System topic includes legacy versions of Microsoft operating systems prior to Windows 2000: All versions of MS-DOS and other versions developed for specific manufacturers and Windows 3/3.1, Windows 95 and Windows 98, plus any other Windows-related versions, and Windows Mobile.
TRUSTED BY
Use the /L and see what it actually would do without doing it.