G
Guest
Does anyone know of any tools that you can use to copy files in use? I have
used robocopy on an XP machine but that doesnt work completely. I have
created a .bat file in which i am specifiying copying my whole c:drive to an
external hard drive (f
.
The script works fine and i can see practically my whole c: drive on the
external drive (f
. However pst files (backup2.pst) for example is not
copied as its in use.
People say to use NTBackup so my script now looks like this:-
Backup.bat
---------------------------------------------------------------------------------------------
ROBOCOPY c:\ f:\ /s /NP /PURGE /R:1 /W:1
ntbackup backup C:\backup2.pst /j "PST backup" /f f:\backup.bkf
---------------------------------------------------------------------------------------------
it created a backup.bkf file on the external hard drive (f
however the
backup.bkf is only 10.0kb which suggests to me its not fully backed up?? Any
ideas? when i double click the backup.bkf file it starts the backup/restore
wizard.
I click next > select restore file and settings > and the next wizard box
shows on the left ... "backup.bkf created 06/06/2006 at 09.58" If you expand
the tree it shows "c" i dont understand how i would restore the pst if at
all it has successfully backed up?
PLEASE help!!
Vijay
used robocopy on an XP machine but that doesnt work completely. I have
created a .bat file in which i am specifiying copying my whole c:drive to an
external hard drive (f

The script works fine and i can see practically my whole c: drive on the
external drive (f

copied as its in use.
People say to use NTBackup so my script now looks like this:-
Backup.bat
---------------------------------------------------------------------------------------------
ROBOCOPY c:\ f:\ /s /NP /PURGE /R:1 /W:1
ntbackup backup C:\backup2.pst /j "PST backup" /f f:\backup.bkf
---------------------------------------------------------------------------------------------
it created a backup.bkf file on the external hard drive (f

backup.bkf is only 10.0kb which suggests to me its not fully backed up?? Any
ideas? when i double click the backup.bkf file it starts the backup/restore
wizard.
I click next > select restore file and settings > and the next wizard box
shows on the left ... "backup.bkf created 06/06/2006 at 09.58" If you expand
the tree it shows "c" i dont understand how i would restore the pst if at
all it has successfully backed up?
PLEASE help!!
Vijay