Remote backup website-Overall Design

Source: Internet
Author: User
Website backup can be divided into two parts: site files and database backup. the database can use the MSSQL (for mssql2000) backup mechanism to regularly generate backup files, and then package the files, compress them, and submit them ProgramAutomatically downloaded to the backup server.
To back up website files, you must first record the Update Status (initialization) of each file in the specified directory. During each scan, compare the latest files in the directory with those in the database to determine whether to download them, therefore, this operation involves directory scanning (retrieving all file information in the directory). If you place the database that records the File status on the backup server, a large amount of list information will be transmitted over the network, to avoid this problem, place the operation on the server side.

Specific methods
The remoting technology is used to establish a C/S type program. The remoting service on the server is mainly used for file comparison and scanning, back-to-download file lists, database backup operation information acquisition, and other operations, the specific file transmission is implemented by the FTP system. The FTP server has many ready-made software, and the FTP client needs to be programmed and implemented by itself, so that the backup operation process can be well controlled.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.