CN113094209A - Block chain-based backup record data processing method, device, medium and product - Google Patents

Block chain-based backup record data processing method, device, medium and product Download PDF

Info

Publication number
CN113094209A
CN113094209A CN202110380161.8A CN202110380161A CN113094209A CN 113094209 A CN113094209 A CN 113094209A CN 202110380161 A CN202110380161 A CN 202110380161A CN 113094209 A CN113094209 A CN 113094209A
Authority
CN
China
Prior art keywords
backup
data
record data
module
task
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.)
Pending
Application number
CN202110380161.8A
Other languages
Chinese (zh)
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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202110380161.8A priority Critical patent/CN113094209A/en
Publication of CN113094209A publication Critical patent/CN113094209A/en
Pending legal-status Critical Current

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/1458Management of the backup or restore process
    • G06F11/1469Backup restoration techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • General Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Retry When Errors Occur (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The disclosure provides a block chain-based backup record data processing method, and belongs to the technical field of block chains. The block chain-based backup record data processing method comprises the following steps: receiving a transaction broadcast by an automatic backup system, wherein the transaction is generated by the automatic backup system based on the packing of backup record data, and the backup record data is used for describing a data backup task executed by the automatic backup system; achieving node consensus for the transaction according to a consensus mechanism in the blockchain system; packaging the transaction achieving node consensus into the latest block in the blockchain system and uplink; and sending storage success information to the automatic backup system. The method and the device can be applied to the technical field of data backup. The present disclosure also provides a block chain-based backup record data processing apparatus, device, medium, and product.

Description

Block chain-based backup record data processing method, device, medium and product
Technical Field
The present disclosure relates to the field of data processing technology, and in particular, to the field of block chaining technology. In particular, the present invention relates to the field of data backup technologies, and in particular, to a method, an apparatus, a device, a medium, and a product for processing backup record data based on a block chain.
Background
The automatic backup system is a management tool for data backup, uniformly manages and executes a data backup strategy by adopting a task scheduling system, has the advantages of stability, reliability and comprehensiveness compared with the traditional manual script backup mode, is simple to operate and centrally managed, can quickly and accurately restore data, reduces the operation and maintenance complexity, is very suitable for being used in scenes needing a large amount of data backup management, such as a data center in the financial industry and the like, and can well adapt to the backup management and restoration work of mass data.
In an automated backup scenario, an automated backup system can autonomously perform a particular backup task at a particular time through a pre-customized backup strategy. After each backup task is executed, corresponding data backup record data including backup time, backup type, backup target, backup storage address and the like are generated and used for accurately describing the backup plan. By managing the data backup records, the automatic backup system can intensively manage all backups and retention time in the system, and realize one-key completion of data recovery.
Therefore, backup recorded data is the key for backup management and recovery of the automatic backup system, and mass backup data can be changed into unusable meaningless data due to the loss or tampering of the backup recorded data. Therefore, ensuring that the backup record data is safe, accurate and available is crucial to an automatic backup system.
In an automated backup scenario, the current solution generally uses a traditional database such as MySQL, Oracle, etc. as a system database to perform simple backup or perform master-slave synchronous copy backup. These two solutions present the following safety problems:
risk of data tampering: backup record data in the scene of an automatic backup system is used as historical data, and the data characteristics require that the backup record data cannot be modified and is available all the time. And the traditional database can modify the data, so that the risk of tampering the data after the database is maliciously attacked is increased.
Central structure risk: the centralized structure of the traditional database enables the role of an administrator to have the right to perform all operations, including increasing, deleting, modifying and checking, on the data, and the artificial risk of the administrator for performing wrong operations/maliciously modifying the backup record data is increased.
Single crop of malignancy risk: the traditional database carries out single-point operation on the data nodes to cause the risk of global crash, so that the risk of crash exists in the process of storing backup record data.
Risk of database loss: the traditional database has the risk that a single point of failure of a database server causes data loss.
Therefore, there is a need in the art to provide a safe, accurate and available data management method for backup recorded data.
Disclosure of Invention
In view of the foregoing technical problems, the present disclosure provides a method, an apparatus, a device, a medium, and a product for processing backup recording data based on a block chain, so as to solve a storage management problem of backup recording data in an automated backup scenario.
According to a first aspect of the present disclosure, there is provided a method for processing backup record data based on a blockchain, the method being applied to a blockchain system, the method for processing backup record data based on a blockchain including:
receiving a transaction broadcast by an automatic backup system, wherein the transaction is generated by the automatic backup system based on the packing of backup record data, and the backup record data is used for describing a data backup task executed by the automatic backup system;
achieving node consensus for the transaction according to a consensus mechanism in the blockchain system;
packaging the transaction achieving node consensus into the latest block in the blockchain system and uplink;
and sending storage success information to the automatic backup system.
According to an embodiment of the present disclosure, the backup recording data includes a unique backup task identifier corresponding to the data backup task.
According to an embodiment of the present disclosure, the backup record data includes a backup object, a backup time, a backup type, a backup storage address, and a backup saving time of the data backup task.
According to an embodiment of the present disclosure, the consensus mechanism is a practical byzantine fault-tolerant consensus algorithm.
According to an embodiment of the present disclosure, each tile in the blockchain system employs a merkel tree structure to store the transactions.
According to an embodiment of the present disclosure, the block chain-based backup record data processing method further includes:
receiving a recovery request aiming at the backup recorded data, wherein the recovery request comprises the backup task identifier;
inquiring backup record data in a block stored by a node in a block chain system according to the backup task identifier;
and sending the inquired backup record data to the automatic backup system.
A second aspect of the present disclosure provides a block chain-based backup record data processing method, which is applied to an automated backup system, and includes:
packing backup record data corresponding to the successfully executed data backup task into one transaction of a blockchain system;
broadcasting the transaction to a blockchain system such that the blockchain system achieves node consensus for the transaction according to a consensus mechanism in the blockchain system and packages the transaction achieving node consensus into a latest blockchain in the blockchain system for uplink;
and receiving storage success information sent by the block chain system.
According to an embodiment of the present disclosure, before the packing the backup record data corresponding to the successfully executed data backup task into one transaction of the blockchain system, the method for processing backup record data based on the blockchain further includes:
triggering a data backup task according to a backup rule in a backup plan;
scheduling backup jobs to execute the data backup tasks, and generating and recording backup record data for describing the data backup tasks;
and judging whether the data backup task is successfully executed, and if the data backup task is successfully executed, executing the step of packaging backup record data corresponding to the successfully executed data backup task into one transaction of the blockchain system.
According to an embodiment of the present disclosure, the backup recording data includes a unique backup task identifier corresponding to the data backup task.
According to an embodiment of the present disclosure, the backup record data includes a backup object, a backup time, a backup type, a backup storage address, and a backup saving time of the data backup task.
According to an embodiment of the present disclosure, the block chain-based backup record data processing method further includes: and informing the upper layer of successful data backup task.
According to an embodiment of the present disclosure, the block chain-based backup record data processing method further includes:
triggering a recovery task aiming at the backup record data;
sending a recovery request aiming at the backup record data to a blockchain system, so that the blockchain system inquires the backup record data in a block stored by a node in the blockchain system according to the backup task identifier, wherein the recovery request comprises the backup task identifier;
receiving the backup record data sent by the block chain system;
and informing the upper layer application that the data recovery task is successful.
A third aspect of the present disclosure provides a device for processing backup record data based on a blockchain, where the device is applied to a blockchain system, and the device includes a receiving module, a common identification module, an uplink module, and a sending module;
the receiving module is used for receiving a transaction sent by an automatic backup system in a broadcast manner, the transaction is generated by the automatic backup system based on the packing of backup record data, and the backup record data is used for describing a data backup task executed by the automatic backup system;
the consensus module is used for achieving node consensus for the transaction according to a consensus mechanism in the blockchain system;
the uplink module is used for packaging the transaction achieving the node consensus into the latest block in the block chain system and uplink the transaction; and
and the sending module is used for sending storage success information to the automatic backup system.
According to an embodiment of the present disclosure, the apparatus further comprises a query module;
the receiving module is further configured to receive a recovery request for the backup record data, where the recovery request includes a unique backup task identifier corresponding to the data backup task;
the query module is used for querying backup record data in blocks stored by nodes in the block chain system according to the backup task identifiers;
the sending module is further configured to send the backup record data to the automated backup system.
A fourth aspect of the present disclosure provides a block chain-based backup record data processing apparatus, which is applied to an automated backup system, and includes a packing module, a sending module, and a receiving module;
the packaging module is used for packaging backup record data corresponding to the successfully executed data backup task into one transaction of the block chain system;
the sending module is configured to broadcast the transaction to a blockchain system, so that the blockchain system achieves node consensus for the transaction according to a consensus mechanism in the blockchain system and packages the transaction achieving node consensus into a latest blockchain in the blockchain system and uplinks the transaction;
the receiving module is configured to receive the successful storage information sent by the blockchain system.
According to the embodiment of the disclosure, the device further comprises a first triggering module, an execution module and a judgment module;
the first triggering module is used for triggering a data backup task according to a backup rule in a backup plan;
the execution module is used for scheduling backup jobs to execute the data backup tasks and generating and recording backup record data for describing the data backup tasks;
the judging module is used for judging whether the data backup task is executed successfully or not, and if the data backup task is executed successfully, executing the function executed by the packing module.
According to an embodiment of the present disclosure, the apparatus further comprises a second triggering module and a third notifying module;
the second triggering module is used for triggering a recovery task aiming at the backup record data;
the sending module is further configured to send a recovery request for the backup record data to a blockchain system, so that the blockchain system queries the backup record data in a block stored in a node in the blockchain system according to a unique backup task identifier corresponding to the data backup task, where the recovery request includes the backup task identifier;
the receiving module is further configured to receive the backup record data sent by the blockchain system;
and the third notification module is used for notifying the upper layer application that the data recovery task is successful.
A fifth aspect of the present disclosure provides an electronic device, comprising: one or more processors; a memory for storing one or more programs, wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the above-mentioned block chain-based backup record data processing method.
A sixth aspect of the present disclosure also provides a computer-readable storage medium having stored thereon executable instructions, which when executed by a processor, cause the processor to execute the above-mentioned block chain-based backup recording data processing method.
A seventh aspect of the present disclosure also provides a computer program product including a computer program, which when executed by a processor implements the above-mentioned block chain-based backup recording data processing method.
Compared with the prior art, the block chain-based backup record data processing method solves the problems of storage management and data recovery of backup record data in an automatic backup scene, provides a non-falsification data storage and recovery method for protecting key data of an automatic backup system, and can be widely applied to the automatic backup scene, so that safe, accurate and available storage and recovery of the backup record data in the automatic backup scene can be ensured.
Drawings
The foregoing and other objects, features and advantages of the disclosure will be apparent from the following description of embodiments of the disclosure, which proceeds with reference to the accompanying drawings, in which:
fig. 1 schematically illustrates an application scenario diagram of a block chain based backup recording data processing method, apparatus, device, medium, and product according to an embodiment of the present disclosure;
fig. 2 schematically illustrates a flowchart of data storage in a blockchain-based backup record data processing method from the perspective of a blockchain system according to an embodiment of the present disclosure;
fig. 3 schematically illustrates a flowchart of data recovery in a blockchain-based backup record data processing method from the perspective of a blockchain system according to an embodiment of the present disclosure;
FIG. 4 schematically illustrates a flow chart of data storage in a block chain based backup record data processing method from the perspective of an automated backup system according to an embodiment of the present disclosure;
FIG. 5 schematically illustrates a flow chart of data recovery in a block chain based backup record data processing method from the perspective of an automated backup system according to an embodiment of the present disclosure;
fig. 6 schematically shows a block diagram of a data storage in a blockchain-based backup record data processing apparatus from the viewpoint of a blockchain system according to an embodiment of the present disclosure;
fig. 7 is a block diagram schematically illustrating a structure of data recovery in a blockchain-based backup recording data processing apparatus from the viewpoint of a blockchain system according to an embodiment of the present disclosure;
fig. 8 schematically shows a block diagram of a data storage in a block chain based backup record data processing apparatus from the perspective of an automated backup system according to an embodiment of the present disclosure;
FIG. 9 is a block diagram schematically illustrating a data recovery structure in a block chain based backup record data processing apparatus from the perspective of an automated backup system according to an embodiment of the present disclosure; and
fig. 10 schematically shows a block diagram of an electronic device adapted to implement a block chain based backup recording data processing method according to an embodiment of the present disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the disclosure. It may be evident, however, that one or more embodiments may be practiced without these specific details. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
Where a convention analogous to "at least one of A, B and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B and C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
The embodiment of the disclosure provides a block chain-based backup record data processing method and device, an electronic device and a computer-readable storage medium. The storage method comprises the following steps: the automatic backup system triggers a data backup task according to a backup rule in a backup plan, schedules a backup job to execute the data backup task, and creates a unique backup task identifier corresponding to the data backup task; the automatic backup system packs backup record data corresponding to the successfully executed data backup task into one transaction of the blockchain system and broadcasts the transaction to nodes in the blockchain system; according to a consensus mechanism in the block chain system, node consensus for the transaction is achieved, and the transaction is packaged into the latest block in the block chain and linked up; and sending information of successful storage to the automatic backup system, wherein the automatic backup system informs an upper layer application of the end of the backup task.
After performing the block chain-based storage of the backup record data, according to actual needs, a recovery of the backup record data is also performed. The recovery method comprises the following steps: the automatic backup system triggers a recovery task for the backup recorded data and sends a recovery request for the backup recorded data to a node in the block chain system, wherein the recovery request comprises the backup task identifier; and the nodes in the block chain system inquire backup record data in the blocks stored by the nodes in the block chain system according to the backup task identifiers, and send the backup record data to the automatic backup system, and the automatic backup system informs an upper layer application that the data recovery task is finished.
Compared with the prior art, the block chain-based backup record data processing method solves the problems of storage management and data recovery of backup record data in an automatic backup scene, provides a non-falsification data storage and recovery method for protecting key data of an automatic backup system, and can be widely applied to the automatic backup scene, so that safe, accurate and available storage and recovery of the backup record data in the automatic backup scene can be ensured.
Fig. 1 schematically shows a system architecture of a block chain-based backup record data processing method and apparatus suitable for use in an embodiment of the present disclosure. It should be noted that fig. 1 is only an example of a system architecture to which the embodiments of the present disclosure may be applied to help those skilled in the art understand the technical content of the present disclosure, and does not mean that the embodiments of the present disclosure may not be applied to other devices, systems, environments or scenarios.
As shown in fig. 1, the system architecture of the method and apparatus for processing data of backup record based on blockchain includes a blockchain system 101 and an automated backup system 102. The automated backup system 102 and the blockchain system 101 are connected by wired or wireless communication.
The blockchain system 101 includes new blocks into a set of blockchain nodes of a blockchain in a consensus manner. The block chain system 101 may include block link point 1011, block link point 1012, block link point 1013, block link point 1014, and block chain network 103. The blockchain network 103 is used to provide a medium for communication links between a plurality of blockchain nodes. The blockchain network 103 may include various connection types such as wired, wireless communication links, or fiber optic cables, among others.
The automatic backup system 102 may be any system, server, or terminal that implements data backup, and a user may also operate the automatic backup system 102 to interact with one or more blockchain nodes in the blockchain system 101, and send backup record data to the blockchain nodes and restore the backup record data from the blockchain nodes, thereby completing storage and restoration of the backup record data.
It should be understood that the number of blockchain nodes and automated backup systems deployed in fig. 1 is merely illustrative. There may be any number of blockchain nodes and automated backup systems, as desired for implementation.
A block chain based backup record data processing method, apparatus, device, medium, and product according to embodiments of the present disclosure will be described in detail with reference to fig. 2 to 10 based on the scenario described in fig. 1.
Fig. 2 schematically shows a flowchart of a method for processing backup record data based on a blockchain according to an embodiment of the present disclosure, which is mainly described from the perspective of a blockchain system.
As shown in fig. 2, the embodiment provides a method for processing backup record data based on a blockchain, where the method is applied to a blockchain system, and the method includes operations S210 to S240, and specifically, the following steps are performed:
in operation S201, a transaction broadcast by an automated backup system is received, where the transaction is generated by the automated backup system based on packing of backup record data, and the backup record data is used to describe a data backup task executed by the automated backup system. Further, the backup record data is used to describe a successful data backup task performed by the automated backup system.
And the automatic backup system triggers a data backup task according to a backup rule in the backup plan. In particular, the data backup task may be triggered once according to a time rule in the backup plan, for example, the automated backup system may trigger the data backup task once according to a certain time period.
After triggering a data backup task, the automated backup system schedules a backup job to execute the data backup task and creates a unique backup task identifier corresponding to the data backup task. And the backup task identifier is a unique identifier uuid which is correspondingly established for the data backup task by the automatic backup system according to the current timestamp.
When a data backup task is executed each time, corresponding backup record data can be generated, the backup record data is used for accurately describing the data backup task, the backup record data comprises information such as a backup object, backup time, a backup type, a backup storage address and backup preservation time of the data backup task, and the backup record data further comprises a unique backup task identifier corresponding to the data backup task.
By generating and managing backup record data, the automatic backup system can intensively manage all data backups in the system and the storage time of the data backups, and the backup data recovery is completed in a key way.
To avoid the bloated block chain system, the present disclosure packs and chains only the backup record data that the data backup task successfully executed.
The present disclosure uses the blockchain system as a way to store backup record data, mainly considering: backup recorded data is used as key data of an automatic backup system, and the artificial interference can be eliminated by matching the design principle of a block chain decentralized structure; backup recorded data is used as log data, the characteristics of no modification and no modification are required, a block chain is matched with a design principle that only the data can be added and cannot be modified, and malicious data tampering is prevented; the full-node redundant backup of the block chain can guarantee the safety of backup record data under extreme conditions.
The blockchain system includes at least three or more private chains. For privacy and security, the blockchain system of the present disclosure needs to build at least more than three private chains for storing backup record data.
In operation S202, a node consensus for the transaction is achieved according to a consensus mechanism in the blockchain system.
The consensus mechanism is a practical Byzantine fault-tolerant (PBFT) consensus algorithm, the backup recorded data are stored by adopting a private chain created by the practical Byzantine fault-tolerant (PBFT) consensus algorithm, the backup recorded data corresponding to a successfully executed data backup task are abstracted into block chain transactions, and after the consensus algorithm achieves consensus at each node of the private chain, the backup recorded data are chained. Based on the PBFT consensus algorithm, the fault-tolerant fault node and the fault-tolerant rogue node (namely the node which intentionally sends error data) are supported, and the reliability of backup record data storage is improved.
In operation S203, the transaction that achieves node consensus is packed into the latest block in the blockchain system and uplinked.
Each block in the block chain system adopts a merkel Tree (Merkle Tree) structure to store the transaction, so that the data can be conveniently searched during data recovery.
In operation S204, storage success information is sent to the automated backup system.
And after receiving the successful storage information, the automatic backup system informs an upper layer application of finishing the data backup task.
After the block chain-based backup record data storage is executed, according to actual needs, recovery of the backup record data is also executed, that is, the block chain-based backup record data processing method provided by the present disclosure further includes a block chain-based backup record data recovery method.
Fig. 3 schematically shows a flowchart of a block chain-based backup record data recovery method according to an embodiment of the present disclosure.
As shown in fig. 3, the embodiment provides a method for restoring backup record data based on a blockchain, where the method is applied to a blockchain system, and the method includes operations S301 to S303, specifically as follows:
in operation S301, a recovery request for the backup record data is received, where the recovery request includes the backup task identifier.
Since the blocks in the blockchain system have redundant backups at each node, any node in the blockchain system can receive a recovery request for the backup record data, and the corresponding backup record data can be searched and obtained from the blocks stored in the nodes according to the backup task identifier.
In operation S302, backup record data is queried in a block stored by a node in the blockchain system according to the backup task identifier.
In operation S303, the queried backup record data is sent to the automated backup system.
By means of the backup record data processing method, storage and recovery of backup record data in an automatic backup scene are achieved, non-falsification data storage and recovery for protecting key data of an automatic backup system are provided, the method can be widely applied to the automatic backup scene, and therefore safe, accurate and available storage and recovery of the backup record data in the automatic backup scene can be guaranteed.
Fig. 4 schematically shows a flowchart of a block chain-based backup record data processing method according to an embodiment of the present disclosure, which is mainly described in the context of an automated backup system.
As shown in fig. 4, the embodiment provides a block chain-based backup record data processing method, which is applied to an automated backup system, and the method includes operation S401 to operation S408, specifically as follows:
in operation S401, a data backup task is triggered according to a backup rule in a backup plan.
The triggering of the data backup task according to the backup rules in the backup plan specifically includes: and triggering a data backup task according to a time rule in the backup plan. For example, an automated backup system may trigger a data backup task once a certain period of time.
In operation S402, a scheduling backup job executes the data backup task, generates and records backup record data describing the data backup task, and creates a unique backup task identifier corresponding to the data backup task.
In operation S402, when the data backup task is executed, the automatic backup system creates a corresponding unique identifier uuid for the data backup task according to the current timestamp.
When a data backup task is executed each time, corresponding backup record data can be generated, the backup record data is used for accurately describing the data backup task, the backup record data comprises information such as a backup object, backup time, a backup type, a backup storage address and backup preservation time of the data backup task, and the backup record data further comprises a unique backup task identifier corresponding to the data backup task.
By managing the backup record data, the automatic backup system can intensively manage all data backups in the system and the storage time of the data backups, and the backup data recovery is completed in one key.
In operation S403, it is determined whether the data backup task is successfully executed, and if the data backup task is successfully executed, operation S404 is performed; if the data backup task is not successfully executed, the backup failure reason is updated, and operation S408 is performed.
In order to avoid the block chain from being too bulky, the present disclosure packs and chains only the backup record data of which the data backup task is successfully executed.
In operation S404, the backup record data corresponding to the successfully executed data backup task is packaged into a transaction of the blockchain system.
In operation S405, the transaction is broadcasted to a blockchain system, such that the blockchain system achieves node consensus for the transaction according to a consensus mechanism in the blockchain system and packages the transaction achieving node consensus into a latest blockchain in the blockchain system and uplinks.
The present disclosure uses the blockchain system as a way to store backup record data, mainly considering: backup recorded data is used as key data of an automatic backup system, and the artificial interference can be eliminated by matching the design principle of a block chain decentralized structure; backup recorded data is used as log data, the characteristics of no modification and no modification are required, a block chain is matched with a design principle that only the data can be added and cannot be modified, and malicious data tampering is prevented; the full-node redundant backup of the block chain can guarantee the safety of backup record data under extreme conditions.
The blockchain system includes at least three or more private chains. For privacy and security, the blockchain system of the present disclosure needs to build at least more than three private chains for storing backup record data.
The consensus mechanism is a practical Byzantine fault-tolerant (PBFT) consensus algorithm, the backup recorded data are stored by adopting a private chain created by the practical Byzantine fault-tolerant (PBFT) consensus algorithm, the backup recorded data corresponding to a successfully executed data backup task are abstracted into block chain transactions, and after the consensus algorithm achieves consensus at each node of the private chain, the backup recorded data are chained. Based on the PBFT consensus algorithm, the fault-tolerant fault node and the fault-tolerant rogue node (namely the node which intentionally sends error data) are supported, and the reliability of backup record data storage is improved.
Each block in the block chain system adopts a merkel Tree (Merkle Tree) structure to store the transaction, so that the data can be conveniently searched during data recovery.
In operation S406, a storage success message sent by the blockchain system is received.
In operation S407, the upper layer application is notified that the data backup task is successful.
In operation S408, the upper layer application is notified that the data backup task fails.
After the block chain-based backup record data storage is executed, according to actual needs, recovery of the backup record data is also executed, that is, the block chain-based backup record data processing method provided by the present disclosure further includes a block chain-based backup record data recovery method.
Fig. 5 schematically shows a flowchart of a block chain-based backup record data recovery method according to an embodiment of the present disclosure.
As shown in fig. 5, the embodiment provides a block chain-based method for recovering backup record data, where the method is applied to an automated backup system, and the method includes operation S501-operation S504, which specifically include the following steps:
in operation S501, a recovery task for the backup recorded data is triggered.
In operation S502, a restore request for the backup record data is sent to the blockchain system, so that the blockchain system queries the backup record data in the blocks stored by the nodes in the blockchain system according to the backup task identifier, where the restore request includes the backup task identifier.
Since the blocks on the blockchain system have redundant backup at each node, corresponding backup record data can be searched and obtained from the blocks stored by the nodes in the blockchain system according to the backup task identifiers as long as a backup record data recovery request is sent to any node in the blockchain system.
In operation S503, the backup record data sent by the blockchain system is received.
In operation S504, the upper layer application is notified that the data recovery task is successful.
By means of the backup record data processing method, storage and recovery of backup record data in an automatic backup scene are achieved, non-falsification data storage and recovery for protecting key data of an automatic backup system are provided, the method can be widely applied to the automatic backup scene, and therefore safe, accurate and available storage and recovery of the backup record data in the automatic backup scene can be guaranteed.
Based on the above backup record data processing method based on the block chain shown in fig. 2, the present disclosure also provides a backup record data processing apparatus based on the block chain. The apparatus will be described in detail below with reference to fig. 6.
Fig. 6 schematically shows a block diagram of a block chain-based backup recording data processing apparatus according to an embodiment of the present disclosure.
As shown in fig. 6, the embodiment provides a device 600 for processing backup record data based on a blockchain, where the device 600 is applied to a blockchain system, and the device 600 includes a receiving module 610, a consensus module 620, an uplink module 630, and a sending module 640.
The receiving module 610 is configured to receive a transaction broadcast by an automatic backup system, where the transaction is generated by the automatic backup system based on packing of backup record data, and the backup record data is used to describe a data backup task executed by the automatic backup system. Further, the backup record data is used to describe a successful data backup task performed by the automated backup system.
In an embodiment, the receiving module 610 may be configured to perform the operation S201 described above, which is not described herein again.
The consensus module 620 is configured to achieve node consensus for the transaction according to a consensus mechanism in the blockchain system.
In an embodiment, the consensus module 620 may be configured to perform the operation S202 described above, which is not described herein again.
The uplink module 630 is configured to pack and uplink the transaction that achieves node consensus into the latest block in the blockchain system.
In an embodiment, the uplink module 630 may be configured to perform the operation S203 described above, which is not described herein again.
The sending module 640 is configured to send storage success information to the automated backup system.
In an embodiment, the sending module 640 may be configured to perform the operation S204 described above, which is not described herein again.
Based on the above backup recording data processing method based on the block chain shown in fig. 3, the backup recording data processing apparatus based on the block chain provided in the present disclosure further includes a module for implementing the backup recording data recovery. The apparatus will be described in detail below with reference to fig. 7.
Fig. 7 is a block diagram schematically illustrating a block chain-based backup recording data processing apparatus according to an embodiment of the present disclosure.
As shown in fig. 7, the embodiment provides a device 700 for processing blockchain-based backup record data, where the device 700 is applied to a blockchain system, and the device 700 includes a query module 750 in addition to a receiving module 710, a common identification module 720, a cochain module 730, and a sending module 740 that are the same as the receiving module 610, the common identification module 620, the cochain module 630, and the sending module 640 included in the device 600 for processing blockchain-based backup record data in fig. 6.
The receiving module 710 is further configured to receive a recovery request for the backup recorded data, where the recovery request includes the backup task identifier.
In an embodiment, the receiving module 710 may be configured to perform the operation S301 described above, which is not described herein again.
The query module 750 is configured to query backup record data in a block stored in a node in the blockchain system according to the backup task identifier.
In an embodiment, the query module 750 may be configured to perform the operation S302 described above, which is not described herein again.
The sending module 740 is further configured to send the backup record data to the automated backup system.
In an embodiment, the sending module 740 may be configured to perform the operation S303 described above, which is not described herein again.
Based on the above backup record data processing method based on the block chain shown in fig. 4, the present disclosure also provides a backup record data processing apparatus based on the block chain. The apparatus will be described in detail below with reference to fig. 8.
Fig. 8 is a block diagram schematically illustrating a block chain-based backup recording data processing apparatus according to an embodiment of the present disclosure.
As shown in fig. 8, this embodiment provides a block chain-based backup record data processing apparatus 800, where the apparatus 800 is applied to an automated backup system, and the apparatus 800 includes a first triggering module 810, an executing module 820, a determining module 830, a packing module 840, a sending module 850, a receiving module 860, a first notifying module 870, and a second notifying module 880.
The first triggering module 810 is configured to trigger a data backup task according to a backup rule in a backup plan.
In an embodiment, the first triggering module 810 may be configured to perform the operation S401 described above, which is not described herein again.
The executing module 820 is configured to schedule a backup job to execute the data backup task, generate and record backup record data for describing the data backup task, and create a unique backup task identifier corresponding to the data backup task.
In an embodiment, the executing module 820 may be configured to execute the operation S402 described above, which is not described herein again.
The determining module 830 is configured to determine whether the data backup task is successfully executed, and if the data backup task is successfully executed, the packing module 840 executes the function thereof; if the data backup task is not successfully executed, the reason for the failure of backup is updated, and the second notification module 880 executes the function thereof.
In an embodiment, the determining module 830 may be configured to perform the operation S403 described above, which is not described herein again.
The packing module 840 is configured to pack the backup record data corresponding to the successfully executed data backup task into a transaction of the blockchain system.
In an embodiment, the packing module 840 may be configured to perform the operation S404 described above, which is not described herein again.
The sending module 850 is configured to broadcast the transaction to a blockchain system, so that the blockchain system achieves node consensus for the transaction according to a consensus mechanism in the blockchain system and packages the transaction achieving node consensus into a latest blockchain in the blockchain system for uplink.
In an embodiment, the sending module 850 may be configured to perform the operation S405 described above, which is not described herein again.
The receiving module 860 is configured to receive the storage success information sent by the blockchain system.
In an embodiment, the receiving module 860 may be configured to perform the operation S406 described above, which is not described herein again.
The first notifying module 870 is configured to notify that the upper layer application succeeds in the data backup task.
In an embodiment, the first notification module 870 may be configured to perform the operation S407 described above, which is not described herein again.
The second notifying module 880 is configured to notify that the upper layer application fails to perform the data backup task.
In an embodiment, the second notification module 880 may be configured to perform the operation S408 described above, which is not described herein again.
Based on the above backup recording data processing method based on the block chain shown in fig. 5, the backup recording data processing apparatus based on the block chain provided in the present disclosure further includes a module for implementing the backup recording data recovery. The apparatus will be described in detail below with reference to fig. 9.
Fig. 9 is a block diagram schematically illustrating a block chain-based backup recording data processing apparatus according to an embodiment of the present disclosure.
As shown in fig. 9, this embodiment provides a block chain-based backup record data processing apparatus 900, where the apparatus 900 is applied to an automated backup system, and the apparatus 900 includes a second triggering module 991 and a third notifying module 990 in addition to a first triggering module 810, an executing module 820, a determining module 830, a packing module 840, a sending module 850, a receiving module 860, a first notifying module 870, and a second notifying module 880, which are the same as the first triggering module 910, the executing module 920, the determining module 930, the packing module 940, the sending module 950, the receiving module 960, the first notifying module 970, and the second notifying module 980 included in the block chain-based backup record data processing apparatus 800 in fig. 8.
The second triggering module 991 is further configured to trigger a recovery task for the backup recording data.
In an embodiment, the second trigger module 991 may be configured to perform the operation S501 described above, which is not described herein again.
The sending module 950 is further configured to send a recovery request for the backup record data to a blockchain system, so that the blockchain system queries the backup record data in a block stored in a node in the blockchain system according to the backup task identifier, where the recovery request includes the backup task identifier.
In an embodiment, the sending module 950 may be configured to perform the operation S502 described above, which is not described herein again.
The receiving module 960 is further configured to receive the backup record data sent by the blockchain system.
In an embodiment, the receiving module 960 may be configured to perform the operation S503 described above, which is not described herein again.
The third notifying module 990 is configured to notify the upper layer that the data recovery task is successful.
In an embodiment, the third notification module 990 may be configured to perform the operation S504 described above, and is not described herein again.
According to the above embodiments of the present disclosure, any multiple modules in the modules may be combined into one module to be implemented, or any one of the modules may be split into multiple modules. Alternatively, at least part of the functionality of one or more of these modules may be combined with at least part of the functionality of the other modules and implemented in one module. According to the embodiments of the present disclosure, at least one of the modules may be implemented at least partially as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in hardware or firmware by any other reasonable manner of integrating or packaging a circuit, or may be implemented in any one of three implementations of software, hardware, and firmware, or in a suitable combination of any of them. Alternatively, at least one of the respective modules may be at least partially implemented as a computer program module, which when executed, may perform a corresponding function.
Fig. 10 schematically shows a block diagram of an electronic device adapted to implement a block chain based backup recording data processing method according to an embodiment of the present disclosure.
As shown in fig. 10, an electronic device 1000 according to an embodiment of the present disclosure includes a processor 1001 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)1002 or a program loaded from a storage section 1008 into a Random Access Memory (RAM) 1003. Processor 1001 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or associated chipset, and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), among others. The processor 1001 may also include onboard memory for caching purposes. The processor 1001 may include a single processing unit or multiple processing units for performing different actions of a method flow according to embodiments of the present disclosure.
In the RAM 1003, various programs and data necessary for the operation of the electronic apparatus 1000 are stored. The processor 1001, ROM 1002, and RAM 1003 are connected to each other by a bus 1004. The processor 1001 performs various operations of the method flow according to the embodiments of the present disclosure by executing programs in the ROM 1002 and/or the RAM 1003. Note that the programs may also be stored in one or more memories other than the ROM 1002 and the RAM 1003. The processor 1001 may also perform various operations of the method flows according to embodiments of the present disclosure by executing programs stored in the one or more memories.
Electronic device 1000 may also include an input/output (I/O) interface 1005, the input/output (I/O) interface 1005 also being connected to bus 1004, according to an embodiment of the present disclosure. Electronic device 1000 may also include one or more of the following components connected to I/O interface 1005: an input section 1006 including a keyboard, a mouse, and the like; an output section 1007 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 1008 including a hard disk and the like; and a communication section 1009 including a network interface card such as a LAN card, a modem, or the like. The communication section 1009 performs communication processing via a network such as the internet. The driver 1010 is also connected to the I/O interface 1005 as necessary. A removable medium 1011 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 1010 as necessary, so that a computer program read out therefrom is mounted into the storage section 1008 as necessary.
The present disclosure also provides a computer-readable storage medium, which may be contained in the apparatus/device/system described in the above embodiments; or may exist separately and not be assembled into the device/apparatus/system. The computer-readable storage medium carries one or more programs which, when executed, implement the method according to an embodiment of the disclosure.
According to embodiments of the present disclosure, the computer-readable storage medium may be a non-volatile computer-readable storage medium, which may include, for example but is not limited to: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. For example, according to embodiments of the present disclosure, a computer-readable storage medium may include the ROM 1002 and/or the RAM 1003 described above and/or one or more memories other than the ROM 1002 and the RAM 1003.
Embodiments of the present disclosure also include a computer program product comprising a computer program containing program code for performing the method illustrated in the flow chart. When the computer program product runs in a computer system, the program code is used for causing the computer system to realize the item recommendation method provided by the embodiment of the disclosure.
The computer program performs the above-described functions defined in the system/apparatus of the embodiments of the present disclosure when executed by the processor 1001. The systems, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
In one embodiment, the computer program may be hosted on a tangible storage medium such as an optical storage device, a magnetic storage device, or the like. In another embodiment, the computer program may also be transmitted in the form of a signal on a network medium, distributed, downloaded and installed via the communication part 1009, and/or installed from the removable medium 1011. The computer program containing program code may be transmitted using any suitable network medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
In such an embodiment, the computer program may be downloaded and installed from a network through the communication part 1009 and/or installed from the removable medium 1011. The computer program performs the above-described functions defined in the system of the embodiment of the present disclosure when executed by the processor 1001. The systems, devices, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
In accordance with embodiments of the present disclosure, program code for executing computer programs provided by embodiments of the present disclosure may be written in any combination of one or more programming languages, and in particular, these computer programs may be implemented using high level procedural and/or object oriented programming languages, and/or assembly/machine languages. The programming language includes, but is not limited to, programming languages such as Java, C + +, python, the "C" language, or the like. The program code may execute entirely on the user computing device, partly on the user device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Those skilled in the art will appreciate that various combinations and/or combinations of features recited in the various embodiments and/or claims of the present disclosure can be made, even if such combinations or combinations are not expressly recited in the present disclosure. In particular, various combinations and/or combinations of the features recited in the various embodiments and/or claims of the present disclosure may be made without departing from the spirit or teaching of the present disclosure. All such combinations and/or associations are within the scope of the present disclosure.
The embodiments of the present disclosure have been described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described separately above, this does not mean that the measures in the embodiments cannot be used in advantageous combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be devised by those skilled in the art without departing from the scope of the present disclosure, and such alternatives and modifications are intended to be within the scope of the present disclosure.

Claims (20)

1. A block chain-based backup record data processing method is applied to a block chain system, and is characterized by comprising the following steps:
receiving a transaction broadcast by an automatic backup system, wherein the transaction is generated by the automatic backup system based on the packing of backup record data, and the backup record data is used for describing a data backup task executed by the automatic backup system;
achieving node consensus for the transaction according to a consensus mechanism in the blockchain system;
packaging the transaction achieving node consensus into the latest block in the blockchain system and uplink;
and sending storage success information to the automatic backup system.
2. The method according to claim 1, wherein the backup recording data includes a unique backup task identifier corresponding to the data backup task.
3. The block chain-based backup record data processing method according to claim 1 or 2, wherein the backup record data includes at least one of a backup object, a backup time, a backup type, a backup storage address, and a backup save time of the data backup task.
4. The method of claim 1, wherein the consensus mechanism is a practical Byzantine fault tolerant consensus algorithm.
5. The method of claim 1, wherein each block in the blockchain system stores the transaction using a merkel tree structure.
6. The method of claim 2, wherein the method further comprises:
receiving a recovery request aiming at the backup recorded data, wherein the recovery request comprises the backup task identifier;
inquiring backup record data in a block stored by a node in a block chain system according to the backup task identifier;
and sending the inquired backup record data to the automatic backup system.
7. A backup record data processing method based on a block chain is applied to an automatic backup system and is characterized by comprising the following steps:
packing backup record data corresponding to the successfully executed data backup task into one transaction of a blockchain system;
broadcasting the transaction to a blockchain system such that the blockchain system achieves node consensus for the transaction according to a consensus mechanism in the blockchain system and packages the transaction achieving node consensus into a latest blockchain in the blockchain system for uplink;
and receiving storage success information sent by the block chain system.
8. The method according to claim 7, wherein before the step of packaging the backup record data corresponding to the successfully executed data backup task into one transaction of the blockchain system, the method further comprises:
triggering a data backup task according to a backup rule in a backup plan;
scheduling backup jobs to execute the data backup tasks, and generating and recording backup record data for describing the data backup tasks;
and judging whether the data backup task is successfully executed, and if the data backup task is successfully executed, executing the step of packaging backup record data corresponding to the successfully executed data backup task into one transaction of the blockchain system.
9. The method according to claim 7 or 8, wherein the backup recording data includes a unique backup task identifier corresponding to the data backup task.
10. The block chain-based backup record data processing method according to claim 7 or 8, wherein the backup record data includes at least one of a backup object, a backup time, a backup type, a backup storage address, and a backup save time of the data backup task.
11. The method according to claim 7 or 8, wherein the method further comprises: and informing the upper layer of successful data backup task.
12. The method of claim 9, wherein the method further comprises:
triggering a recovery task aiming at the backup record data;
sending a recovery request aiming at the backup record data to a blockchain system, so that the blockchain system inquires the backup record data in a block stored by a node in the blockchain system according to the backup task identifier, wherein the recovery request comprises the backup task identifier;
receiving the backup record data sent by the block chain system;
and informing the upper layer application that the data recovery task is successful.
13. A block chain-based backup record data processing device is applied to a block chain system and is characterized by comprising a receiving module, a common identification module, an uplink module and a sending module;
the receiving module is used for receiving a transaction sent by an automatic backup system in a broadcast manner, the transaction is generated by the automatic backup system based on the packing of backup record data, and the backup record data is used for describing a data backup task executed by the automatic backup system;
the consensus module is used for achieving node consensus for the transaction according to a consensus mechanism in the blockchain system;
the uplink module is used for packaging the transaction achieving the node consensus into the latest block in the block chain system and uplink the transaction; and
and the sending module is used for sending storage success information to the automatic backup system.
14. The blockchain-based backup record data processing apparatus according to claim 13, wherein the apparatus further comprises a query module;
the receiving module is further configured to receive a recovery request for the backup record data, where the recovery request includes a unique backup task identifier corresponding to the data backup task;
the query module is used for querying backup record data in the blocks stored by the nodes in the block chain system according to the backup task identifiers;
the sending module is further configured to send the backup record data to the automated backup system.
15. A block chain-based backup record data processing device is applied to an automatic backup system and is characterized by comprising a packing module, a sending module and a receiving module;
the packaging module is used for packaging backup record data corresponding to the successfully executed data backup task into one transaction of the block chain system;
the sending module is configured to broadcast the transaction to a blockchain system, so that the blockchain system achieves node consensus for the transaction according to a consensus mechanism in the blockchain system and packages the transaction achieving node consensus into a latest blockchain in the blockchain system and uplinks the transaction;
the receiving module is configured to receive the successful storage information sent by the blockchain system.
16. The device for processing backup record data based on block chain according to claim 15, wherein the device further comprises a first triggering module, an executing module and a judging module;
the first triggering module is used for triggering a data backup task according to a backup rule in a backup plan;
the execution module is used for scheduling backup jobs to execute the data backup tasks and generating and recording backup record data for describing the data backup tasks;
the judging module is used for judging whether the data backup task is executed successfully or not, and if the data backup task is executed successfully, executing the function executed by the packing module.
17. The device for processing backup record data based on block chain according to claim 15 or 16, characterized in that the device further comprises a second triggering module and a third notifying module;
the second triggering module is used for triggering a recovery task aiming at the backup record data;
the sending module is further configured to send a recovery request for the backup record data to a blockchain system, so that the blockchain system queries the backup record data in a block stored in a node in the blockchain system according to a unique backup task identifier corresponding to the data backup task, where the recovery request includes the backup task identifier;
the receiving module is further configured to receive the backup record data sent by the blockchain system;
and the third notification module is used for notifying the upper layer application that the data recovery task is successful.
18. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any of claims 1-12.
19. A computer readable storage medium having stored thereon executable instructions which, when executed by a processor, cause the processor to perform the method of any one of claims 1 to 12.
20. A computer program product comprising a computer program which, when executed by a processor, implements a method according to any one of claims 1 to 12.
CN202110380161.8A 2021-04-08 2021-04-08 Block chain-based backup record data processing method, device, medium and product Pending CN113094209A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110380161.8A CN113094209A (en) 2021-04-08 2021-04-08 Block chain-based backup record data processing method, device, medium and product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110380161.8A CN113094209A (en) 2021-04-08 2021-04-08 Block chain-based backup record data processing method, device, medium and product

Publications (1)

Publication Number Publication Date
CN113094209A true CN113094209A (en) 2021-07-09

Family

ID=76675598

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110380161.8A Pending CN113094209A (en) 2021-04-08 2021-04-08 Block chain-based backup record data processing method, device, medium and product

Country Status (1)

Country Link
CN (1) CN113094209A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116126596A (en) * 2023-02-13 2023-05-16 北京易华录信息技术股份有限公司 Information processing system and method based on block chain

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110400142A (en) * 2018-06-01 2019-11-01 腾讯科技(深圳)有限公司 Data processing method, device and storage medium
CN110413691A (en) * 2019-07-18 2019-11-05 西安纸贵互联网科技有限公司 Database backup method, restoration methods and device based on block chain
CN110727391A (en) * 2018-07-16 2020-01-24 北京京东尚科信息技术有限公司 Transaction data storage method and device, block chain system, medium and electronic equipment
CN111353893A (en) * 2020-04-24 2020-06-30 支付宝(杭州)信息技术有限公司 Transaction data processing method and device based on block chain

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110400142A (en) * 2018-06-01 2019-11-01 腾讯科技(深圳)有限公司 Data processing method, device and storage medium
CN110727391A (en) * 2018-07-16 2020-01-24 北京京东尚科信息技术有限公司 Transaction data storage method and device, block chain system, medium and electronic equipment
CN110413691A (en) * 2019-07-18 2019-11-05 西安纸贵互联网科技有限公司 Database backup method, restoration methods and device based on block chain
CN111353893A (en) * 2020-04-24 2020-06-30 支付宝(杭州)信息技术有限公司 Transaction data processing method and device based on block chain

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116126596A (en) * 2023-02-13 2023-05-16 北京易华录信息技术股份有限公司 Information processing system and method based on block chain
CN116126596B (en) * 2023-02-13 2023-08-18 北京易华录信息技术股份有限公司 Information processing system and method based on block chain

Similar Documents

Publication Publication Date Title
US10678648B2 (en) Method, apparatus, and system for migrating virtual machine backup information
US9086968B2 (en) Checkpointing for delayed alert creation
CN103782574A (en) Idempotence for database transactions
US10929186B2 (en) Control token and hierarchical dynamic control
US8756389B2 (en) Prevention of overlay of production data by point in time copy operations in a host based asynchronous mirroring environment
CN107797887B (en) Data backup and recovery method and device, storage medium and electronic equipment
CN110727547A (en) System and method for protecting Docker application container
RU2711348C1 (en) Method and system for processing requests in a distributed database
US20210149682A1 (en) System and method for implementing a filesystem agent management solution
CN114510344A (en) Space-based resource virtualization management and control system based on micro-service agent
CN113094209A (en) Block chain-based backup record data processing method, device, medium and product
US20100057787A1 (en) Method, system, and computer program product for cloning of distributed and stateful systems
CN116957764A (en) Account data processing method and device, electronic equipment and storage medium
US20140380337A1 (en) Event-driven application systems and methods
CN115374098A (en) High concurrent payment order anti-duplication method, apparatus, system, device, medium, and program product
CN113485930B (en) Business process verification method, device, computer system and readable storage medium
CN105790975A (en) Service processing operation execution method and device
CN115373886A (en) Service group container shutdown method, device, computer equipment and storage medium
CN114791900A (en) Operator-based Redis operation and maintenance method, device, system and storage medium
US9996870B2 (en) Method, system, and computer readable medium for utilizing job control orders in an order management system
EP2601627B1 (en) Transaction processing system and method
US11288140B2 (en) Point in time blob restore
Lennert et al. The automated backup solution—safeguarding the communications network infrastructure
CN112866359B (en) Data chaining method and device, electronic equipment and storage medium
CN101084487A (en) Method for guaranteeing freshness of results for queries against a non-secure data store

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