Movatterモバイル変換


[0]ホーム

URL:


CN103473296A - A Recycle Bin Mechanism and System Applicable to Cloud Computing - Google Patents

A Recycle Bin Mechanism and System Applicable to Cloud Computing
Download PDF

Info

Publication number
CN103473296A
CN103473296ACN2013103980280ACN201310398028ACN103473296ACN 103473296 ACN103473296 ACN 103473296ACN 2013103980280 ACN2013103980280 ACN 2013103980280ACN 201310398028 ACN201310398028 ACN 201310398028ACN 103473296 ACN103473296 ACN 103473296A
Authority
CN
China
Prior art keywords
deleted
information
recycle
cloud computing
deletion
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
CN2013103980280A
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.)
G Cloud Technology Co Ltd
Original Assignee
G Cloud Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by G Cloud Technology Co LtdfiledCriticalG Cloud Technology Co Ltd
Priority to CN2013103980280ApriorityCriticalpatent/CN103473296A/en
Publication of CN103473296ApublicationCriticalpatent/CN103473296A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Landscapes

Abstract

The invention relates to the technical field of recycle bins, in particular to a recycle bin mechanism and a recycle bin system suitable for cloud computing. The invention firstly defines the recovery object of the recovery station, adds the state of logical deletion in the original state of the recovery object; establishing a database for storing the recovery object; when an object is logically deleted, the state of the recovery object is changed into 'logically deleted', and then the information of the object is inserted into a database table; when an object is deleted physically, files and data items associated with the object are deleted completely; when an object is restored, the state of the object is changed to a normal state. The method solves the problems that only a single operation object can be managed, objects under multiple nodes in a cloud computing environment cannot be managed, associated files of the objects cannot be uniformly controlled, files with the same name cannot be logically deleted from front to back under different directories, and the like; the method can be applied to the recovery management of the objects in the cloud computing.

Description

A kind of recycle bin mechanism and system thereof that is applicable to cloud computing
Technical field
The present invention relates to the recycle bin technical field, particularly a kind of recycle bin mechanism and system thereof that is applicable to cloud computing.
Background technology
Under cloud computing environment, resource is constantly carrying out distributing the cyclic process of using, reclaiming, reallocate and use, and in cloud computing, needs the mechanism of recycle bin temporarily to manage reclaiming resource; But, simultaneously from the angle of the utilization of resources and the angle of data security, current recycle bin mechanism can not meet requirement.Current recycle bin mechanism is all that operating system directly provides, and directly the data on subregion is operated.Can be checked object, logic is deleted, physics is deleted and restoring operation.The recycle bin mechanism of Windows and (SuSE) Linux OS is such:
1, set up a collapse directories in each subregion, preserve the object in recycle bin in catalogue;
2, set up a list for preserving the current object of recycle bin;
When 3, logic is deleted an object, first attempt this object is moved in collapse directories, if success, the information of in list, adding this object;
4, the information of object comprises title, size, original path of object etc.;
When 5, physics is deleted an object, directly in hidden folder, object is thoroughly deleted, discharged storage space;
While 6, reducing an object, the information according to name lookup to this object, according to the original path in information, first attempt this object is moved under original path, if success, the information of deleting this object in list;
While 7, checking the recycle bin object, the information in direct read list.
Can there be following problem in described mechanism:
1, the object on single operation can only be managed, the object under multinode under cloud computing environment can not be managed;
2, for associated files can only be isolated manage, can not unify to carry out management and control; Such as, under cloud computing environment, only to delete the instance document of a virtual machine and can not thoroughly delete data, the configuration file be associated in addition, snapshot document also will be deleted in the lump, and guarantee space useless is thoroughly discharged and data security;
3, under the same file folder, can not before and after logic two files of the same name, if first logic is deleted a file a under normal folder, then a newly-built file is also a, this time is all still no problem, if but more newly-built file a being carried out to the logic deletion, at this time will be prohibited, this is because the restriction of the file system of single-click operation system causes.
For the unified retrieval management of object under multinode in cloud computing, improve to delete integrality and security, need a kind of cloud computing environment that be applicable to, under the management multinode, object logics is deleted, physics is deleted and a whole set for the treatment of mechanism of reduction.
Summary of the invention
One of problem that the present invention solves is to provide a kind of recycle bin mechanism that is applicable to cloud computing, solve object-based logic deletion, physics deletion and reduction in cloud computing environment, under multinode, object is unified retrieval management, with repeating deletion under path with problems such as title objects.
Two of the problem that the present invention solves is to provide a kind of recycle bin system that is applicable to cloud computing, solve object-based logic deletion, physics deletion and reduction in cloud computing environment, under multinode, object is unified retrieval management, with repeating deletion under path with problems such as title objects.
The technical scheme that the present invention one of solves the problems of the technologies described above is:
Comprise the steps:
Step 1: define the scope of recyclable object, comprise file, data item that object comprises, then at recycle object, in original state, add the state of " logic deletion ";
Step 2: set up a database table of preserving recycle object;
Step 3: when logic is deleted, revising Obj State is " logic deletion ", inserts the information of this object in database table;
Step 4: when physics is deleted, find the information of this object according to object name from database; Then the path on node according to the nodal information in this information and object, find this object and associations thereof;
Step 5: thoroughly delete in conjunction with the recycle object scope file, the data item that object is associated, if success, the record of this object of deletion in database table;
Step 6: while reducing an object, find the information of this object according to object name from database; Then the path on node according to the nodal information in this information and object, find this object and associations thereof;
Step 7: the state according to object on node changes " normally " state into, if success, the record of this object of deletion in database table.
Described object is entity object in cloud computing, and wherein classification comprises: virtual machine, virtual machine snapshot, logical volume, logical volume backup, mirror image, image file.
It is to delete object resource to discharge that described logic is deleted, and object record still remains in recycle bin, supports to revert to original route.
Described physics delete be object and object are associated file from system, thoroughly remove, the record in the data collection storehouse is also deleted in the lump.
Described reduction, to liking " normally " state that object is set in situ, recovers normally to use, by the record deletion in the data collection storehouse.
Two the technical scheme that the present invention solves the problems of the technologies described above is:
Comprise recycle object definition module, logic deletion object module, search object module, physics deletion object module and reduction object module;
Described recycle object definition module, define callable object, comprises file, data item, the Obj State of recycle object association; Define and judge whether an object is callable object by recycle object;
Described logic is deleted object module, object logics in cloud computing environment is deleted, first judge that whether the recycle bin space size is enough, if enough Obj States become " logic deletion ", by the object information data inserting storehouse that logic is deleted, the information of object comprises nodal information, the path of object on node, the time that logic is deleted under object name, object; Deleted object discharges shared resource;
The described object module of searching is searched object from database table, and object information is provided; The information of object comprises nodal information, the path of object on node, the time that logic is deleted under object name, object;
Described physics is deleted object module, and object is thoroughly deleted from recycle bin; First according to object name, from database table, find the information of this object; Then the path on node according to the nodal information in information and object, and, according to the scope of recycle object, thoroughly delete file, data item that object is associated; If success, the record of this object of deletion in database table;
Described reduction object module reverts to object original route from recycle bin, first according to object name, from database table, finds the information of this object; Judge that according to object information whether the origin node resource is enough, if enough the state of this object on node is made into to normal condition; If there is reduction object and original object, bear the same name, automatically rename reduction object.If last all success, the record of this object of deletion in database table.
The present invention is by being applicable to the object-based unified retrieval management of cloud computing, can be from by an object and associated file retrieval management thereof, and do not need manually to delete one by one content association, can guarantee that resource is thoroughly discharged and the safety of data.While managing the object of a plurality of nodes that distribute, the present invention is providing great convenience property also simultaneously.The present invention can carry out retrieval management to the object of a plurality of nodes under cloud computing environment, comprise check, logic deletion, physics deletion, reduction, overtime deletion.Object reduction of the present invention is supported to revert to original route by deleting the object that enters recycle bin, has reduced the loss that mistake is deleted, and has improved the safety of system data.Object physics of the present invention is deleted and is supported batch operation, and the user can manage a plurality of objects simultaneously, improves convenience.The present invention adopts database table ID to carry out unique identification to object, allows to bear the same name for the object on a node, and allows object is carried out to rename, can improve the identification of recycle object.
The accompanying drawing explanation
Below in conjunction with accompanying drawing, the present invention is further described:
Fig. 1 is the inventive method process flow diagram;
Fig. 2 and Fig. 3 are the invention process logical diagram.
Embodiment
Recycle bin system of the present invention comprises recycle object definition module, logic deletion object module, searches object module, physics deletion object module and reduction object module;
Described recycle object definition module, define callable object, comprises file, data item, the Obj State of recycle object association; Define and judge whether an object is callable object by recycle object;
Described logic is deleted object module, and the object logics in cloud computing environment is deleted, and after the logic deletion, this object discharges shared resource, and object enters recycle bin;
The described object module of searching is searched object from database table, and object information is provided; The information of object comprises nodal information, the path of object on node, the time that logic is deleted under object name, object;
Described physics is deleted object module, and object is thoroughly deleted from recycle bin; According to the object information found, physics is deleted object and associated file, data item thereof, finally this object record in the recycle object database is deleted;
Described reduction object module reverts to object original route from recycle bin, according to the object information found, Obj State is set to " normally ", finally this object record in the recycle object database is deleted.
Recycle bin of the present invention mechanism flow process, implement, as shown in accompanying drawing 1-3, first to define callable object, comprise file that object comprises, data item etc., be added into the state of " logic deletion " in the recycle object state.Delete object but for example need to add virtual machine or logical volume for logic, just in database table, add the recycle bin tag field.Code is as follows:
# is that storage volume table and virtual machine table add the trashed field
ALTER?TABLE`gc_volume`ADD`trashed`int(11)DEFAULT?0?COMMENT′
The recycle bin state ';
ALTER?TABLE`gc_vm_instance`ADD`trashed`int(11)DEFAULT?0?COMME
NT ' recycle bin state ';
Define a certain size recycle bin space.
Figure BDA00003772273100061
Then set up to preserve the database table of recycle object, the information of object comprises path on node of nodal information under object name, object, object, the time that logic is deleted etc.
Figure BDA00003772273100081
When logic is deleted, as shown in Figure 2, judge that whether the recycle bin space size is enough, if enough Obj States become " logic deletion ", the object information data inserting storehouse that logic is deleted, the information of object comprises path on node of nodal information under object name, object, object, the time that logic is deleted etc.Deleted object discharges shared resource.
Figure BDA00003772273100091
Figure BDA00003772273100101
Figure BDA00003772273100111
Figure BDA00003772273100121
When physics is deleted, as shown in Figure 2, first according to object name, from database table, find the information of this object; Then the path on node according to the nodal information in information and object, and, according to the scope of recycle object, thoroughly delete file, data item that object is associated; If success, the record of this object of deletion in database table;
Figure BDA00003772273100122
Figure BDA00003772273100131
Figure BDA00003772273100151
When the reduction object, as shown in Figure 3, first according to object name, from database table, find the information of this object; Judge that according to object information whether the origin node resource is enough, if enough the state of this object on node is made into to normal condition; If there is reduction object and original object, bear the same name, automatically rename reduction object.If last all success, the record of this object of deletion in database table.
Figure BDA00003772273100152
Figure BDA00003772273100161
Figure BDA00003772273100171
Figure BDA00003772273100181

Claims (8)

1. a recycle bin mechanism that is applicable to cloud computing, is characterized in that: comprise the steps:
Step 1: define the scope of recyclable object, comprise file, data item that object comprises, then at recycle object, in original state, add the state of " logic deletion ";
Step 2: set up a database table of preserving recycle object;
Step 3: when logic is deleted, revising Obj State is " logic deletion ", inserts the information of this object in database table;
Step 4: when physics is deleted, find the information of this object according to object name from database; Then the path on node according to the nodal information in this information and object, find this object and associations thereof;
Step 5: thoroughly delete in conjunction with the recycle object scope file, the data item that object is associated, if success, the record of this object of deletion in database table;
Step 6: while reducing an object, find the information of this object according to object name from database; Then the path on node according to the nodal information in this information and object, find this object and associations thereof;
Step 7: the state according to object on node changes " normally " state into, if success, the record of this object of deletion in database table.
2. the recycle bin mechanism that is applicable to cloud computing according to claim 1, it is characterized in that: described object is entity object in cloud computing, and wherein classification comprises: virtual machine, virtual machine snapshot, logical volume, logical volume backup, mirror image, image file.
3. the recycle bin mechanism that is applicable to cloud computing according to claim 1 is characterized in that: it is to delete the resource that object, releasing object take that described logic is deleted, and object record still remains in recycle bin, supports to revert to original route.
4. the recycle bin mechanism that is applicable to cloud computing according to claim 2 is characterized in that: it is to delete object resource to discharge that described logic is deleted, and object record still remains in recycle bin, supports to revert to original route.
5. according to claim 1 to 4 any one, described use is applicable to the recycle bin mechanism of cloud computing, it is characterized in that: described physics delete be object and object are associated file from system, thoroughly remove, the record in the data collection storehouse is also deleted in the lump.
6. according to claim 1 to 4 any one, described use is applicable to the recycle bin mechanism of cloud computing, it is characterized in that: described reduction to as if object is set in situ to " normally " state, recover normally use, by the record deletion in the data collection storehouse.
7. use according to claim 5 is applicable to the recycle bin mechanism of cloud computing, it is characterized in that: described reduction object, object is set in situ to " normally " state, and recover normally to use, by the record deletion in the data collection storehouse.
8. a recycle bin system that is applicable to cloud computing claimed in claim 1, is characterized in that: comprise recycle object definition module, logic deletion object module, search object module, physics deletion object module and reduction object module;
Described recycle object definition module, define callable object, comprises file, data item, the Obj State of recycle object association; Define and judge whether an object is callable object by recycle object;
Described logic is deleted object module, object logics in cloud computing environment is deleted, first judge that whether the recycle bin space size is enough, if enough Obj States become " logic deletion ", by the object information data inserting storehouse that logic is deleted, the information of object comprises nodal information, the path of object on node, the time that logic is deleted under object name, object; Deleted object discharges shared resource;
The described object module of searching is searched object from database table, and object information is provided; The information of object comprises nodal information, the path of object on node, the time that logic is deleted under object name, object;
Described physics is deleted object module, and object is thoroughly deleted from recycle bin; First according to object name, from database table, find the information of this object; Then the path on node according to the nodal information in information and object, and, according to the scope of recycle object, thoroughly delete file, data item that object is associated; If success, the record of this object of deletion in database table;
Described reduction object module reverts to object original route from recycle bin, first according to object name, from database table, finds the information of this object; Judge that according to object information whether the origin node resource is enough, if enough the state of this object on node is made into to normal condition; If there is reduction object and original object, bear the same name, automatically rename reduction object.If last all success, the record of this object of deletion in database table.
CN2013103980280A2013-09-042013-09-04 A Recycle Bin Mechanism and System Applicable to Cloud ComputingPendingCN103473296A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN2013103980280ACN103473296A (en)2013-09-042013-09-04 A Recycle Bin Mechanism and System Applicable to Cloud Computing

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN2013103980280ACN103473296A (en)2013-09-042013-09-04 A Recycle Bin Mechanism and System Applicable to Cloud Computing

Publications (1)

Publication NumberPublication Date
CN103473296Atrue CN103473296A (en)2013-12-25

Family

ID=49798144

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN2013103980280APendingCN103473296A (en)2013-09-042013-09-04 A Recycle Bin Mechanism and System Applicable to Cloud Computing

Country Status (1)

CountryLink
CN (1)CN103473296A (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN104424015A (en)*2013-09-112015-03-18华为技术有限公司Virtual machine management method and virtual machine management device
CN106506693A (en)*2016-12-092017-03-15北京奇虎科技有限公司 Method and device for deleting server from server cluster providing cloud service
CN106528754A (en)*2016-10-282017-03-22努比亚技术有限公司Processing device and method of recycled data in cloud services
CN106598503A (en)*2016-12-232017-04-26郑州云海信息技术有限公司Method and device for optimizing storage space occupied by virtual disk under cloud platform
CN107203643A (en)*2017-06-202017-09-26郑州云海信息技术有限公司A kind of method and system for deleting file
CN107341058A (en)*2017-07-132017-11-10郑州云海信息技术有限公司A kind of its recovery method as resource and device
CN107748780A (en)*2017-10-202018-03-02广东欧珀移动通信有限公司 Method and device for recovering recycle bin files
CN108073596A (en)*2016-11-102018-05-25北京国双科技有限公司The data-erasure method and device of a kind of olap database
CN108228813A (en)*2017-12-292018-06-29北京奇虎科技有限公司The delet method and device of replica database in distributed system
CN108491264A (en)*2018-03-052018-09-04国云科技股份有限公司 A Unified Resource Reclamation Management Method Applicable to Heterogeneous Clouds
CN108563694A (en)*2018-03-192018-09-21广州视源电子科技股份有限公司Method, apparatus, computer device and storage medium for performing SQ L for logical deletion
CN109117251A (en)*2018-08-092019-01-01郑州云海信息技术有限公司A kind of implementation method, device and the readable storage medium storing program for executing of virtual machine recycle bin
CN109241001A (en)*2018-08-302019-01-18新华三大数据技术有限公司Data processing method and device
CN109491598A (en)*2018-10-192019-03-19浪潮电子信息产业股份有限公司Method and device for deleting logical volume
CN110119386A (en)*2019-05-172019-08-13杭州朗和科技有限公司Data processing method, data processing equipment, medium and calculating equipment
WO2019178890A1 (en)*2018-03-192019-09-26网宿科技股份有限公司File processing method and server
CN110377616A (en)*2019-07-302019-10-25北京金山云网络技术有限公司A kind of data-erasure method, device, electronic equipment and storage medium
CN111399775A (en)*2020-03-122020-07-10山东汇贸电子口岸有限公司Resource cleaning method and system based on OpenStack environment
CN112732406A (en)*2021-01-122021-04-30华云数据控股集团有限公司Cloud platform virtual machine recovery method and computer equipment
CN113296956A (en)*2021-06-172021-08-24银清科技有限公司Resource recovery device and method in cloud computing platform
CN113342579A (en)*2021-07-052021-09-03湖南快乐阳光互动娱乐传媒有限公司Data restoration method and device
CN113867628A (en)*2021-09-022021-12-31网易(杭州)网络有限公司Data deleting method and device, storage medium and computing equipment
CN114661240A (en)*2022-03-302022-06-24阿里巴巴(中国)有限公司 A data processing method and storage system
CN115757294A (en)*2022-11-182023-03-07天翼数字生活科技有限公司 A method and system for securely deleting files in a cloud disk recycle bin
CN116010419A (en)*2023-02-072023-04-25江西数字网联信息安全技术有限公司 A method and device for creating a unique index and optimizing logical deletion

Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20060074956A1 (en)*2004-10-052006-04-06Oracle International CorporationMethod and system for time-based reclamation of objects from a recycle bin in a database
CN101046755A (en)*2006-03-282007-10-03郭明南System and method of computer automatic memory management
CN101546311A (en)*2008-03-272009-09-30天津德智科技有限公司Data processing method and data processing device for recycle bin
CN103171836A (en)*2012-09-122013-06-26深圳市英尔科技有限公司Garbage classification recovery intellectualized system and garbage classification recovery intellectualized method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20060074956A1 (en)*2004-10-052006-04-06Oracle International CorporationMethod and system for time-based reclamation of objects from a recycle bin in a database
CN101046755A (en)*2006-03-282007-10-03郭明南System and method of computer automatic memory management
CN101546311A (en)*2008-03-272009-09-30天津德智科技有限公司Data processing method and data processing device for recycle bin
CN103171836A (en)*2012-09-122013-06-26深圳市英尔科技有限公司Garbage classification recovery intellectualized system and garbage classification recovery intellectualized method

Cited By (37)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN104424015A (en)*2013-09-112015-03-18华为技术有限公司Virtual machine management method and virtual machine management device
WO2015035798A1 (en)*2013-09-112015-03-19华为技术有限公司Virtual machine management method and apparatus
CN104424015B (en)*2013-09-112018-10-09华为技术有限公司A kind of virtual machine management method and device
CN106528754A (en)*2016-10-282017-03-22努比亚技术有限公司Processing device and method of recycled data in cloud services
CN108073596A (en)*2016-11-102018-05-25北京国双科技有限公司The data-erasure method and device of a kind of olap database
CN108073596B (en)*2016-11-102020-08-14北京国双科技有限公司Data deletion method and device for OLAP database
CN106506693B (en)*2016-12-092019-06-18北京奇虎科技有限公司 Method and apparatus for removing a server from a server cluster providing cloud services
CN106506693A (en)*2016-12-092017-03-15北京奇虎科技有限公司 Method and device for deleting server from server cluster providing cloud service
CN106598503A (en)*2016-12-232017-04-26郑州云海信息技术有限公司Method and device for optimizing storage space occupied by virtual disk under cloud platform
CN106598503B (en)*2016-12-232019-09-24郑州云海信息技术有限公司The method and apparatus that optimization virtual disk occupies memory space under a kind of cloud platform
CN107203643A (en)*2017-06-202017-09-26郑州云海信息技术有限公司A kind of method and system for deleting file
CN107341058A (en)*2017-07-132017-11-10郑州云海信息技术有限公司A kind of its recovery method as resource and device
CN107748780A (en)*2017-10-202018-03-02广东欧珀移动通信有限公司 Method and device for recovering recycle bin files
CN108228813A (en)*2017-12-292018-06-29北京奇虎科技有限公司The delet method and device of replica database in distributed system
CN108228813B (en)*2017-12-292021-08-24北京奇虎科技有限公司 Method and device for deleting replica database in distributed system
CN108491264A (en)*2018-03-052018-09-04国云科技股份有限公司 A Unified Resource Reclamation Management Method Applicable to Heterogeneous Clouds
CN108563694A (en)*2018-03-192018-09-21广州视源电子科技股份有限公司Method, apparatus, computer device and storage medium for performing SQ L for logical deletion
WO2019178890A1 (en)*2018-03-192019-09-26网宿科技股份有限公司File processing method and server
CN108563694B (en)*2018-03-192021-04-13广州视源电子科技股份有限公司SQL execution method and device for logic deletion, computer equipment and storage medium
CN109117251A (en)*2018-08-092019-01-01郑州云海信息技术有限公司A kind of implementation method, device and the readable storage medium storing program for executing of virtual machine recycle bin
CN109241001A (en)*2018-08-302019-01-18新华三大数据技术有限公司Data processing method and device
CN109491598A (en)*2018-10-192019-03-19浪潮电子信息产业股份有限公司Method and device for deleting logical volume
CN110119386B (en)*2019-05-172021-08-31杭州朗和科技有限公司Data processing method, data processing apparatus, medium, and computing device
CN110119386A (en)*2019-05-172019-08-13杭州朗和科技有限公司Data processing method, data processing equipment, medium and calculating equipment
CN110377616A (en)*2019-07-302019-10-25北京金山云网络技术有限公司A kind of data-erasure method, device, electronic equipment and storage medium
CN111399775A (en)*2020-03-122020-07-10山东汇贸电子口岸有限公司Resource cleaning method and system based on OpenStack environment
CN112732406A (en)*2021-01-122021-04-30华云数据控股集团有限公司Cloud platform virtual machine recovery method and computer equipment
WO2022151776A1 (en)*2021-01-122022-07-21华云数据控股集团有限公司Cloud platform virtual machine recycling method and computer device
CN113296956A (en)*2021-06-172021-08-24银清科技有限公司Resource recovery device and method in cloud computing platform
CN113342579A (en)*2021-07-052021-09-03湖南快乐阳光互动娱乐传媒有限公司Data restoration method and device
CN113867628A (en)*2021-09-022021-12-31网易(杭州)网络有限公司Data deleting method and device, storage medium and computing equipment
CN113867628B (en)*2021-09-022024-01-19网易(杭州)网络有限公司Data deleting method, device, storage medium and computing equipment
CN114661240A (en)*2022-03-302022-06-24阿里巴巴(中国)有限公司 A data processing method and storage system
CN114661240B (en)*2022-03-302024-12-31阿里巴巴(中国)有限公司 A data processing method and storage system
CN115757294A (en)*2022-11-182023-03-07天翼数字生活科技有限公司 A method and system for securely deleting files in a cloud disk recycle bin
CN115757294B (en)*2022-11-182025-07-08天翼数字生活科技有限公司Cloud disk recycle bin file safe deletion method and system
CN116010419A (en)*2023-02-072023-04-25江西数字网联信息安全技术有限公司 A method and device for creating a unique index and optimizing logical deletion

Similar Documents

PublicationPublication DateTitle
CN103473296A (en) A Recycle Bin Mechanism and System Applicable to Cloud Computing
US10996884B2 (en)System and method for reference tracking garbage collector
US8782011B2 (en)System and method for scalable reference management in a deduplication based storage system
US8805779B2 (en)Applying an action on a data item according to a classification and a data management policy
US8805788B2 (en)Transactional virtual disk with differential snapshots
US8108446B1 (en)Methods and systems for managing deduplicated data using unilateral referencing
US10534759B1 (en)Incremental virtual machine metadata extraction
US11892979B2 (en)Storage system garbage collection and defragmentation
US10262004B2 (en)Native snapshots in distributed file systems
CN102214109B (en)Method and device for loading plug-ins
CN104714859A (en)Rapid backup and recovery method of mass files
US10509767B2 (en)Systems and methods for managing snapshots of a file system volume
CN104077385A (en)Classification and retrieval method of files
CN105302922B (en)A kind of distributed file system snapshot implementing method
US20140195493A1 (en)Packing deduplicated data in a self-contained deduplicated repository
US11403024B2 (en)Efficient restoration of content
EP3251011B1 (en)Cloud-based hierarchical system preservation
US20190243712A1 (en)Versioned records management using restart era
US10635636B1 (en)Hyper-V virtual machine synthetic full backup where user and recovery snapshots coexist
US20170153951A1 (en)Incremental synchronous hierarchical system restoration
CN110659250B (en)File processing method and system
FengRewriting Algorithms
Xiong et al.Research of cross platform embedded database based on the SOC technology

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication

Application publication date:20131225

RJ01Rejection of invention patent application after publication

[8]ページ先頭

©2009-2025 Movatter.jp