CN111414431A - Network operation and maintenance data disaster recovery backup management method and system based on block chain technology - Google Patents

Network operation and maintenance data disaster recovery backup management method and system based on block chain technology Download PDF

Info

Publication number
CN111414431A
CN111414431A CN202010350861.8A CN202010350861A CN111414431A CN 111414431 A CN111414431 A CN 111414431A CN 202010350861 A CN202010350861 A CN 202010350861A CN 111414431 A CN111414431 A CN 111414431A
Authority
CN
China
Prior art keywords
backup
network
database operation
block chain
data
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
CN202010350861.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.)
Wuhan Fiberhome Technical Services Co Ltd
Original Assignee
Wuhan Fiberhome Technical Services 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 Wuhan Fiberhome Technical Services Co Ltd filed Critical Wuhan Fiberhome Technical Services Co Ltd
Priority to CN202010350861.8A priority Critical patent/CN111414431A/en
Publication of CN111414431A publication Critical patent/CN111414431A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • G06F16/275Synchronous replication

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (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 discloses a block chain technology-based network operation and maintenance data disaster recovery backup management method and a system, which relate to the field of data backup processing, and the method comprises the steps of determining a plurality of network servers as disaster recovery nodes; connecting disaster backup nodes and production nodes to form a consensus network, deploying a block chain program on the disaster backup nodes, forming a block chain network by a plurality of disaster backup nodes, and generating database operation logs by the production nodes; based on a block chain technology, converting a high-grade database operation log generated by a production node into a code through a Hash algorithm, and then uploading the converted code to a block chain network to form a transaction; and when the backup data is restored, retrieving the transaction corresponding to the high-level database operation log on the blockchain network, converting the transaction into the database operation log and restoring the database operation log to the local database where the production node is located. The invention ensures the safety of data storage and effectively reduces the data storage cost.

Description

Network operation and maintenance data disaster recovery backup management method and system based on block chain technology
Technical Field
The invention relates to the field of data backup processing, in particular to a disaster recovery backup management method and system for network operation and maintenance data based on a block chain technology.
Background
The data backup mode mainly comprises a cold backup mode, a warm backup mode and a hot backup mode. Currently, the mainstream data backup of the network operation and maintenance center is generally based on a remote data replication technology of an intelligent storage system, which is implemented by the intelligent storage system itself to remotely replicate and synchronize data, that is, the intelligent storage system replicates and executes an Input/Output (I/O) operation request of a storage to a remote storage system, and when a disaster occurs, switches to a disaster server to recover the data as soon as possible and as much as possible. In practical application, because the requirements on service continuity and real-time performance are high, the data backup of the service network of an operator can adopt a hot backup or mixed backup mode to backup and store the data.
Traditional data backup relies on backup data storage devices in various places, a disaster recovery mode of two places and three centers is generally adopted, and an operation and maintenance center conducts centralized control. The mode of high in the clouds storage, its main flow includes: 1. establishing a disaster backup center and a disaster backup service storage system, enabling a backup server and a backup program to be in an online state, and setting a data storage mode, a position and a period; 2. transmitting the service data from the main server to a backup system in real time, keeping the synchronization of the backup system and the data of the current application system, and simultaneously backing up and storing the data according to a set mode; 3. when the main server cannot run due to a disaster phenomenon, the backup system can quickly replace the data of the main server to run without supplementing or only needing to supplement less data, so that the business is restored, and the continuity of the business is ensured; 4. for backup data deployed to the cloud, the data is copied during backup, then the data is migrated to the cloud for backup storage, and similarly, when a disaster occurs, the data is quickly recovered from the cloud.
As can be seen from the above, the existing data disaster recovery backup method has the following disadvantages: 1. the two-place three-center data backup and storage has large investment on fields and equipment, high requirements on communication environment and complex operation management at ordinary times; 2. the management of the backup data needs to be managed in a centralized way regardless of a cloud backup mode or a disaster recovery backup mode of two places and three centers, and the operation cost keeps increasing trend along with the increase of the data volume; 3. due to the high security requirement of the data, more manpower and material resources are required to be invested in a centrally managed data backup center for security protection, and the data cannot be guaranteed to be completely safe and reliable and cannot be attacked by hackers; 4. for backup data deployed in the cloud, the integrity of the data cannot be guaranteed due to the fact that the backup data needs to be migrated to the cloud, and safety accidents may occur in the migration process.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a method and a system for disaster recovery backup management of network operation and maintenance data based on a block chain technology, which ensure the safety of data storage and effectively reduce the cost of data storage.
In order to achieve the above object, the present invention provides a disaster recovery backup management method for network operation and maintenance data based on a block chain technology, which comprises the following steps:
determining a plurality of network servers as disaster recovery nodes;
connecting disaster backup nodes and production nodes to form a consensus network, deploying a block chain program on the disaster backup nodes, forming a block chain network by a plurality of disaster backup nodes, and generating database operation logs by the production nodes;
based on a block chain technology, converting a high-grade database operation log generated by a production node into a code through a Hash algorithm, and then uploading the converted code to a block chain network to form a transaction;
and when the backup data is restored, retrieving the transaction corresponding to the high-level database operation log on the blockchain network, converting the transaction into the database operation log and restoring the database operation log to the local database where the production node is located.
On the basis of the above technical solution, before the disaster recovery node and the production node are connected to form the consensus network, the method further includes: the method comprises the steps of determining a range of the database operation logs needing to be backed up, determining a backup period of the database operation logs, and setting a data grade classification instruction in a production node, wherein the data grade classification instruction is used for classifying the grade of the database operation logs generated by the production node.
On the basis of the technical scheme, the database operation logs generated by the production nodes comprise high-level database operation logs and low-level database operation logs.
On the basis of the technical proposal, the device comprises a shell,
the high-level database operation log generated by the production node is converted into a code through a Hash algorithm, and then the converted code is uploaded to a block chain network to form a transaction;
and storing the operation logs of the low-level database generated by the production node to a backup server.
On the basis of the technical scheme, when the backup data is restored, the operation logs of the database with low grade are restored to the local database where the production node is located by the backup server.
The invention provides a block chain technology-based network operation and maintenance data disaster recovery backup management system, which comprises:
a determining module, configured to determine a plurality of network servers as disaster recovery nodes;
the system comprises a configuration module, a module and a module, wherein the configuration module is used for connecting disaster recovery nodes and production nodes to form a consensus network, deploying a block chain program on the disaster recovery nodes, forming a block chain network by a plurality of disaster recovery nodes, and generating database operation logs by the production nodes;
the backup module is used for converting a high-grade database operation log generated by a production node into a code through a Hash algorithm based on a block chain technology, and then uploading the converted code to a block chain network to form a transaction;
and the recovery module is used for retrieving the transaction corresponding to the high-level database operation log on the blockchain network when the backup data is recovered, converting the transaction into the database operation log and recovering the database operation log to the local database where the production node is located.
On the basis of the above technical solution, before the disaster recovery node and the production node are connected to form the consensus network, the method further includes: the method comprises the steps of determining a range of the database operation logs needing to be backed up, determining a backup period of the database operation logs, and setting a data grade classification instruction in a production node, wherein the data grade classification instruction is used for classifying the grade of the database operation logs generated by the production node.
On the basis of the technical scheme, the database operation logs generated by the production nodes comprise high-level database operation logs and low-level database operation logs.
On the basis of the technical proposal, the device comprises a shell,
the high-level database operation log generated by the production node is converted into a code through a Hash algorithm, and then the converted code is uploaded to a block chain network to form a transaction;
and storing the operation logs of the low-level database generated by the production node to a backup server.
On the basis of the technical scheme, when the backup data is restored, the operation logs of the database with low grade are restored to the local database where the production node is located by the backup server.
Compared with the prior art, the invention has the advantages that: the database operation logs are classified and copied according to the level of safety importance, then the database operation logs are encoded by a Hash algorithm and then stored on a block chain network in real time, a data backup mode of a block chain is adopted, all data do not need to be copied and then are intensively migrated to a cloud end or a special backup server is adopted for storage and migration, in addition, the block chain storage also has a duplication removal characteristic, repeated data can be identified, the redundancy rate of data backup is reduced, the cost is reduced, the Hash algorithm can encode data with any length into block chain data with fixed length for storage, the fixed length value can be selected according to the data safety level, the storage quantity which occupies too large storage quantity is not needed, the data can be stored reasonably, and the data storage cost is effectively reduced.
Drawings
Fig. 1 is a flowchart of a disaster recovery backup management method for network operation and maintenance data based on a block chain technique according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a network operation and maintenance data disaster recovery backup management method based on a block chain technology, which is characterized in that a distributed block chain network is constructed, so that a database operation log generated by a production node is encrypted and backed up to the block chain network, the safety of data is effectively ensured, the data is not easy to lose, and the data backup cost is reduced. The embodiment of the invention correspondingly provides a network operation and maintenance data disaster recovery backup management system based on the block chain technology. The present invention will be described in further detail with reference to the accompanying drawings and examples.
Referring to fig. 1, an embodiment of the present invention provides a method for disaster recovery backup management of network operation and maintenance data based on a block chain technology, including the following steps:
s1: and determining a plurality of network servers as disaster recovery nodes. In the embodiment of the invention, when the disaster recovery node is determined, the network server with centralized distribution position can be selected as the disaster recovery node.
S2: and connecting the disaster backup nodes and the production nodes to form a consensus network, deploying the block chain program on the disaster backup nodes, forming a block chain network by the plurality of disaster backup nodes, and generating database operation logs by the production nodes. The database operation logs generated by the production node comprise a high-level database operation log and a low-level database operation log.
In the embodiment of the present invention, the production node is a hardware device that executes a specific task, and during the operation process, a log related to the operation of the production node is generated, where the log is a database operation log, and for example, when the production node sends data a from a to b, a database operation log is generated during the process of sending data.
In the embodiment of the present invention, before connecting the disaster recovery node and the production node to form the consensus network, the method further includes: determining the range of the database operation logs needing to be backed up, determining the backup period of the database operation logs, and setting a data grade classification instruction in the production node, wherein the data grade classification instruction is used for classifying the grade of the database operation logs generated by the production node. In the actual operation process of the production node, each operation of the production node generates a database operation log, and many generated database operation logs are irrelevant and do not need to be stored, so the database operation logs generated by the production node are screened by determining the range of the database operation logs needing to be backed up, the database operation logs needing to be backed up are screened out so as to carry out subsequent operation, and the situation that the irrelevant database operation logs are backed up to occupy a server space is avoided.
For the screened database operation logs, whether the generated database operation logs needing to be backed up have primary and secondary scores according to task execution categories of production nodes is further ensured, and in order to further ensure the security of core data, a data grade classification instruction is used for classifying the grades of the database operation logs generated by the production nodes so as to distinguish the core data needing to be backed up from non-core data.
S3: based on the block chain technology, high-level database operation logs generated by production nodes are converted into codes through a Hash algorithm, and then the codes obtained through conversion are uploaded to a block chain network to form transactions.
In an embodiment of the present invention, the blockchain technique may encrypt the data, and the encryption technique is not reversible. In a blockchain network, a hash function may create a unique identifier, protecting block data. In the invention, the Hash calculation is carried out on the database operation log, and the obtained code is stored in the block chain, so that the code encryption mode can not be broken by other people except data management personnel, thereby effectively increasing the safety and reliability of data storage.
By using multiple disaster recovery centers to backup data simultaneously and ensuring that high-level database operation logs of each disaster recovery center are determined and written into the blockchain network simultaneously, consistency of data among multiple copies is maintained. Further, a plurality of private chains may be set for a nationwide network, and an association may be set between the private chains.
S4: and when the backup data is restored, retrieving the transaction corresponding to the high-level database operation log on the blockchain network, converting the transaction into the database operation log and restoring the database operation log to the local database where the production node is located.
In the embodiment of the invention, the high-level database operation log generated by the production node is converted into the code through the Hash algorithm, and then the converted code is uploaded to the block chain network to form the transaction. And storing the operation logs of the low-level database generated by the production node into the backup server. And when the backup data is restored, restoring the operation logs of the database with low grade to the local database where the production node is located by the backup server.
The invention can realize effective and safe data backup, can quickly recover data when a disaster occurs, and does not need to independently set a centralized data backup center. The main functions are as follows: 1. because the building investment cost of the block chain technology in a single node is low, too large space and equipment are not needed, the remote data backup can be easily realized by the characteristic of distributed storage, the investment of equipment and a site of a disaster backup center is reduced, and the personnel cost and the management cost brought by centralized management are reduced. Meanwhile, the distributed data backup mode also avoids the possibility that all data are destroyed once centralized data management is attacked. 2. The database operation logs are coded by the Hash algorithm and then stored and backed up, only a manager can crack the codes, and other people cannot crack the codes, so that the possibility that the server is attacked by hackers to steal the data is effectively reduced. 3. The multi-node backup mode of the blockchain network effectively realizes multi-node backup, and no matter which network node has a fault or service interruption, the transaction code corresponding to corresponding data can be quickly retrieved on the blockchain and converted into a server operation log, so that services can be quickly recovered.
The invention is based on the number of network nodes involved in the network architecture, the size of the data quantity to be backed up by the database, and the importance degree of the network data of the associated service, and simultaneously considers the regionality, the speed and the capacity of network data transmission and the convenience of management, thereby carrying out reasonable setting. For example, the node configuration number of a certain place is designed according to the number of cities, network node data and a connection mode, wherein the node configuration number is few in nodes, easy to communicate and fast in backup. Because of the hash algorithm technology related to the block chain, the hash algorithm can encode data with any length into a fixed length, so the storage capacity can be reduced, but because the hash algorithm also needs certain resources and storage investment, the data is classified according to safety and importance levels when the data is backed up initially, the block chain storage is carried out in a mode of carrying out the hash algorithm on the data with higher level according to a preset data level classification process, and the data with lower level is stored in the existing mode, so the optimal cost ratio can be reached. Because this encoding technique is irreversible, only the personnel set up can convert the code into the database raw data.
The disaster-tolerant backup management method for the network operation and maintenance data based on the block chain technology, which is disclosed by the embodiment of the invention, carries out grade classification and copying on the database operation logs according to the safety importance, then the database operation logs are encoded by a Hash algorithm and stored on a block chain network in real time, the block chain data backup mode is adopted without copying all data and then intensively transferring the data to the cloud or adopting a special backup server for storage and transfer, in addition, the block chain storage also has a deduplication characteristic, repeated data can be identified, the redundancy rate of data backup is reduced, thereby compressing the cost, and the hash algorithm can encode the data with any length into the block chain data with fixed length for storage, the fixed length value can be selected according to the data security level, so that the storage can be reasonably stored without occupying too large storage space, and the data storage cost is effectively reduced.
The embodiment of the invention provides a block chain technology-based network operation and maintenance data disaster recovery backup management system, which comprises a determining module, a forming module, a backup module and a recovery module.
The determining module is used for determining a plurality of network servers as disaster recovery nodes; the configuration module is used for connecting the disaster backup nodes with the production nodes to form a consensus network, deploying the block chain program on the disaster backup nodes, forming a block chain network by the plurality of disaster backup nodes, and generating database operation logs by the production nodes; the backup module is used for converting a high-grade database operation log generated by a production node into a code through a Hash algorithm based on a block chain technology, and then uploading the converted code to a block chain network to form a transaction; and the recovery module is used for retrieving the transaction corresponding to the high-level database operation log on the block chain network when the backup data is recovered, converting the transaction into the database operation log and recovering the database operation log to the local database where the production node is located.
Before connecting the disaster backup node and the production node to form a consensus network, the method further comprises the following steps: determining the range of the database operation logs needing to be backed up, determining the backup period of the database operation logs, and setting a data grade classification instruction in the production node, wherein the data grade classification instruction is used for classifying the grade of the database operation logs generated by the production node.
The database operation logs generated by the production node comprise a high-level database operation log and a low-level database operation log. Converting a high-level database operation log generated by a production node into a code through a Hash algorithm, and uploading the converted code to a block chain network to form a transaction; and storing the operation logs of the low-level database generated by the production node into the backup server. And when the backup data is restored, restoring the operation logs of the database with low grade to the local database where the production node is located by the backup server.

Claims (10)

1. A network operation and maintenance data disaster recovery backup management method based on a block chain technology is characterized by comprising the following steps:
determining a plurality of network servers as disaster recovery nodes;
connecting disaster backup nodes and production nodes to form a consensus network, deploying a block chain program on the disaster backup nodes, forming a block chain network by a plurality of disaster backup nodes, and generating database operation logs by the production nodes;
based on a block chain technology, converting a high-grade database operation log generated by a production node into a code through a Hash algorithm, and then uploading the converted code to a block chain network to form a transaction;
and when the backup data is restored, retrieving the transaction corresponding to the high-level database operation log on the blockchain network, converting the transaction into the database operation log and restoring the database operation log to the local database where the production node is located.
2. The method as claimed in claim 1, wherein before the step of connecting the disaster recovery node and the production node to form a consensus network, the method further comprises: the method comprises the steps of determining a range of the database operation logs needing to be backed up, determining a backup period of the database operation logs, and setting a data grade classification instruction in a production node, wherein the data grade classification instruction is used for classifying the grade of the database operation logs generated by the production node.
3. The method according to claim 1, wherein the method for disaster recovery and backup management of network operation and maintenance data based on a block chain technology comprises: the database operation logs generated by the production nodes comprise high-level database operation logs and low-level database operation logs.
4. The method according to claim 3, wherein the method for disaster recovery and backup management of network operation and maintenance data based on the blockchain technology comprises:
the high-level database operation log generated by the production node is converted into a code through a Hash algorithm, and then the converted code is uploaded to a block chain network to form a transaction;
and storing the operation logs of the low-level database generated by the production node to a backup server.
5. The method according to claim 4, wherein the method for managing disaster recovery backup of network operation and maintenance data based on the blockchain technology comprises: and when the backup data is restored, restoring the operation logs of the database with low grade to the local database where the production node is located by the backup server.
6. A network operation and maintenance data disaster recovery backup management system based on a block chain technology is characterized by comprising:
a determining module, configured to determine a plurality of network servers as disaster recovery nodes;
the system comprises a configuration module, a module and a module, wherein the configuration module is used for connecting disaster recovery nodes and production nodes to form a consensus network, deploying a block chain program on the disaster recovery nodes, forming a block chain network by a plurality of disaster recovery nodes, and generating database operation logs by the production nodes;
the backup module is used for converting a high-grade database operation log generated by a production node into a code through a Hash algorithm based on a block chain technology, and then uploading the converted code to a block chain network to form a transaction;
and the recovery module is used for retrieving the transaction corresponding to the high-level database operation log on the blockchain network when the backup data is recovered, converting the transaction into the database operation log and recovering the database operation log to the local database where the production node is located.
7. The system according to claim 6, wherein before the disaster recovery node and the production node are connected to form a consensus network, the system further comprises: the method comprises the steps of determining a range of the database operation logs needing to be backed up, determining a backup period of the database operation logs, and setting a data grade classification instruction in a production node, wherein the data grade classification instruction is used for classifying the grade of the database operation logs generated by the production node.
8. The system according to claim 6, wherein the system comprises: the database operation logs generated by the production nodes comprise high-level database operation logs and low-level database operation logs.
9. The system according to claim 8, wherein the system comprises:
the high-level database operation log generated by the production node is converted into a code through a Hash algorithm, and then the converted code is uploaded to a block chain network to form a transaction;
and storing the operation logs of the low-level database generated by the production node to a backup server.
10. The system according to claim 9, wherein the system comprises: and when the backup data is restored, restoring the operation logs of the database with low grade to the local database where the production node is located by the backup server.
CN202010350861.8A 2020-04-28 2020-04-28 Network operation and maintenance data disaster recovery backup management method and system based on block chain technology Pending CN111414431A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010350861.8A CN111414431A (en) 2020-04-28 2020-04-28 Network operation and maintenance data disaster recovery backup management method and system based on block chain technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010350861.8A CN111414431A (en) 2020-04-28 2020-04-28 Network operation and maintenance data disaster recovery backup management method and system based on block chain technology

Publications (1)

Publication Number Publication Date
CN111414431A true CN111414431A (en) 2020-07-14

Family

ID=71492134

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010350861.8A Pending CN111414431A (en) 2020-04-28 2020-04-28 Network operation and maintenance data disaster recovery backup management method and system based on block chain technology

Country Status (1)

Country Link
CN (1) CN111414431A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112214800A (en) * 2020-09-17 2021-01-12 新华三信息安全技术有限公司 Log data sorting evidence-storing method, system, equipment and medium based on block chain
CN112434040A (en) * 2020-11-30 2021-03-02 泰康保险集团股份有限公司 Data storage method, data acquisition method, device, system and equipment
CN112965859A (en) * 2021-03-09 2021-06-15 上海焜耀网络科技有限公司 Data disaster recovery method and equipment based on IPFS cluster
CN113568785A (en) * 2021-09-23 2021-10-29 四川大学 Block chain-based data backup method, device, equipment and storage medium
CN115378803A (en) * 2022-04-13 2022-11-22 网易(杭州)网络有限公司 Log management method and device, block chain node and storage medium
CN117290163A (en) * 2023-11-21 2023-12-26 深圳市广通软件有限公司 Data disaster recovery backup system, method and medium based on relational database
CN117591303A (en) * 2024-01-18 2024-02-23 腾讯科技(深圳)有限公司 Business processing method based on block chain, block chain system, medium and equipment
CN117938886A (en) * 2024-03-25 2024-04-26 武汉烽火信息集成技术有限公司 Cross-chain block multi-source selection storage method and system based on reinforcement learning

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106383754A (en) * 2016-09-19 2017-02-08 北京众享比特科技有限公司 Database backup and recovery system based on block chain technology, and database backup method based on block chain technology, and database recovery method based on block chain technology
CN107508806A (en) * 2017-08-11 2017-12-22 北京理工大学 Internet financial electronic data safety system and method based on block chain
CN109815203A (en) * 2019-02-12 2019-05-28 山东超越数控电子股份有限公司 A kind of log audit method and system based on block chain
CN110086790A (en) * 2019-04-17 2019-08-02 江苏全链通信息科技有限公司 Log storing method and system based on data center
CN110362571A (en) * 2019-06-25 2019-10-22 智链万源(北京)数字科技有限公司 Data safety retroactive method and device based on block chain
CN110781525A (en) * 2019-11-22 2020-02-11 中国科学院深圳先进技术研究院 File information security management system and method based on block chain
WO2020062211A1 (en) * 2018-09-30 2020-04-02 北京大学深圳研究生院 Method and system for mimicry storage tamper-proof log fused with blockchain technology

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106383754A (en) * 2016-09-19 2017-02-08 北京众享比特科技有限公司 Database backup and recovery system based on block chain technology, and database backup method based on block chain technology, and database recovery method based on block chain technology
CN107508806A (en) * 2017-08-11 2017-12-22 北京理工大学 Internet financial electronic data safety system and method based on block chain
WO2020062211A1 (en) * 2018-09-30 2020-04-02 北京大学深圳研究生院 Method and system for mimicry storage tamper-proof log fused with blockchain technology
CN109815203A (en) * 2019-02-12 2019-05-28 山东超越数控电子股份有限公司 A kind of log audit method and system based on block chain
CN110086790A (en) * 2019-04-17 2019-08-02 江苏全链通信息科技有限公司 Log storing method and system based on data center
CN110362571A (en) * 2019-06-25 2019-10-22 智链万源(北京)数字科技有限公司 Data safety retroactive method and device based on block chain
CN110781525A (en) * 2019-11-22 2020-02-11 中国科学院深圳先进技术研究院 File information security management system and method based on block chain

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
徐波;: "基于区块链技术驱动下的商业银行网络安全研究" *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112214800A (en) * 2020-09-17 2021-01-12 新华三信息安全技术有限公司 Log data sorting evidence-storing method, system, equipment and medium based on block chain
CN112434040B (en) * 2020-11-30 2023-09-22 泰康保险集团股份有限公司 Data storage method, data acquisition method, device, system and equipment
CN112434040A (en) * 2020-11-30 2021-03-02 泰康保险集团股份有限公司 Data storage method, data acquisition method, device, system and equipment
CN112965859A (en) * 2021-03-09 2021-06-15 上海焜耀网络科技有限公司 Data disaster recovery method and equipment based on IPFS cluster
CN113568785A (en) * 2021-09-23 2021-10-29 四川大学 Block chain-based data backup method, device, equipment and storage medium
CN113568785B (en) * 2021-09-23 2021-12-31 四川大学 Block chain-based data backup method, device, equipment and storage medium
CN115378803A (en) * 2022-04-13 2022-11-22 网易(杭州)网络有限公司 Log management method and device, block chain node and storage medium
CN115378803B (en) * 2022-04-13 2023-12-12 网易(杭州)网络有限公司 Log management method, device, blockchain node and storage medium
CN117290163A (en) * 2023-11-21 2023-12-26 深圳市广通软件有限公司 Data disaster recovery backup system, method and medium based on relational database
CN117290163B (en) * 2023-11-21 2024-02-13 深圳市广通软件有限公司 Data disaster recovery backup system, method and medium based on relational database
CN117591303A (en) * 2024-01-18 2024-02-23 腾讯科技(深圳)有限公司 Business processing method based on block chain, block chain system, medium and equipment
CN117591303B (en) * 2024-01-18 2024-05-07 腾讯科技(深圳)有限公司 Business processing method based on block chain, block chain system, medium and equipment
CN117938886A (en) * 2024-03-25 2024-04-26 武汉烽火信息集成技术有限公司 Cross-chain block multi-source selection storage method and system based on reinforcement learning

Similar Documents

Publication Publication Date Title
CN111414431A (en) Network operation and maintenance data disaster recovery backup management method and system based on block chain technology
CA2130411C (en) Method and system for high availability document image and coded data processing
US7185152B2 (en) Storage system, method of controlling storage system, and storage device
CN105120003B (en) A kind of method for realizing data backup under cloud environment
CN101621394B (en) Disaster-tolerant system for processing telephone traffic data
US20040064633A1 (en) Method for storing data using globally distributed storage system, and program and storage medium for allowing computer to realize the method, and control apparatus in globally distributed storage system
CN103593264A (en) System and method for remote wide area network disaster recovery backup
CN104410683A (en) Data backup method
CN101833486A (en) Method for designing remote backup and recovery system
CN104239164A (en) Cloud storage based disaster recovery backup switching system
US20090187668A1 (en) Protocol Independent Server Replacement and Replication in a Storage Area Network
CN104331345B (en) A kind of data reconstruction method
CN102467508A (en) Method for providing database service and database system
CN107590029B (en) Data backup and recovery method for computer monitoring system of hydropower station
CN102316131A (en) Intelligent backing up of cloud platform system
CN105426427A (en) MPP database cluster replica realization method based on RAID 0 storage
CN102170460A (en) Cluster storage system and data storage method thereof
CN1299203C (en) Data disaster tocerance backup control system
CN112214358A (en) Backup and recovery system and method for GaussDB distributed database
CN109117310A (en) Realize disaster tolerance system, the method and device of data backup
CN107249121A (en) A kind of video monitoring system based on cloud platform
CN107038091A (en) A kind of Information Security protection system and electric power application system data guard method based on asynchronous remote mirror image
CN113034857A (en) Urban natural disaster monitoring emergency management scheduling platform based on block chain
CN108710550B (en) Double-data-center disaster tolerance system for public security traffic management inspection and control system
CN112380067B (en) Metadata-based big data backup system and method in Hadoop environment

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200714

RJ01 Rejection of invention patent application after publication