CN107797889B - Method and device for checking system file backup integrity - Google Patents

Method and device for checking system file backup integrity Download PDF

Info

Publication number
CN107797889B
CN107797889B CN201711119881.9A CN201711119881A CN107797889B CN 107797889 B CN107797889 B CN 107797889B CN 201711119881 A CN201711119881 A CN 201711119881A CN 107797889 B CN107797889 B CN 107797889B
Authority
CN
China
Prior art keywords
backup
list
file
information
backed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711119881.9A
Other languages
Chinese (zh)
Other versions
CN107797889A (en
Inventor
彭鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN201711119881.9A priority Critical patent/CN107797889B/en
Publication of CN107797889A publication Critical patent/CN107797889A/en
Application granted granted Critical
Publication of CN107797889B publication Critical patent/CN107797889B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1008Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices
    • G06F11/1012Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices using codes or arrangements adapted for a specific type of error

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a method and a device for checking the integrity of system file backup, wherein the method comprises the following steps: generating a list to be backed up according to the backup requirement and the system file information; acquiring backup information from a list to be backed up, determining a backup file corresponding to the backup information according to the backup information, and backing up the backup file; when the backup file is successfully backed up to the preset position, storing the backup information into a preset check list, and returning to the previous step until all the backup information in the list to be backed up is processed; and comparing the list to be backed up with the inspection list to generate a comparison result, and determining the integrity of the backup according to the comparison result. The invention realizes the check of the integrity of the system file backup, shortens the check period and reduces the error detection rate.

Description

Method and device for checking system file backup integrity
Technical Field
The invention belongs to the technical field of data processing, and particularly relates to a method and a device for checking the integrity of system file backup.
Background
Currently, when backing up a system file to a storage device, backup software forms a backup log, where the backup log includes backup start time, backup end time, a file name of a successful backup, a file name of a failed backup, and the like. The integrity of the system file backup cannot be determined according to the content of the backup log. The existing mode for checking the integrity of the file backup of the system is a manual checking mode or a sampling checking mode, and the problems of long checking period and high error detection rate exist.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method and apparatus for verifying the integrity of system file backup in view of the shortcomings of the prior art.
The technical scheme for solving the technical problems is as follows: a method of verifying the integrity of a system file backup comprising the steps of:
s1, generating a list to be backed up according to the backup requirement and the system file information;
s2, obtaining a piece of backup information from the list to be backed up, determining a backup file corresponding to the backup information according to the backup information, and backing up the backup file;
s3, when the backup file is successfully backed up to the preset position, storing the backup information into a preset check list, and returning to S2 until all the backup information in the list to be backed up is processed;
and S4, comparing the list to be backed up with the check list to generate a comparison result, and determining the integrity of the backup according to the comparison result.
The invention has the beneficial effects that: the method comprises the steps of generating a list to be backed up through a backup requirement and system file information, backing up a backup file corresponding to one piece of backup information in the list to be backed up, storing the backup information into a check list after the backup is successful until all the backup information in the list to be backed up is processed, and determining the backup integrity of the system file through comparison between the list to be backed up and the check list.
Another technical solution of the present invention for solving the above technical problems is as follows: an apparatus for verifying integrity of a system file backup, comprising:
the generating unit is used for generating a list to be backed up according to the backup requirement and the system file information;
the acquisition unit is used for acquiring backup information from the list to be backed up, determining a backup file corresponding to the backup information according to the backup information, and backing up the backup file;
the storage unit is used for storing the backup information into a preset check list when the backup file is successfully backed up to a preset position, and calling the acquisition unit until all the backup information in the list to be backed up is processed;
and the checking unit is used for comparing the list to be backed up with the checking list to generate a comparison result and determining the integrity of the backup according to the comparison result.
The invention has the beneficial effects that: the method comprises the steps of generating a list to be backed up through a backup requirement and system file information, backing up a backup file corresponding to one piece of backup information in the list to be backed up, storing the backup information into a check list after the backup is successful until all the backup information in the list to be backed up is processed, and determining the backup integrity of the system file through comparison between the list to be backed up and the check list.
Drawings
Fig. 1 is a flowchart illustrating a method for checking integrity of system file backup according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for verifying the integrity of a system file backup according to another embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for verifying the integrity of a system file backup according to another embodiment of the present invention;
fig. 4 is a schematic structural diagram of an apparatus for verifying integrity of system file backup according to an embodiment of the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth by way of illustration only and are not intended to limit the scope of the invention.
As shown in fig. 1, a method for checking integrity of system file backup provided in an embodiment of the present invention includes the following steps:
s1, generating a list to be backed up according to the backup requirement and the system file information;
s2, obtaining a piece of backup information from the list to be backed up, determining a backup file corresponding to the backup information according to the backup information, and backing up the backup file;
specifically, backup files are backed up using backup software.
S3, when the backup file is successfully backed up to the preset position, storing the backup information into a preset check list, and returning to S2 until all the backup information in the list to be backed up is processed;
specifically, the preset location may be a storage area in a tape library, or may be a storage area in a disk library. When the backup software successfully backs up the backup file to the preset position, the backup information is stored in the check list, then another piece of backup information is obtained from the list to be backed up, another backup file is determined according to the another piece of backup information, the another backup file is backed up, after the backup is successful, the another piece of backup information is stored in the check list, and the steps are repeated until all the backup information in the list to be backed up is processed.
And S4, comparing the list to be backed up with the check list to generate a comparison result, and determining the integrity of the backup according to the comparison result.
The method for checking the integrity of the system file backup provided by the embodiment of the invention generates a list to be backed up through a backup requirement and system file information, backs up a backup file corresponding to one piece of backup information in the list to be backed up, stores the backup information into a check list after the backup is successful until the backup information in the list to be backed up is completely processed, and can determine the integrity of the system file backup through the comparison between the list to be backed up and the check list.
Preferably, as another embodiment of the present invention, on the basis of the embodiment shown in fig. 1, in this embodiment, before the backing up the backed-up file, the method further includes:
generating a first check code according to a backup file corresponding to backup information and a prestored check rule, and storing the first check code in a matching manner with the backup information in the list to be backed up;
specifically, the first check code carries a mark, which corresponds to the backup information. The number of the backup files corresponding to the backup information is suitable to be one, and when the first check code generated by one backup file is used for checking, the accuracy of checking the completeness of data is higher.
After the step of storing the backup information into a preset check list, the method further comprises the following steps:
and generating a second check code according to the backup file at the preset position and the check rule, and storing the second check code in a matching manner with the backup information in the check list so as to determine the integrity of the backup data.
Specifically, the second check code carries a mark, which corresponds to the backup information. The number of the backup files at the preset position is suitable to be one, and when the second check code generated by one backup file is used for checking, the accuracy of checking the completeness of data is higher.
In the embodiment, the first check code is generated according to the backup file existing in the system before backup, and the second check code is generated according to the backup file at the preset position after the backup information is stored in the check list, so that whether the backup data of the backup file is complete or not can be determined according to the first check code and the second check code, and the comprehensiveness and accuracy of the check are improved.
Preferably, as another embodiment of the present invention, on the basis of the embodiment shown in fig. 1, as shown in fig. 2, the S4 includes:
s41, judging whether the quantity of the backup information in the list to be backed up is the same as that in the check list, if so, the backup quantity is complete, otherwise, the backup quantity is incomplete;
specifically, when the number of the backup information in the to-be-backed-up list is different from the number of the backup information in the check list, the number of the backup information in the to-be-backed-up list is greater than the number of the backup information in the check list.
And S42, judging whether the first check code of each piece of backup information is the same as the corresponding second check code, if so, the backup data is complete, otherwise, the backup data is not complete.
Specifically, when the first check code of one piece of backup information is the same as the corresponding second check code, all data backups in the backup file corresponding to the piece of backup information are complete, and when the first check code of one piece of backup information is different from the corresponding second check code, all data backups in the backup file corresponding to the piece of backup information are incomplete.
In this embodiment, the integrity of the backup data is determined after the integrity of the backup data is determined. And storing the judgment result of the integrity of the backup quantity and the judgment result of the integrity of the backup data so as to facilitate later downloading and analysis.
In the embodiment, whether the backup number is complete or not is determined by comparing the backup information numbers in the list before and after backup, and whether the backup data is complete or not is determined according to comparison of the check codes generated by the data before and after backup, so that the comprehensiveness and accuracy of the check are improved.
Preferably, as another embodiment of the present invention, on the basis of the embodiment shown in fig. 2, as shown in fig. 3, the S1 includes:
s11, acquiring system file information, and selecting all backup information from the system file information according to the backup requirement;
specifically, the backup requirements may include: the backup information is composed of the data source characteristics of the system files, the types of the system files, the storage directories of the system files and the storage addresses of the system files, or the backup information is composed of the data source characteristics of the system files, the types of the system files, the storage directories of the system files, the storage addresses of the system files and the file generation periods.
S12, judging whether system files corresponding to all backup information exist in the system;
and S13, when the system file exists, generating a list to be backed up according to the backup requirement and all backup information.
Specifically, the backup requirement is set according to a requirement, and the backup requirement may further include: checking the backup integrity of all system files, checking the backup integrity of some of all system files, or checking the backup integrity of a binary type of system file. The backup requirements are different, the generated lists to be backed up are different, and the check ranges of the backup integrity are different.
In the embodiment, all backup information is selected from the acquired system file information according to the backup requirement, so that personalized backup is realized, when system files corresponding to all the backup information exist, lists to be backed up are generated according to the backup requirement and all the backup information, the lists to be backed up are generated according to different backup requirements, and therefore personalized inspection is performed according to the personalized lists to be backed up, and the inspection flexibility is improved.
Preferably, as another embodiment of the present invention, on the basis of any one of the above embodiments, in this embodiment, the system file information includes: the data source characteristics of the system files, the types of the system files, the storage directories of the system files, the storage addresses of the system files, the file generation periods and the types of the file generation periods.
Specifically, the system file information is provided by the backup requester. The types of system files include: text type and binary type, etc. The data source characteristics of the system file include: whether the file in the data source is compressed, whether the file in the data source is encrypted, and the like. The file generation cycle includes: every three days 5 system files are generated or every day 10 system files are generated. The backup information corresponding to the backup file with the same file generation period is arranged at the adjacent position in the list to be backed up, so that unified backup and inspection are facilitated, and all the backup files can be quickly found out when the backup files need to be restored. The types of file generation cycles include: the file generation period is stable, the file generation period is unstable, and the like. When the type of the file generation period is that the file generation period is unstable, a check period of the file of the type can be set, and alarm information is sent when backup information of the file of the type does not exist in a list to be backed up generated in the check period.
In the embodiment, the backup files can be determined more accurately through the contents included in the system file information, so that the backup files are prevented from being prepared by mistake, the backup files in the same period can be uniformly backed up and checked according to the file generation period, and the backup files can be positioned more quickly when needing to be restored.
As shown in fig. 4, an apparatus for verifying integrity of a system file backup according to an embodiment of the present invention includes:
the generating unit is used for generating a list to be backed up according to the backup requirement and the system file information;
the acquisition unit is used for acquiring backup information from the list to be backed up, determining a backup file corresponding to the backup information according to the backup information, and backing up the backup file;
the storage unit is used for storing the backup information into a preset check list when the backup file is successfully backed up to a preset position, and calling the acquisition unit until all the backup information in the list to be backed up is processed;
and the checking unit is used for comparing the list to be backed up with the checking list to generate a comparison result and determining the integrity of the backup according to the comparison result.
The device for checking the integrity of the system file backup provided by the embodiment of the invention generates a list to be backed up through a backup requirement and system file information, backs up a backup file corresponding to one piece of backup information in the list to be backed up, stores the backup information into a check list after the backup is successful until the backup information in the list to be backed up is completely processed, and can determine the integrity of the system file backup through the comparison between the list to be backed up and the check list.
Preferably, as another embodiment of the present invention, on the basis of the embodiment shown in fig. 4, in this embodiment, the obtaining unit is specifically configured to: acquiring backup information from a list to be backed up, determining a backup file corresponding to the backup information according to the backup information, generating a first check code according to the backup file corresponding to the backup information and a pre-stored check rule, storing the first check code in a matching manner with the backup information in the list to be backed up, and backing up the backup file;
the storage unit is specifically configured to: when the backup file is successfully backed up to the preset position, the backup information is stored in a preset check list, a second check code is generated according to the backup file at the preset position and the check rule, the second check code is matched with the backup information in the check list for storage, the integrity of the backup data is determined, and an acquisition unit is called until all the backup information in the list to be backed up is processed.
In the embodiment, the first check code is generated according to the backup file existing in the system before backup, and the second check code is generated according to the backup file at the preset position after the backup information is stored in the check list, so that whether the backup data of the backup file is complete or not can be determined according to the first check code and the second check code, and the comprehensiveness and accuracy of the check are improved.
Preferably, as another embodiment of the present invention, on the basis of the embodiment shown in fig. 4, in this embodiment, the inspection unit is specifically configured to:
judging whether the quantity of the backup information in the list to be backed up is the same as that in the check list, if so, the backup quantity is complete, otherwise, the backup quantity is incomplete;
and judging whether the first check code of each piece of backup information is the same as the corresponding second check code, if so, the backup data is complete, otherwise, the backup data is not complete.
In the embodiment, whether the backup number is complete or not is determined by comparing the backup information numbers in the list before and after backup, and whether the backup data is complete or not is determined according to comparison of the check codes generated by the data before and after backup, so that the comprehensiveness and accuracy of the check are improved.
Preferably, as another embodiment of the present invention, on the basis of the embodiment shown in fig. 4, in this embodiment, the generating unit is specifically configured to:
acquiring system file information, and selecting all backup information from the system file information according to backup requirements;
judging whether system files corresponding to all backup information exist in the system or not;
and when the system file exists, generating a list to be backed up according to the backup requirement and all backup information.
In the embodiment, all backup information is selected from the acquired system file information according to the backup requirement, so that personalized backup is realized, when system files corresponding to all the backup information exist, lists to be backed up are generated according to the backup requirement and all the backup information, the lists to be backed up are generated according to different backup requirements, and therefore personalized inspection is performed according to the personalized lists to be backed up, and the inspection flexibility is improved.
Preferably, as another embodiment of the present invention, on the basis of any one of the above embodiments, in this embodiment, the system file information includes: the data source characteristics of the system files, the types of the system files, the storage directories of the system files, the storage addresses of the system files, the file generation periods and the types of the file generation periods.
In the embodiment, the backup files can be determined more accurately through the contents included in the system file information, so that the backup files are prevented from being prepared by mistake, the backup files in the same period can be uniformly backed up and checked according to the file generation period, and the backup files can be positioned more quickly when needing to be restored.
The functions performed by the components of the device have been described in detail in the method for checking the integrity of the system file backup in the above embodiment, and are not described herein again.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A method for verifying the integrity of a system file backup, comprising the steps of:
s1, generating a list to be backed up according to the backup requirement and the system file information;
s2, obtaining a piece of backup information from the list to be backed up, determining a backup file corresponding to the backup information according to the backup information, and backing up the backup file;
s3, when the backup file is successfully backed up to the preset position, storing the backup information into a preset check list, and returning to S2 until all the backup information in the list to be backed up is processed;
and S4, comparing the list to be backed up with the check list to generate a comparison result, and determining the integrity of the backup according to the comparison result.
2. The method of claim 1, wherein before backing up the backed-up file, further comprising:
generating a first check code according to a backup file corresponding to backup information and a prestored check rule, and storing the first check code in a matching manner with the backup information in the list to be backed up;
after the step of storing the backup information into a preset check list, the method further comprises the following steps:
and generating a second check code according to the backup file at the preset position and the check rule, and storing the second check code in a matching manner with the backup information in the check list so as to determine the integrity of the backup data.
3. The method according to claim 2, wherein the S4 includes:
judging whether the quantity of the backup information in the list to be backed up is the same as that in the check list, if so, the backup quantity is complete, otherwise, the backup quantity is incomplete;
and judging whether the first check code of each piece of backup information is the same as the corresponding second check code, if so, the backup data is complete, otherwise, the backup data is not complete.
4. The method according to claim 3, wherein the S1 includes:
acquiring system file information, and selecting all backup information from the system file information according to backup requirements;
judging whether system files corresponding to all backup information exist in the system or not;
and when the system file exists, generating a list to be backed up according to the backup requirement and all backup information.
5. The method of any of claims 1 to 4, wherein the system file information comprises: the data source characteristics of the system files, the types of the system files, the storage directories of the system files, the storage addresses of the system files, the file generation periods and the types of the file generation periods.
6. An apparatus for verifying integrity of a system file backup, comprising:
the generating unit is used for generating a list to be backed up according to the backup requirement and the system file information;
the acquisition unit is used for acquiring backup information from the list to be backed up, determining a backup file corresponding to the backup information according to the backup information, and backing up the backup file;
the storage unit is used for storing the backup information into a preset check list when the backup file is successfully backed up to a preset position, and calling the acquisition unit until all the backup information in the list to be backed up is processed;
and the checking unit is used for comparing the list to be backed up with the checking list to generate a comparison result and determining the integrity of the backup according to the comparison result.
7. The apparatus according to claim 6, wherein the obtaining unit is specifically configured to: acquiring backup information from a list to be backed up, determining a backup file corresponding to the backup information according to the backup information, generating a first check code according to the backup file corresponding to the backup information and a pre-stored check rule, storing the first check code in a matching manner with the backup information in the list to be backed up, and backing up the backup file;
the storage unit is specifically configured to: when the backup file is successfully backed up to the preset position, the backup information is stored in a preset check list, a second check code is generated according to the backup file at the preset position and the check rule, the second check code is matched with the backup information in the check list for storage, the integrity of the backup data is determined, and an acquisition unit is called until all the backup information in the list to be backed up is processed.
8. The device according to claim 7, characterized in that said checking unit is particularly adapted to:
judging whether the quantity of the backup information in the list to be backed up is the same as that in the check list, if so, the backup quantity is complete, otherwise, the backup quantity is incomplete;
and judging whether the first check code of each piece of backup information is the same as the corresponding second check code, if so, the backup data is complete, otherwise, the backup data is not complete.
9. The apparatus according to claim 8, wherein the generating unit is specifically configured to:
acquiring system file information, and selecting all backup information from the system file information according to backup requirements;
judging whether system files corresponding to all backup information exist in the system or not;
and when the system file exists, generating a list to be backed up according to the backup requirement and all backup information.
10. The apparatus according to any one of claims 6 to 9, wherein the system file information comprises: the data source characteristics of the system files, the types of the system files, the storage directories of the system files, the storage addresses of the system files, the file generation periods and the types of the file generation periods.
CN201711119881.9A 2017-11-14 2017-11-14 Method and device for checking system file backup integrity Active CN107797889B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711119881.9A CN107797889B (en) 2017-11-14 2017-11-14 Method and device for checking system file backup integrity

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711119881.9A CN107797889B (en) 2017-11-14 2017-11-14 Method and device for checking system file backup integrity

Publications (2)

Publication Number Publication Date
CN107797889A CN107797889A (en) 2018-03-13
CN107797889B true CN107797889B (en) 2021-05-04

Family

ID=61536033

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711119881.9A Active CN107797889B (en) 2017-11-14 2017-11-14 Method and device for checking system file backup integrity

Country Status (1)

Country Link
CN (1) CN107797889B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110348235B (en) * 2019-07-17 2021-06-08 政采云有限公司 File detection method and device
CN111177784A (en) * 2019-12-31 2020-05-19 上海摩勤智能技术有限公司 Security protection method and device for file system and storage medium
CN111400105A (en) * 2020-03-27 2020-07-10 北京拓世寰宇网络技术有限公司 Database backup method and device
CN113553273A (en) * 2021-09-23 2021-10-26 卡斯柯信号(北京)有限公司 System configuration rule verification method and device
CN114138554B (en) * 2021-11-22 2022-08-09 深圳互信互通科技有限公司 Wireless AP configuration information backup and system recovery control system
CN114401147B (en) * 2022-01-20 2024-02-20 山西晟视汇智科技有限公司 New energy power station communication message comparison method and system based on abstract algorithm

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1543617A (en) * 2001-08-20 2004-11-03 ��Ϣ���Ŀƽ����޹�˾ Efficient computer file backup system and method
US7529973B2 (en) * 2003-02-27 2009-05-05 Fujitsu Limited Method of and apparatus for taking back-up and checking alteration of data, and computer product
CN101458645A (en) * 2007-12-11 2009-06-17 英业达股份有限公司 Computer operating system, file data repairing system of software thereof and method thereof
CN102411523A (en) * 2011-11-30 2012-04-11 广东威创视讯科技股份有限公司 Method and device for storing file backups and backup method for file systems
CN102609333A (en) * 2011-11-25 2012-07-25 无锡华御信息技术有限公司 System and method for ensuring file backup integrity in encrypted environment
CN103365766A (en) * 2012-03-31 2013-10-23 京信通信系统(中国)有限公司 Method and system for protecting file integrity
CN105224423A (en) * 2015-10-26 2016-01-06 Tcl海外电子(惠州)有限公司 Terminal data backup method and device
CN105988890A (en) * 2015-01-29 2016-10-05 阿里巴巴集团控股有限公司 Information backup method and device
CN106598785A (en) * 2016-12-16 2017-04-26 广东美晨通讯有限公司 File system backup and restoration method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9830233B2 (en) * 2016-01-29 2017-11-28 Netapp, Inc. Online backup to an object service using bulk export

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1543617A (en) * 2001-08-20 2004-11-03 ��Ϣ���Ŀƽ����޹�˾ Efficient computer file backup system and method
US7529973B2 (en) * 2003-02-27 2009-05-05 Fujitsu Limited Method of and apparatus for taking back-up and checking alteration of data, and computer product
CN101458645A (en) * 2007-12-11 2009-06-17 英业达股份有限公司 Computer operating system, file data repairing system of software thereof and method thereof
CN102609333A (en) * 2011-11-25 2012-07-25 无锡华御信息技术有限公司 System and method for ensuring file backup integrity in encrypted environment
CN102411523A (en) * 2011-11-30 2012-04-11 广东威创视讯科技股份有限公司 Method and device for storing file backups and backup method for file systems
CN103365766A (en) * 2012-03-31 2013-10-23 京信通信系统(中国)有限公司 Method and system for protecting file integrity
CN105988890A (en) * 2015-01-29 2016-10-05 阿里巴巴集团控股有限公司 Information backup method and device
CN105224423A (en) * 2015-10-26 2016-01-06 Tcl海外电子(惠州)有限公司 Terminal data backup method and device
CN106598785A (en) * 2016-12-16 2017-04-26 广东美晨通讯有限公司 File system backup and restoration method and device

Also Published As

Publication number Publication date
CN107797889A (en) 2018-03-13

Similar Documents

Publication Publication Date Title
CN107797889B (en) Method and device for checking system file backup integrity
US10437703B2 (en) Correlation of source code with system dump information
US9256417B2 (en) Automatic quality assurance for software installers
US8209658B2 (en) Method of creating signatures for classifying program failures
US10552242B2 (en) Runtime failure detection and correction
US20150154097A1 (en) System and method for automated testing
EP3470988A1 (en) Method for replicating production behaviours in a development environment
CN111078677B (en) Data entry method and device
US11188449B2 (en) Automated exception resolution during a software development session based on previous exception encounters
CN111737349B (en) Data consistency verification method and device
US8838545B2 (en) Incremental and prioritized restoration of blocks
CN109684205B (en) System testing method, device, electronic equipment and storage medium
CN108959915B (en) Rootkit detection method, rootkit detection device and server
CN115587046A (en) Code exception processing method and device, storage medium and computer equipment
CN112558982B (en) Code detection method and device and computer equipment
CN107092671B (en) Method and equipment for managing meta information
CN114416163A (en) Product management method, system, storage medium and electronic equipment
US9983866B1 (en) Upgrade compatibility checks in a client-server environment
US20160275002A1 (en) Image capture in application lifecycle management for documentation and support
CN112650613A (en) Error information processing method and device, electronic equipment and storage medium
US8527465B1 (en) System and method for modeling data change over time
CN112825057A (en) Monitoring method capable of quickly positioning error codes and monitoring ajax request service abnormity
US10628395B2 (en) Database comparison system
CN112860284B (en) SP upgrade package generation method and device for equipment remote upgrade and computer equipment
CN113344549B (en) Project engineering document updating method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant