PST backup with Volume Shadow Copy Service
        Posted  
        
            by NoMadMan
        on Server Fault
        
        See other posts from Server Fault
        
            or by NoMadMan
        
        
        
        Published on 2009-12-30T01:45:59Z
        Indexed on 
            2010/05/11
            9:14 UTC
        
        
        Read the original article
        Hit count: 286
        
I was asked to implement the task of backing up 35 PST files ranging from 800Mb to 2000Mb. Windows XP and Windows 2000 workstations are assigned to the users and we have a Windows 2000 domain controller we use to back up files on 3x 500Gb external hard drives.
I found several methods from applications to scripts. Local or remote applications would be my last resort. I came across this script based on Volume Shadow Copy Service.
I wanted to know if there would be a problem if the path had spaces. Would mounting the destination path of each PST folder with a drive letter be more practical? My concern with mounting option is that i would eventually run out of letters since I have 35 and possibly more workstations to back up.
Lastly, can someone give me an example of CopyWithVss if it were run on a production network? The script is a bit cryptic even after reading several times. Where in the script do I enter the source and the destination?
I'm a Mac user so please excuse my ignorance with Windows platform.
© Server Fault or respective owner