Best solution for an off site mysql back up

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • datatank
    Confirmed User
    • Aug 2004
    • 5471

    #1

    Best solution for an off site mysql back up

    Looking for something that will back up a database off site every few hours. It would be nice if it would email me a link to download it local too store on a NAS system also
  • blazin
    Confirmed User
    • Aug 2002
    • 2781

    #2
    set a cron to dump it on your server
    set up a cron to wget it from another box
    I don't endorse a god damn thing......

    Comment

    • x-zoom
      Confirmed User
      • Jan 2007
      • 398

      #3
      You might want to look at replication for a realtime backup.

      Comment

      • datatank
        Confirmed User
        • Aug 2004
        • 5471

        #4
        Originally posted by blazin
        set a cron to dump it on your server
        set up a cron to wget it from another box
        I kinda want something a little more hi tech. Maybe an admin that stores them

        Comment

        Working...