CN110287061B - Information maintenance system based on computer - Google Patents

Information maintenance system based on computer Download PDF

Info

Publication number
CN110287061B
CN110287061B CN201910555645.4A CN201910555645A CN110287061B CN 110287061 B CN110287061 B CN 110287061B CN 201910555645 A CN201910555645 A CN 201910555645A CN 110287061 B CN110287061 B CN 110287061B
Authority
CN
China
Prior art keywords
backup
computer
partition
module
hard disk
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910555645.4A
Other languages
Chinese (zh)
Other versions
CN110287061A (en
Inventor
余晓兰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing City Vocational College
Original Assignee
Chongqing City Vocational College
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 Chongqing City Vocational College filed Critical Chongqing City Vocational College
Priority to CN201910555645.4A priority Critical patent/CN110287061B/en
Publication of CN110287061A publication Critical patent/CN110287061A/en
Application granted granted Critical
Publication of CN110287061B publication Critical patent/CN110287061B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1438Restarting or rejuvenating
    • 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/1461Backup scheduling policy
    • 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
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system

Abstract

The invention relates to the technical field of computers, and particularly discloses an information maintenance system based on a computer, which comprises a storage hard disk with a conventional partition established, and further comprises: the processing module is used for establishing a first backup partition in the storage hard disk; the monitoring module is used for acquiring the data operation event in the conventional partition and judging the content of the data operation event; if the content of the data operation event is a file for changing the conventional partition of the hard disk, the monitoring module sends a first backup instruction; the backup module is used for generating a data operation log based on the current data operation event after receiving the first backup instruction and storing the operation log into the first backup partition; and the first recovery module is used for recovering the data under the current operating system of the computer. By adopting the technical scheme of the invention, the problem of low information recovery speed in the prior art can be solved.

Description

Information maintenance system based on computer
Technical Field
The invention relates to the technical field of computers, in particular to an information maintenance system based on a computer.
Background
At present, computers are mostly arranged in classrooms of schools and offices of teachers; due to teaching needs, teachers or students often copy files out of or into removable storage devices. For the endless virus layer of the removable storage device, the illegal invasion of the virus into the removable storage device often causes that after the removable storage device is inserted into one poisoned computer, other computers are cross-infected after the other computers are inserted, even when a user accesses the same poisoned computer by using the new removable storage device, the new removable storage device is infected again. When the viruses enter the computer, the viruses cause damage to information stored in the computer, and when the viruses are heavy, the viruses directly cause paralysis of the computer, so that huge information security risks are caused.
In order to prevent virus intrusion, besides various anti-virus security software, various system backup and restore software such as virtual restore and Ghost is presented, wherein some backup software performs backup in a file manner by dividing independent hidden partitions as data backup.
Although the backup methods have certain beneficial effects, the backup methods need to actively perform backup in advance, and once the backup is performed, all information in the current state is lost, and some useful teaching files, settings, software, data and the like are also completely deleted. Because these methods require that the user must "see far" in advance and the backup must remain intact to recover, in practice, the user is difficult to "see ahead" in advance; moreover, such backups tend to be quite bulky, requiring long time and large storage space for backups and preservation, which presents practical operational difficulties and operational difficulties for users.
For this reason, a system for information maintenance that quickly performs information recovery is required.
Disclosure of Invention
The invention aims to provide an information maintenance system based on a computer, which aims to solve the problem of low information recovery speed in the prior art.
In order to solve the technical problems, the technical scheme of the invention is as follows:
the information maintenance system based on the computer comprises a storage hard disk with a conventional partition established, and further comprises:
the processing module is used for establishing a first backup partition in the storage hard disk;
the monitoring module is used for acquiring the data operation event in the conventional partition and judging the content of the data operation event; if the content of the data operation event is a file for changing the conventional partition of the hard disk, the monitoring module sends a first backup instruction;
the backup module is used for generating a data operation log based on the current data operation event after receiving the first backup instruction and storing the operation log into the first backup partition;
the first recovery module is used for recovering data under the current operating system of the computer;
when the current time point A is required to be restored to the time point B, the first restoring module invokes all data operation logs from the time point A to the time point B from the first backup partition; the first recovery module sequentially overlays the data operation logs into the conventional partition according to the sequence from the time point B to the time point A.
Modifying files of the conventional partition of the hard disk comprises modifying original files and creating new files; the processing module is also used for establishing a second backup partition in the storage hard disk; when judging the content of the data operation event, if the data operation event is creating a new file in the conventional partition of the hard disk, the monitoring module also sends a second backup instruction; and the backup module is used for storing the created new file to the second backup partition after receiving the second backup instruction.
The monitoring module is also used for judging the created new file type, and if the created new file type is a preset file type, the monitoring module sends a second backup instruction; the backup module is also used for carrying out screenshot on the new file when the created new file is opened after receiving the second backup instruction, and storing the screenshot to the second backup partition; the first recovery module is further used for sending selection information for recovering the new file or the screenshot when the first recovery module recovers the data under the current operating system of the computer, and when the first recovery module receives the selection information for recovering the new file, the new file is sequentially overlapped and covered from the second backup partition to the conventional partition based on the data operation log; when the first recovery module receives selection information for recovering the screenshot, the screenshot is stored from the second backup partition to the conventional partition.
The basic scheme principle and the beneficial effects are as follows:
after the computer is infected by virus, the computer can be quickly recovered from the current time point A to the time point B through the first recovery module; compared with the existing virtual restoration, the restoration modes such as the Ghost and the like need to completely cover the current hard disk data by using backup data, only the data between the time point A and the time point B need to be overlapped and covered according to the data operation log, the operation is simple, and the restoration speed is higher.
If only the data operation log is backed up, the file itself is not backed up. When the virus irreversibly damages the file itself, the file cannot be restored through the data operation log, for example, some luxes viruses encrypt the file, and the encrypted file cannot be restored only through the data operation log. By backing up the created new file, the new file is convenient to recover when being irreversibly damaged.
The computer can create a large number of new files in the use process, some of the files are cache files created in the program running process, some of the files are data files which are created by users independently, and the data files are document files with smaller volumes and multimedia files with larger volumes. If all the files are backed up indiscriminately, the burden of the computer is certainly increased, and the running speed of the computer is slowed down. In the preferred scheme, only the preset file types are backed up, so that the burden of a computer can be effectively reduced, and the occupation of resources is reduced.
When the user recovers the data, whether to recover the screenshot or not can be selected; double insurance is realized through two backup modes of screenshot and preset file, the probability of complete information loss can be effectively reduced, and the lost information can be conveniently retrieved by a user.
Further, the processing module is further configured to automatically set the predetermined file type or set the predetermined file type based on the modification information after receiving the modification information.
The automatic setting of the preset file type can simplify the operation of the user, and the user can send out change information to change the preset file type autonomously, so that the operation is more humanized.
Further, a mobile storage device is included; the processing module is also used for creating a second recovery module in the mobile storage device; the backup module is further configured to store the data of the current time point of the storage hard disk as backup data, store the backup data in the mobile storage device, and mark the time point where the backup data is located as a backup time point C.
The backup data is stored in the mobile storage device, so that the mobile storage device can be started to restore the data when the data on the storage hard disk is destroyed and cannot be restored, the remote backup is realized, and the safety is higher.
Further, when the computer cannot run the current operating system, the mobile storage device is inserted into the computer, and the computer is started through the second recovery module; after the computer is started, the second recovery module is used for covering backup data in the mobile storage device into a conventional partition of the storage hard disk, and the second recovery module is used for calling all data operation logs from the current time point A to the backup time point C in the backup partition; and the second recovery module sequentially overlaps and covers the data operation logs into the conventional partition according to the sequence from the backup time point C to the current time point A.
When the current operating system of the computer is destroyed and cannot be started, the data can still be recovered through the mobile storage equipment, so that the security is high.
Further, the data operation log includes an operation time and an operation content.
Recording the operation time helps to restore the data within a prescribed time interval.
Further, the second recovery module includes a startup unit and a recovery unit.
The restore unit facilitates restoration of backup data stored in the mobile storage device.
Further, the storage hard disk comprises a solid state hard disk or a mechanical hard disk.
Both the solid state disk and the mechanical hard disk are currently mainstream computer storage hardware devices, and any one of the solid state disk and the mechanical hard disk is selected to realize data storage.
Further, the mobile storage device includes a mobile phone, a usb disk, a mobile hard disk, or an optical disk.
And a plurality of mobile storage devices are supported, so that a user can conveniently select proper devices to backup and restore data according to actual conditions.
Drawings
Fig. 1 is a logic block diagram of a first embodiment of a computer-based information maintenance system.
Detailed Description
The following is a further detailed description of the embodiments:
example 1
As shown in fig. 1, the computer-based information maintenance system includes a storage hard disk with a conventional partition established, and further includes: the device comprises a processing module, a monitoring module, a backup module and a first recovery module. In this embodiment, the processing module, the monitoring module, the backup module and the first recovery module are all operated based on a CPU, and in this embodiment, the CPU adopts AMD sharp 5 2600x.
The processing module is used for establishing a first backup partition and a second backup partition in the storage hard disk; the storage hard disk comprises a solid state hard disk or a mechanical hard disk. In this embodiment, a solid state disk is adopted, and compared with a mechanical hard disk, the solid state disk has a faster reading speed.
The monitoring module is used for acquiring data operation events in the conventional partition and judging the content of the data operation events; if the data operation event is a file for changing the conventional partition of the hard disk, the monitoring module sends a first backup instruction; wherein altering files of a regular partition of a hard disk includes modifying an original file and creating a new file. If the data operation event is only creating a new file in the regular partition of the hard disk, the monitoring module also judges the type of the created new file, and if the type of the created new file is a preset file type, the monitoring module also sends a second backup instruction.
The processing module is also used for automatically changing the preset file type or manually changing the preset file type based on the changing information after receiving the changing information. The predetermined file types include word, ppt, excel, and the like. The user may send modification information to the processing module to manually modify the predetermined file type, or may automatically modify the predetermined file type by the processing module, where the modification includes adding or subtracting the predetermined file type.
The backup module is used for generating a data operation log based on the current data operation event after receiving the first backup instruction, and storing the data operation log into the first backup partition; the data operation log includes operation time and operation content. The backup module is further configured to store the created new file to the second backup partition after receiving the second backup command.
The first recovery module is used for recovering data under the current operating system of the computer; when the current time point A is required to be restored to the time point B, the first restoring module invokes all data operation logs from the time point A to the time point B from the first backup partition; the first recovery module sequentially overlays the data operation logs into the conventional partition according to the sequence from the time point B to the time point A. Wherein when the data operation log relates to a new file stored in the second backup partition, the first recovery module sequentially overlays the new file from the second backup partition into the regular partition based on the data operation log.
Example two
The computer-based information maintenance system differs from the first embodiment in that: also included is a mobile storage device; the processing module is used for creating a second recovery module in the mobile storage device; the second recovery module includes a startup unit and a recovery unit.
The backup module is also used for taking the data of the current time point of the storage hard disk as backup data, taking the current time point of the backup data as a backup time point C, and storing the backup data into the mobile storage equipment; the mobile storage device comprises a mobile phone, a USB flash disk, a mobile hard disk or an optical disk. In this embodiment, a usb disk is used.
When the computer cannot run the current operating system, the mobile storage device is inserted into the computer, and the computer is started through the starting unit. When the computer is specifically started, the BIOS is entered after the computer is started, then the BIOS is set as the USB flash disk for starting, and the operating system pre-installation environment in the starting unit can be loaded after the computer is restarted, for example, the operating system pre-installation environment is a winpe under WINDOWS. The foregoing is the prior art, and is not described herein.
After the computer is started, the recovery unit is used for covering backup data in the mobile storage device into a conventional partition of the storage hard disk, and the recovery unit is used for calling all data operation logs from the current time point A to the backup time point C from the first backup partition; retrieving the stored new file from the second backup partition; and the recovery unit sequentially overlaps and covers the data operation logs into the conventional partition according to the sequence from the backup time point C to the current time point A. Wherein the data operation log relates to new files stored in the second backup partition, and the restoring unit sequentially overlays the new files from the second backup partition into the regular partition based on the data operation log.
Example III
The difference between the computer-based information maintenance system and the first embodiment is that the backup module is further configured to, after receiving the second backup command, perform a screenshot on the new file when the created new file is opened, and store the screenshot to the second backup partition.
The first recovery module is further used for sending selection information for recovering the new file or the screenshot when the first recovery module recovers the data under the current operating system of the computer, and when the first recovery module receives the selection information for recovering the new file, the new file is sequentially overlapped and covered from the second backup partition to the conventional partition based on the data operation log; when the first recovery module receives selection information for recovering the screenshot, the screenshot is stored from the second backup partition to the conventional partition.
When the user recovers the data, whether to recover the screenshot or not can be selected; double insurance is realized through two backup modes of screenshot and preset files, and the probability of complete information loss can be effectively reduced. For example, after the backed-up word file is destroyed, if the user selects to restore the screenshot, the content of the word in the screenshot can be obtained through the restored screenshot, so that the user can conveniently retrieve the lost information.
The foregoing is merely exemplary embodiments of the present invention, and specific structures and features that are well known in the art are not described in detail herein. It should be noted that modifications and improvements can be made by those skilled in the art without departing from the structure of the present invention, and these should also be considered as the scope of the present invention, which does not affect the effect of the implementation of the present invention and the utility of the patent. The protection scope of the present application shall be subject to the content of the claims, and the description of the specific embodiments and the like in the specification can be used for explaining the content of the claims.

Claims (8)

1. The information maintenance system based on the computer comprises a storage hard disk with a conventional partition established, and further comprises:
the processing module is used for establishing a first backup partition in the storage hard disk;
the monitoring module is used for acquiring the data operation event in the conventional partition and judging the content of the data operation event; if the content of the data operation event is a file for changing the conventional partition of the hard disk, the monitoring module sends a first backup instruction;
the backup module is used for generating a data operation log based on the current data operation event after receiving the first backup instruction and storing the operation log into the first backup partition;
the first recovery module is used for recovering data under the current operating system of the computer;
when the current time point A is required to be restored to the time point B, the first restoring module invokes all data operation logs from the time point A to the time point B from the first backup partition; the first recovery module sequentially overlaps and covers the data operation logs into the conventional partition according to the sequence;
modifying files of the conventional partition of the hard disk comprises modifying original files and creating new files; the processing module is also used for establishing a second backup partition in the storage hard disk; when judging the content of the data operation event, if the data operation event is creating a new file in the conventional partition of the hard disk, the monitoring module also sends a second backup instruction; the backup module is used for storing the created new file to the second backup partition after receiving the second backup instruction;
the monitoring module is also used for judging the created new file type, and if the created new file type is a preset file type, the monitoring module sends a second backup instruction;
the backup module is also used for carrying out screenshot on the new file when the created new file is opened after receiving the second backup instruction, and storing the screenshot to the second backup partition;
the first recovery module is further used for sending selection information for recovering the new file or the screenshot when the first recovery module recovers the data under the current operating system of the computer, and when the first recovery module receives the selection information for recovering the new file, the new file is sequentially overlapped and covered from the second backup partition to the conventional partition based on the data operation log; when the first recovery module receives selection information for recovering the screenshot, the screenshot is stored from the second backup partition to the conventional partition.
2. The computer-based information maintenance system of claim 1, wherein: the processing module is also used for automatically setting the preset file type or setting the preset file type based on the change information after receiving the change information.
3. The computer-based information maintenance system of claim 2, wherein: also included is a mobile storage device; the processing module is also used for creating a second recovery module in the mobile storage device; the backup module is further configured to store the data of the current time point of the storage hard disk as backup data, store the backup data in the mobile storage device, and mark the time point where the backup data is located as a backup time point C.
4. A computer-based information maintenance system according to claim 3, wherein: when the computer cannot run the current operating system, the mobile storage device is inserted into the computer, and the computer is started through the second recovery module; after the computer is started, the second recovery module is used for covering backup data in the mobile storage device into a conventional partition of the storage hard disk, and the second recovery module is used for calling all data operation logs from the current time point A to the backup time point C in the backup partition; and the second recovery module sequentially overlays the data operation logs into the conventional partition in sequence.
5. The computer-based information maintenance system of claim 4, wherein: the data operation log includes operation time and operation content.
6. The computer-based information maintenance system of claim 5, wherein: the second recovery module comprises a starting unit and a recovery unit.
7. The computer-based information maintenance system of claim 6, wherein: the storage hard disk comprises a solid state hard disk or a mechanical hard disk.
8. The computer-based information maintenance system of claim 7, wherein: the mobile storage device comprises a mobile phone, a USB flash disk, a mobile hard disk or an optical disk.
CN201910555645.4A 2019-06-25 2019-06-25 Information maintenance system based on computer Active CN110287061B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910555645.4A CN110287061B (en) 2019-06-25 2019-06-25 Information maintenance system based on computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910555645.4A CN110287061B (en) 2019-06-25 2019-06-25 Information maintenance system based on computer

Publications (2)

Publication Number Publication Date
CN110287061A CN110287061A (en) 2019-09-27
CN110287061B true CN110287061B (en) 2023-05-16

Family

ID=68005569

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910555645.4A Active CN110287061B (en) 2019-06-25 2019-06-25 Information maintenance system based on computer

Country Status (1)

Country Link
CN (1) CN110287061B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111831627A (en) * 2020-07-24 2020-10-27 上海辕投信息科技有限公司 Computer database cloud debugging and maintenance system
CN112068996B (en) * 2020-09-08 2023-02-10 成都亚瑟芯控科技有限公司 Method and system for quickly backing up and recovering computer operating system
CN112099992A (en) * 2020-09-15 2020-12-18 深圳忆联信息系统有限公司 System backup recovery method and device for server, computer equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108509533A (en) * 2018-03-15 2018-09-07 平安科技(深圳)有限公司 Control method, device, equipment and the computer storage media of screenshotss sharing files
CN108829834A (en) * 2018-06-19 2018-11-16 北京金山安全软件有限公司 Method, device, electronic equipment and medium for remote data management

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7058667B2 (en) * 2000-12-27 2006-06-06 Microsoft Corporation Method and system for creating and maintaining version-specific properties in a file
JP2006074391A (en) * 2004-09-01 2006-03-16 Canon Inc File recording method and recorder
US9262435B2 (en) * 2013-01-11 2016-02-16 Commvault Systems, Inc. Location-based data synchronization management
CN103389928B (en) * 2013-08-14 2016-02-10 陈谦 A kind of method of computer data backup and recovery
CN104166602B (en) * 2014-08-15 2017-07-04 小米科技有限责任公司 Data back up method and device, electronic equipment
CN106484570B (en) * 2016-10-28 2019-02-26 福建平实科技有限公司 A kind of backpu protecting method and system for extorting software document data for defence
CN107506260B (en) * 2017-07-27 2019-11-05 南京南瑞集团公司 A kind of dynamic division database incremental backup method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108509533A (en) * 2018-03-15 2018-09-07 平安科技(深圳)有限公司 Control method, device, equipment and the computer storage media of screenshotss sharing files
CN108829834A (en) * 2018-06-19 2018-11-16 北京金山安全软件有限公司 Method, device, electronic equipment and medium for remote data management

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
骆力明 等.基于数据的分布式网络视觉监控系统设计与实现.《安防科技》.2007,(第04期),第47-49页. *

Also Published As

Publication number Publication date
CN110287061A (en) 2019-09-27

Similar Documents

Publication Publication Date Title
CN110287061B (en) Information maintenance system based on computer
AU2010347733B2 (en) Systems and methods for garbage collection in deduplicated data systems
US9424136B1 (en) Systems and methods for creating optimized synthetic backup images
US9864655B2 (en) Methods and apparatus for mobile computing device security in testing facilities
US10127119B1 (en) Systems and methods for modifying track logs during restore processes
US9430332B1 (en) Systems and methods for enabling efficient access to incremental backups
US8281093B1 (en) Systems and methods for creating consolidated backups of snapshot hierarchies
US20070208918A1 (en) Method and apparatus for providing virtual machine backup
US9256612B1 (en) Systems and methods for managing references in deduplicating data systems
US8600935B1 (en) Systems and methods for achieving file-level data-protection operations using block-level technologies
US8990164B1 (en) Systems and methods for performing incremental backups
US9979785B2 (en) Systems and methods for restoring data from opaque data backup streams
US9524215B1 (en) Systems and methods for managing virtual machine backups
US11698808B2 (en) System and method of selectively restoring a computer system to an operational state
US9405756B1 (en) Cloud-based point-in-time restore of computer data
US9785642B2 (en) Reducing a backup time of a backup of data files
CN101436150A (en) Method and system for copying data onto a secondary storage device
US10318272B1 (en) Systems and methods for managing application updates
US10466924B1 (en) Systems and methods for generating memory images of computing devices
US8707107B1 (en) Systems and methods for proactively facilitating restoration of potential data failures
US8565545B1 (en) Systems and methods for restoring images
US9342550B1 (en) Systems and methods for preventing data loss via temporary-file generating applications
US11113152B1 (en) Systems and methods for managing file backup
US9367457B1 (en) Systems and methods for enabling write-back caching and replication at different abstraction layers
US10366076B1 (en) Systems and methods for repairing corrupted data segments in deduplicated data systems

Legal Events

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