Since the Pubwin from the offsite backup has been bad, and the Pubwin comes with a 37-minute backup is not convenient to manually back up, consider using Python and write a cool disk based Pubwin data Backup tool (originally wanted to based on Baidu Cloud, found that Baidu cloud with too many people, and Baidu default give me space than cool disk small), just learn python used to practiced hand, fine
The program is based on the PC side, which means that the program that needs to run on the Pubwin server is mainly divided into backup and recovery, business logic
2, Backup business execution process: On the PC side first backup to do a synchronous backup of the current data (need to use the SQL command to complete) or directly with the Pubwin 37 minutes backup file (sometimes unreliable, and is a differential backup, inconvenient recovery), the backup file is compressed and uploaded to the cool disk cloud
3, resume the business process, read from the cool disk cloud to the backup file name, according to the file name to determine the backup date, select the date after the download data from the cloud, if the use of the software backup, direct use of the command to force recovery, if not the software backup, download, users themselves using Enterprise Manager tool Recovery
Try to finish it while still Pubwin
Pubwin Data Cloud Backup