标签类目:8.Database

How to backup MySQL databases, web server files to a FTP server automatically with Shell Script

分类:Shell分类:MySQL

Part I :System + Web + MySQL backup script  

This is a simple backup solution for people who run their own web server and MySQL server on a dedicated box or VPS. Most dedicated hosting provider provides the backup service using NAS or FTP servers. These service providers will hook you to their redundant centralized storage array over private VLAN. Since I manage couple of boxes, here is my own automated solution. 继续阅读 »

Backup Website Code、Database to Remote Server/Ftpserver Automatically

分类:Shell

Part I backup plan and host info

A simple backup system plan

The main advantage of using FTP or NAS backup is a protection from data loss.

I am going to write about FTP backup solution here. The idea is as follows:

  • Make full backup every day night
  • Also  we can backup only those files that has been modified since the full backup (incremental backup) as  a seven-day backup cycle. 继续阅读 »

返回顶部