Automatically backing up a file to another server?
        Posted  
        
            by codemonkey613
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by codemonkey613
        
        
        
        Published on 2010-03-15T15:53:52Z
        Indexed on 
            2010/03/15
            15:59 UTC
        
        
        Read the original article
        Hit count: 627
        
I have a backup created of my mysql database (vbulletin forum v3.8) everyday. It's about 360mb in size. It's stored as one text file in a secure folder.
I'm thinking of getting another server, through a different host, and somehow automatically transferring the backup to my second server every day.
Any ideas on how I could automate this process? I'm thinking PHP and a cron job.
© Stack Overflow or respective owner