TWI536161B - Backup method, recovery method and computer, computer program product and computer readable recording medium thereof - Google Patents

Backup method, recovery method and computer, computer program product and computer readable recording medium thereof Download PDF

Info

Publication number
TWI536161B
TWI536161B TW103135106A TW103135106A TWI536161B TW I536161 B TWI536161 B TW I536161B TW 103135106 A TW103135106 A TW 103135106A TW 103135106 A TW103135106 A TW 103135106A TW I536161 B TWI536161 B TW I536161B
Authority
TW
Taiwan
Prior art keywords
file
backup
snapshot
image file
computer
Prior art date
Application number
TW103135106A
Other languages
Chinese (zh)
Other versions
TW201614495A (en
Inventor
林北湖
Original Assignee
東石資訊股份有限公司
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 東石資訊股份有限公司 filed Critical 東石資訊股份有限公司
Priority to TW103135106A priority Critical patent/TWI536161B/en
Publication of TW201614495A publication Critical patent/TW201614495A/en
Application granted granted Critical
Publication of TWI536161B publication Critical patent/TWI536161B/en

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

備份方法、還原方法及其電腦、電腦程式產品與電腦可讀取記錄媒體 Backup method, restoration method and computer, computer program product and computer readable recording medium

本發明與磁碟區(disk partition)備份及還原技術有關,尤指一種運用快照的備份及還原相關技術方案。 The invention relates to a disk partition backup and restoration technology, in particular to a technical solution for backup and restoration using snapshots.

安裝在一電腦中的一習知備份還原程式,例如Symantec公司所提供之Norton Ghost,於進行備份(backup)之運作時,會針對該電腦的磁碟區,產生一映像檔(Image File)。 A conventional backup and restore program installed in a computer, such as Norton Ghost provided by Symantec, generates an image file for the disk area of the computer during the backup operation.

當該磁碟區發生資料遺失或中毒等災難時,該習知備份還原程式便可利用該映像檔來進行還原(restore)之運作,讓該磁碟區回復到建立該映像檔之時的狀態,以使該電腦能一如當時地正常運作。 When a disaster such as data loss or poisoning occurs in the disk area, the conventional backup and restore program can use the image file to perform a restore operation, and the disk area is restored to the state when the image file was created. So that the computer can function as it was at the time.

上述的備份運作,是以區塊為單位(「區塊」是指FAT檔案系統中所稱的Cluster、或Ext2檔案系統中所稱的block、或扇區(sector)),將待備份的磁碟區中的資料,一個區塊一個區塊地讀取出來,並逐一寫入事先建立於另一磁碟區的該映像檔內。然而,只要其中一個區塊是損壞的,就無法利用該映像來進行上述的還原運作。 The above backup operation is based on block ("block" refers to the cluster referred to in the FAT file system, or the block, or sector) in the Ext2 file system, and the magnetic to be backed up. The data in the disc area is read out one block at a time, and is written one by one into the image file previously established in another disk area. However, as long as one of the blocks is damaged, the image cannot be utilized for the above-described restore operation.

再者,上述的映像檔,必需存放於事先建立的另一個磁碟區,無法跟待備份的資料存放在同一個磁碟區,這表示習知備份還原程式是無法將一個磁碟區中的資料備份到這磁碟區中,例如無法將一硬碟的C槽(C:\)中的資料備份到該C槽的其它空閒空間中。 Furthermore, the above image file must be stored in another disk area created in advance, and the data to be backed up cannot be stored in the same disk area, which means that the conventional backup and restore program cannot be in a disk area. The data is backed up to this disk area. For example, the data in the C slot (C:\) of a hard disk cannot be backed up to other free space in the C slot.

本發明提供一種用於將一備份來源中的檔案備份到一備份目的地中的備份方法,該方法主要是先為該備份來源建立對應的快照,以使那些在建立該快照之後才被異動或被刪除掉的檔案,都有對應的陰影副本存在於該快照中,之後,以讀取檔案之方式讀取那些陰影副本及那些在建立該快照之後仍一直保持原狀之檔案內的資料,及將所讀取到的資料寫入事先建立在該備份目的地中的映像檔(Image File)。如此,即完成將該備份來源中的檔案備份到該備份目的地中之備份運作。其中,該備份來源與該備份目的地可為同一磁碟分區;該快照可藉由一陰影複製服務來建立。 The present invention provides a backup method for backing up files in a backup source to a backup destination. The method is mainly to first create a corresponding snapshot for the backup source, so that those are not changed after the snapshot is established or The deleted files have corresponding shadow copies in the snapshot, and then read the shadow files and the files in the files that remain intact after the snapshot is created, and will The read data is written to an image file (Image File) previously established in the backup destination. In this way, the backup operation of backing up the files in the backup source to the backup destination is completed. The backup source and the backup destination may be the same disk partition; the snapshot may be established by a shadow copy service.

更詳而言之,本發明之該備份方法包括但不限於以下步驟:搜尋該備份來源中的檔案,以獲得一檔案列表;針對該備份來源建立對應的快照;在該備份目的地中建立一映像檔,並打開該映像檔;針對該檔案列表中所記載的每一個檔案分別執行一寫入作業;該寫入作業包括判斷該檔案列表中所記載的一檔案有無對應的陰影副本存在於該快照中;若該檔案有對應的陰影副本存在於該快照中,就打開該檔案所對應的該陰影副本,並以讀取檔案之方式讀取該陰影副本內的資料,及將所讀取到的資料寫入該映像檔;若該檔案無對應的陰影副本存在於該快照中,就打開該檔案,並以讀取檔案之方式讀取該檔案內的資料,及將所讀取到的資料寫入該映像檔;重覆執行該寫入作業,直到該檔案列表所記載的檔案都經歷過該寫入作業而寫入該映像檔中為止。至此,即完成將該備份來源中的檔案備份到該備份目的地中之備份運作。 More specifically, the backup method of the present invention includes, but is not limited to, searching for a file in the backup source to obtain a file list, establishing a corresponding snapshot for the backup source, and establishing a backup in the backup destination. An image file, and opening the image file; performing a write job for each file recorded in the file list; the writing operation includes determining whether a corresponding shadow copy of a file recorded in the file list exists in the file In the snapshot; if the corresponding shadow copy of the file exists in the snapshot, the shadow copy corresponding to the file is opened, and the data in the shadow copy is read by reading the file, and the read data is read The data is written into the image file; if the corresponding shadow copy of the file does not exist in the snapshot, the file is opened, and the data in the file is read by reading the file, and the read data is read. The image file is written; the write job is repeated until the file recorded in the file list has been written into the image file after the write operation. At this point, the backup operation of backing up the files in the backup source to the backup destination is completed.

在本發明上述備份方法中,如果該快照沒有建立成功,且所選擇的備份來源包含一系統磁碟區,就產生一錯誤訊息,並停止執行上述建立該映像檔之步驟及其後的步驟。 In the above backup method of the present invention, if the snapshot is not successfully established, and the selected backup source includes a system disk area, an error message is generated, and the step of establishing the image file and the subsequent steps are stopped.

在本發明上述備份方法中,若該陰影副本被成功打開之後,就進行後續的讀取與寫入動作;若打開失敗,就以讀取區塊之方式,逐一讀取該備份來源中用於存放該陰影副本的區塊中的資料,並將所讀取到資料寫入該映像檔中。類似地,在本發明上述備份方法中,若該檔案被成功打開之後,就進行後續的讀取與寫入動作;若打開失敗,就以讀取區塊之方式,逐一讀取該所選擇的備份來源中用於存放該檔案的區塊中的資 料,並將所讀取到資料寫入該映像檔中。 In the above backup method of the present invention, if the shadow copy is successfully opened, subsequent reading and writing operations are performed; if the opening fails, the backup source is used to read the backup source one by one. Stores the data in the block of the shadow copy and writes the read data to the image. Similarly, in the above backup method of the present invention, if the file is successfully opened, subsequent read and write operations are performed; if the open fails, the selected block is read one by one by reading the block. The resources in the block used to store the file in the backup source And write the read data to the image file.

在本發明上述備份方法中,在打開該映像檔之後或關閉該映像檔之前,還將一份檔案寫入列表寫入該映像檔中,該檔案寫入列表中記錄著被寫入該映像檔中的全部檔案的相關資訊,該些相關資訊包含每一檔案的內容在該映像檔中的位置。 In the above backup method of the present invention, after opening the image file or before closing the image file, a file write list is also written in the image file, and the file write list records that the image file is written. Information about all the files in the file, the related information contains the location of the contents of each file in the image file.

本發明還提供一種還原方法,其係在一使用者藉由上述備份方法而完成將該備份來源中的檔案備份到該備份目的地中之備份運作將之後才執行,該還原方法包括從該備份來源中找出在建立該快照之後才被修改的檔案,並利用該映像檔將該些被修改的檔案予以還原到建立該快照之時的狀態。該還原方法還包括從該備份來源中找出在建立該快照之後才被刪除的檔案,並利用該映像檔將該些被刪除的檔案予以還原到該備份來源中。較佳地,該還原方法還包括找出在建立該快照之後才新增到該備份來源中的檔案並予以刪除。另外,該還原方法更包括在利用該映像檔將該些被修改的檔案予以還原之前,先將該些被修改的檔案另存到其它位置或予以改名。 The present invention also provides a method for restoring, after a user completes a backup operation of backing up files in the backup source to the backup destination by the above backup method, the restore method includes from the backup Find the file that was modified after the snapshot was created in the source, and use the image file to restore the modified file to the state at the time the snapshot was created. The restoration method further includes finding an archive from the backup source that is deleted after the snapshot is established, and using the image file to restore the deleted archives to the backup source. Preferably, the restoration method further comprises finding and deleting the file added to the backup source after the snapshot is established. In addition, the restoration method further includes saving the modified files to another location or renaming the modified files before using the image file to restore the modified files.

本發明另提供一種電腦程式產品,當其被一電腦載入並執行後,可完成上所述任一方法。本發明亦提供一種內儲一應用程式之電腦可讀取記錄媒體,當一電腦載入該應用程式並執行後,可完成上述任一方法。更進一步的,本發明提供一種電腦,其具有一處理單元及一硬碟,該硬碟內至少儲存一作業系統及一應用程式,該作業系統提供為該硬碟建立對應之快照之服務,當該處理單元載入該應用程式並執行後,可完成如申請專利範圍第1~10任一項所述的方法,其中,該硬碟的一或多個磁碟分區係作為該方法所述的備份來源,該方法所述的備份目的地係為該硬碟中的磁碟分區或連接該電腦之另一硬碟中的磁碟分區。 The present invention further provides a computer program product that, when loaded and executed by a computer, can perform any of the methods described above. The present invention also provides a computer readable recording medium storing an application program, and when a computer is loaded into the application and executed, any of the above methods can be completed. Further, the present invention provides a computer having a processing unit and a hard disk. The hard disk stores at least one operating system and an application program, and the operating system provides a service for establishing a corresponding snapshot for the hard disk. After the processing unit is loaded into the application and executed, the method of any one of claims 1 to 10 may be completed, wherein one or more disk partitions of the hard disk are as described in the method. The source of the backup, the backup destination described in the method is a disk partition in the hard disk or a disk partition in another hard disk connected to the computer.

相對於先前技術,本發明之備份方法是將一備份來源中的檔案一個一個地寫入該映像檔中,這是一種以檔案為單位的備份運作,不同於先前技術以區塊為單位的備份運作。另外,本發明之快速還原方法只還原那些在建立該快照之後才被刪除的檔案,不需要還原建立該快照時該備份來源中的全部檔案,因此,還原速度很快而優於先前技術。 Compared with the prior art, the backup method of the present invention writes files in a backup source one by one into the image file, which is a file-based backup operation, which is different from the prior art block-based backup. Operation. In addition, the fast restore method of the present invention restores only those files that are deleted after the snapshot is created, and does not need to restore all the files in the backup source when the snapshot is created. Therefore, the restore speed is fast and superior to the prior art.

1‧‧‧電腦 1‧‧‧ computer

10‧‧‧硬碟 10‧‧‧ Hard disk

100‧‧‧磁碟區 100‧‧‧Disk area

101‧‧‧作業系統 101‧‧‧Operating system

102‧‧‧陰影複製服務 102‧‧‧ Shadow Copy Service

11‧‧‧處理單元 11‧‧‧Processing unit

12‧‧‧顯示器 12‧‧‧ display

13‧‧‧輸入裝置 13‧‧‧Input device

2‧‧‧備份模組 2‧‧‧Backup module

3‧‧‧還原模組 3‧‧‧Restore module

第一圖係本發明之電腦的一個較佳實施例的系統方塊圖。 The first figure is a system block diagram of a preferred embodiment of the computer of the present invention.

第二圖係本發明之備份方法的一個較佳實施例的流程圖。 The second drawing is a flow chart of a preferred embodiment of the backup method of the present invention.

本發明之電腦程式產品係安裝於第一圖所示的一電腦1中,其包括一備份模組2,較佳還包括一還原模組3。該電腦1可為一桌上型個人電腦或一筆記型電腦或其它型式的電腦。電腦1包括一硬碟10、一處理單元11、一顯示器12及一輸入裝置13(例如一滑鼠及/或一鍵盤),且已安裝至少一作業系統101,例如windows 7或8作業系統。處理單元11包括一或多個中央處理器(CPU)及其相關電路(例如各種記憶器、晶片組等等),其能載入並執行該作業系統101及安裝在該電腦1中的各種應用程式。 The computer program product of the present invention is installed in a computer 1 shown in the first figure, and includes a backup module 2, and preferably a restoration module 3. The computer 1 can be a desktop personal computer or a notebook computer or other type of computer. The computer 1 includes a hard disk 10, a processing unit 11, a display 12, and an input device 13 (e.g., a mouse and/or a keyboard), and at least one operating system 101, such as a Windows 7 or 8 operating system, has been installed. The processing unit 11 includes one or more central processing units (CPUs) and their associated circuits (e.g., various memories, chipsets, etc.) that can load and execute the operating system 101 and various applications installed in the computer 1. Program.

硬碟10可以是該電腦1內的一個內建硬碟,或是連接該電腦1的一個外部硬碟(例如一USB硬碟或一網路硬碟)。硬碟10有多個磁碟區100,例如一般所稱的C槽(C:\)、D槽(D:\)、E槽(E:\)…等等,硬碟10也可以只有一個磁碟區,例如只有C槽。前述磁碟區泛指一基本硬碟所稱的分割區(partition),或一動態硬碟所稱的卷(volume)。每一磁碟區中已儲存有多個檔案,以windows作業系統為例,該些檔案包含但不限於利用該作業系統之一檔案總管功能可檢視到的一般資料夾與一般檔案、利用該檔案總管功能無法檢視到的隱藏資料夾與隱藏檔案、與該作業系統相關的系統檔案、及其它類型的檔案。其中,當作C槽使用的磁碟區100,是存放該作業系統101相關檔案的區域,一般稱為系統磁碟區。 The hard disk 10 can be a built-in hard disk in the computer 1, or an external hard disk (such as a USB hard disk or a network hard disk) connected to the computer 1. The hard disk 10 has a plurality of magnetic disk areas 100, such as a commonly known C slot (C:\), D slot (D:\), E slot (E:\), etc., and the hard disk 10 may have only one. The disk area, for example, only the C slot. The aforementioned disk area generally refers to a partition called a basic hard disk, or a volume called a dynamic hard disk. A plurality of files are stored in each disk area, and the windows operating system is taken as an example. The files include, but are not limited to, general folders and general files that can be viewed by using the file manager function of the operating system, and the files are utilized. Hidden folders and hidden files that cannot be viewed by the general manager function, system files related to the operating system, and other types of files. The disk area 100 used as the C slot is an area for storing the file associated with the operating system 101, and is generally referred to as a system disk area.

當該電腦1的處理單元11載入並執行該備份模組2的程式碼時,可完成本發明之一備份方法。第二圖顯示該備份方法的的一個較佳實施例的執行流程,其包括以下步驟: 如a步驟所示,提供一備份選單顯示於該電腦1的顯示器12,讓一使用者從該備份選單中選擇一備份來源及一備份目的地。該備份來源可以是硬碟10中的一或多個磁碟區100,該備份目的地可以是硬碟10中的某個磁碟區100、或是另一個硬碟中的某個磁碟區。該使用者於進行選 擇時,可一次選擇一個或多個磁碟區100作為該備份來源。如果該備份來源與備份目的地已經事先決定好而不允許更改,則此步驟可予以省略。 When the processing unit 11 of the computer 1 loads and executes the code of the backup module 2, one of the backup methods of the present invention can be completed. The second figure shows an execution flow of a preferred embodiment of the backup method, which includes the following steps: As shown in step a, a backup menu is displayed on the display 12 of the computer 1, and a user selects a backup source and a backup destination from the backup menu. The backup source may be one or more disks 100 in the hard disk 10. The backup destination may be a certain disk area 100 in the hard disk 10, or a disk in another hard disk. . The user is making a selection At the time of selection, one or more extents 100 can be selected at one time as the backup source. This step can be omitted if the backup source and backup destination have been determined in advance and are not allowed to change.

如b步驟所示,搜尋所選擇的備份來源中的檔案,並根據搜尋結果建立一檔案列表。搜尋時是從所選擇的備份來源的根目錄開始遞迴搜索所有的檔和資料夾。該檔案列表中記載該備份來源中的每一個檔案的相關資訊,例如檔案名稱、檔案路徑、建立日期、修改日期、檔案大小、檔案屬性、安全性…等等。較佳還記載與電腦1、硬碟10、磁碟區100相關的訊息,例如BIOS信息。 As shown in step b, search for files in the selected backup source and create a file list based on the search results. The search is to search back all the files and folders starting from the root directory of the selected backup source. The file list records information about each file in the backup source, such as file name, file path, creation date, modification date, file size, file attributes, security, and the like. Preferably, information related to the computer 1, the hard disk 10, and the disk area 100, such as BIOS information, is also recorded.

如c步驟所示,針對所選擇的備份來源建立對應的快照(snapshot)。例如,若所選擇的備份來源中的磁碟區只有C槽,就對應建立C槽的快照,若所選擇的備份來源中的磁碟區一共有C槽與D槽,就分別建立C槽的快照與D槽的快照,以此類推。該快照的建立是為了確保資料一致性。資料一致性是指在備份過程中所備份到的資料要相同於建立該快照時該備份來源中的資料,就算在備份過程中有檔案被修改或被刪除,也不受影響。 As shown in step c, a corresponding snapshot is created for the selected backup source. For example, if the disk area in the selected backup source has only the C slot, a snapshot of the C slot is established correspondingly. If the disk area in the selected backup source has a C slot and a D slot, respectively, the C slot is established. Snapshots and snapshots of D slots, and so on. This snapshot was created to ensure data consistency. Data consistency means that the data backed up during the backup process is the same as the data in the backup source when the snapshot was created. Even if the file is modified or deleted during the backup process, it is not affected.

較佳地,可利用windows作業系統所提供的磁區陰影複製服務102(Volume Shadow Copy Service,VSS)來建立該快照,但不以此為限,也可以採用其它所有能保證資料一致性的任何機制。無論如何,該快照一旦建立完成,就相當於為所選擇的備份來源對應建立了相對應的還原點(restore point),在此例子中,所選擇的備份來源此時會從一平常狀態進入一「寫入時複製(copy-on-write)」之狀態。在該寫入時複製之狀態下,只要任一檔案因其它應用程式的調用而使其內容被異動(指被修改後並儲存)、或被刪除,在其被異動或被刪除之前,一個複製自該任一檔案而獲得的一陰影副本(Shadow Copy)會被存放到該快照中,該陰影副本係為一相同該任一檔案的檔案,也就是在建立快照之當下建立的複製品(複製自該該任一檔案)。因此,在該快照建立之後才被異動過或刪除掉的檔案才會有相對應的陰影副本保存在該快照中,在該快照建立之後仍一直保持原狀的檔案則不會有相對應的陰影副本。因此,對於該還原點(即建立該快照之時點)而言,應被備份的檔案就是那些在該快照建立之後仍一直保持原狀的檔案,及那些位在該快照中的陰影副本,隨後的步驟將詳細說這些檔案的備 份過程。 Preferably, the snapshot can be established by using the Volume Shadow Copy Service (VSS) provided by the Windows operating system, but not limited thereto, and any other data consistency can be used. mechanism. In any case, once the snapshot is established, it is equivalent to establishing a corresponding restore point for the selected backup source. In this example, the selected backup source will enter a normal state at this time. The state of "copy-on-write". In the state of copying at the time of writing, as long as any file is changed (by being modified and stored) or deleted due to the call of another application, a copy is copied before it is changed or deleted. A shadow copy obtained from any of the files will be stored in the snapshot. The shadow copy is a file of the same file, that is, a copy created under the snapshot. Since the file should be any). Therefore, the file that has been moved or deleted after the snapshot is created will have a corresponding shadow copy saved in the snapshot, and the file that remains intact after the snapshot is created will not have a corresponding shadow copy. . Therefore, for the restore point (the point at which the snapshot was created), the files that should be backed up are those that remain intact after the snapshot is created, and those shadow copies that are in the snapshot, and the subsequent steps. Will elaborate on the preparation of these files Process.

如d步驟所示,在所選擇的備份目的地中建立一映像檔(image file),並打開該映像檔。然而,該d步驟不限於在該c步驟之後才執行,例如,可先於b步驟執行或跟b步驟同時執行,也可先於c步驟執行或跟c步驟同時執行。 As shown in step d, an image file is created in the selected backup destination, and the image file is opened. However, the step d is not limited to being performed after the step c. For example, it may be performed before the step b or simultaneously with the step b, or may be performed before the step c or simultaneously with the step c.

然後,針對該檔案列表中所記載的每一個檔案分別執行e步驟所示的一寫入作業,該寫入作業包括但不限於以下e1~e5步驟: e1)判斷該檔案列表中的一檔案有無對應的陰影副本存在於該快照中。 Then, a write job shown in step e is performed for each file recorded in the file list, and the write job includes but is not limited to the following steps e1 to e5: E1) Determine whether a file in the file list has a corresponding shadow copy present in the snapshot.

若該檔案有對應的陰影副本存在於該快照中,即表示該檔案在該快照被建立之後有被異動過或被刪除掉而不能作為日後原還該硬碟10的依據,此時,如e2步驟所示,打開該檔案所對應的該陰影副本,然後,如e3步驟所示,以讀取檔案之方式讀取該陰影副本內的資料,及將所讀取到的資料寫入該映像檔。較佳地,前述每一次所讀取到資料,都是經過壓縮及加密之後才寫入該映像檔中的。 If the corresponding shadow copy of the file exists in the snapshot, it means that the file has been changed or deleted after the snapshot is created, and cannot be used as the basis for the original hard disk 10 in the future. As shown in the step, the shadow copy corresponding to the file is opened, and then, as shown in step e3, the data in the shadow copy is read by reading the file, and the read data is written into the image file. . Preferably, each of the aforementioned data is compressed and encrypted before being written into the image file.

然而,若該檔案無對應的陰影副本存在於該快照中,即表示該檔案在該快照被建立之後未被異動過而能作為日後原還該硬碟10的依據,此時,如e4步驟所示,打開該檔案,然後,如e5步驟所示,以讀取檔案之方式讀取該檔案內的資料,並將所讀取到的資料寫入該映像檔。 However, if there is no corresponding shadow copy of the file in the snapshot, it means that the file has not been changed after the snapshot is created, and can be used as the basis for the hard disk 10 in the future. At this time, as in step e4. Show, open the file, and then, as shown in step e5, read the data in the file by reading the file, and write the read data to the image file.

接著,如f步驟所示,重覆執行上述e步驟中所示該寫入作業,直到該檔案列表所記載的每一檔案都經歷過該寫入作業而被寫入該映像檔為止。 Next, as shown in step f, the write operation shown in the above e step is repeated until each file recorded in the file list has been subjected to the write job and is written to the image file.

最後,如g步驟所示,關閉該映像檔,並刪除該快照(然而,此g步驟並非必要執行,因為電腦1關機時,該映像檔就會被自動關閉,該快照也會被自動刪除)。此時,所選擇的備份來源即因此從該寫入時複製之狀態而回復到平常狀態。至此,即完成所選擇的備份來源的備份運作,使得所選擇的備份來源中的檔案都被備份到該備份目的地中的該映像檔內,且所備份到的檔案的內容會跟它們在該快照被建立之前一樣,就算在進行上述寫入過程中,有些檔案曾經因為其它應用程式的調用而發生內容異動或已被刪除,仍然能夠把該些檔案在發生異動之前或被刪除之前的 資料完整地備份下來。其中,在打開該映像檔之後,或關閉該映像檔之前,一份檔案寫入列表也會被寫入該映像檔中,該檔案寫入列表中記錄著被寫入該映像檔中的全部檔案的相關資訊,該些相關資訊中主要是檔案內容(含檔案屬性)在該映像檔中的位置。日後在根據該映像檔進行還原運作時,便可根據該檔案寫入列表將該映像檔中的檔案一一寫入所指定的硬碟(即還原目的地)中。 Finally, as shown in step g, close the image and delete the snapshot (however, this g step is not necessary, because the image will be automatically closed when the computer 1 is shut down, the snapshot will be automatically deleted) . At this time, the selected backup source is thus returned to the normal state from the state of copying at the time of writing. At this point, the backup operation of the selected backup source is completed, so that the files in the selected backup source are backed up to the image in the backup destination, and the contents of the archived files are followed by Before the snapshot is created, even in the above-mentioned writing process, some files have been changed or deleted due to the call of other applications, and the files can still be before or before the transaction is deleted. The information is completely backed up. Wherein, after opening the image file, or before closing the image file, an archive write list is also written in the image file, and the file write list records all the files written in the image file. Related information, the relevant information is mainly the location of the file content (including file attributes) in the image file. In the future, when the restore operation is performed according to the image file, the files in the image file can be written into the designated hard disk (ie, the restore destination) one by one according to the file write list.

從上述說明可知,該電腦1在某一時刻根據該備份方法進行運作的結果,就會在該備份目的地產生對應該某一時刻的一個映像檔。每一個時刻所對應的映像檔即代表一個還原點。當使用者想要將該電腦1的硬碟10還原到某一時刻的狀態時,只需要利用該某一時刻所對應的映像檔來進行還運作,就可以使該硬碟10快速還原到該某一時刻當下之狀態。該使用者也可以利用該某一時刻所對應的映像檔將其內的檔案一一寫入到另一個由該使用者所指定的硬碟中,使得該另一個硬碟的檔案儲狀況相同於該硬碟10在該某時刻當下的檔案儲存狀況。 As can be seen from the above description, as a result of the operation of the computer 1 at a certain time according to the backup method, an image file corresponding to a certain time is generated at the backup destination. The image file corresponding to each moment represents a restore point. When the user wants to restore the hard disk 10 of the computer 1 to a certain time state, it is only necessary to use the image file corresponding to the certain time to perform the operation, so that the hard disk 10 can be quickly restored to the state. The state of the moment at a certain moment. The user can also use the image file corresponding to the certain moment to write the files in the hard disk to another hard disk designated by the user, so that the file storage status of the other hard disk is the same as that of the hard disk. The current storage status of the hard disk 10 at that moment.

較佳地,還可以在上述c步驟之後,接著判斷該快照是否建立成功,如果判斷結果為「是」,表示該快照已建立成功,則繼續進行上述d步驟(即建立上述的映像檔),然而,如果判斷結果為「否」,表示該快照建立失敗,則繼續判斷所選擇的備份來源是否包含存放該作業系統101的系統磁碟區,如果判斷結果為「否」,表示所選擇的備份來源沒有包含該系統磁碟區,則繼續進行上述d步驟,然而,如果判斷結果為「是」,表示所選擇的備份來源包含該系統磁碟區,此時,為了確保資料一致性,就產生「備份失敗」之錯誤訊息於該顯示器12上,並結束本發明之備份方法的進行,亦即,不再執行d及其後續的步驟。如此,即可藉由前述判斷步驟,確保針對該系統磁碟區所建立出來的映像檔,不會有資料不一致的情形,日後便可利用該映像檔將該系統磁碟區還原到前述快照被建立時的狀態。 Preferably, after the step c above, it is further determined whether the snapshot is successfully established. If the determination result is “Yes”, indicating that the snapshot has been successfully established, proceeding to the step d (ie, establishing the image file), However, if the determination result is "No", indicating that the snapshot establishment fails, it continues to determine whether the selected backup source includes the system disk area in which the operating system 101 is stored. If the determination result is "No", the selected backup is indicated. If the source does not include the system disk area, proceed to step d above. However, if the result of the determination is "Yes", it indicates that the selected backup source contains the system disk area. At this time, in order to ensure data consistency, it is generated. The "backup failed" error message is on the display 12 and the process of the backup method of the present invention is terminated, i.e., d and its subsequent steps are no longer performed. In this way, the foregoing determining step can ensure that the image file created for the system disk area does not have data inconsistency, and the image file area can be restored to the aforementioned snapshot by using the image file in the future. The state at the time of establishment.

較佳地,在上述e3步驟中,在打開該陰影副本之後係判斷是否打開成功,若該陰影副本被成功打開,之後就進行後續的讀取與寫入動作,然而,若打開失敗,就以讀取區塊(指Cluster、block、或sector)之方式,逐一讀取該所選擇的備份來源中用於存放該陰影副本的區塊中的資料,並將所讀取到資料寫入該映像檔中。較佳地,每一次所讀取到資料, 都是經過壓縮及加密之後才寫入該映像檔中的。 Preferably, in the above step e3, after opening the shadow copy, it is determined whether the opening is successful, and if the shadow copy is successfully opened, subsequent reading and writing operations are performed, however, if the opening fails, Reading a block (referred to as a Cluster, block, or sector), reading the data in the block of the selected backup source for storing the shadow copy one by one, and writing the read data to the image In the file. Preferably, each time the data is read, Both are compressed and encrypted before being written to the image.

較佳地,在上述e5步驟中,在打開該檔案之後係判斷是否打開成功,若該檔案被成功打開,之後就進行後續的讀取與寫入動作,然而,若打開失敗,就以讀取區塊(指Cluster、block、或sector)之方式,逐一讀取該所選擇的備份來源中用於存放該檔案的區塊中的資料,並將所讀取到資料寫入該映像檔中。較佳地,每一次所讀取到資料,都是經過壓縮及加密之後才寫入該映像檔中的。 Preferably, in the step e5, after the file is opened, it is determined whether the opening is successful. If the file is successfully opened, subsequent reading and writing operations are performed. However, if the opening fails, the reading is performed. The block (referred to as Cluster, block, or sector) reads the data in the block of the selected backup source for storing the file one by one, and writes the read data into the image file. Preferably, each time the data is read, it is compressed and encrypted before being written into the image file.

需指出的是,針對不同的檔案系統(file system),需使用不同的方式來所尋找該檔案或陰影副本的區塊。例如,針對FTA32檔案系統,是先讀取DBR(DOS Boot Record)區塊,藉以取得根目錄和檔案分配表(File Allocation Table,FAT),接著,從該檔案分配表獲取構成該檔案或陰影副本的叢集(cluster),然後,取得該些叢集所佔據的區塊。存放在這些區塊中的資料就是該檔案或陰影副本內的資料。 It should be noted that for different file systems, different ways are needed to find the block of the file or shadow copy. For example, for the FTA32 file system, the DBR (DOS Boot Record) block is first read to obtain the root directory and File Allocation Table (FAT), and then the file or shadow copy is obtained from the file allocation table. Clusters, then, get the blocks occupied by the clusters. The material stored in these blocks is the data in the file or shadow copy.

又例如,針對NTFS檔案系統,是先讀取DBR區塊,獲取主檔案表(Master File Table,MFT)開始區塊,從該MFT區塊中查找得到該檔案或陰影副本的MFT項目,從所查找得到的MFT項目獲取該檔案或陰影副本的基本屬性與資料流屬性(DataRun),從該資料流屬性獲取該檔案或陰影副本的區塊。存放在這些區塊中的資料就是該檔案或陰影副本內的資料。 For another example, for the NTFS file system, the DBR block is first read, the main file table (MFT) start block is obtained, and the MFT item of the file or shadow copy is searched from the MFT block. The obtained MFT item obtains the basic attribute and data stream attribute (DataRun) of the file or shadow copy, and obtains the block of the file or shadow copy from the stream attribute. The material stored in these blocks is the data in the file or shadow copy.

從上述說明可知,對於無法打開成功的檔案或陰影副本,本發明上述備份方法雖然無法以讀取檔案之方式讀取其內的資料並將它們寫入上述的映像檔中,但卻能改用讀取區塊之方式,從儲存該檔案或陰影副本的區塊中讀取資料並將它們寫入上述的映像檔中。 As can be seen from the above description, the above backup method of the present invention cannot read the files in the manner of reading the files and write them into the above image file, but can use the file or the shadow copy. The way the blocks are read, the data is read from the block in which the file or shadow copy is stored and written to the above image.

本發明之備份方法是將一備份來源中的檔案一個一個地寫入該映像檔中,這是一種以檔案為單位的備份運作,不同於先前技術以區塊為單位的備份運作。因此,就算該硬碟10的某一區塊有損壞,也只是某一個檔案受損,不會使得整個該映像無法用於進行還原運作。 The backup method of the present invention writes files in a backup source one by one into the image file, which is a file-based backup operation, which is different from the prior art block-based backup operation. Therefore, even if a certain block of the hard disk 10 is damaged, only one file is damaged, and the entire image cannot be used for the restoration operation.

再者,由於本發明之備份方法是一種以檔案為單位的備份運作,因此,本發明之備份方法允許上述備份來源與上述備份目的地為同一個磁碟分區100,只要它的空閒空間還足夠大,例如,將一C槽中的每一個檔案中的資料備份到建立在該C槽內的空閒空間中的映像檔。 Furthermore, since the backup method of the present invention is a file-based backup operation, the backup method of the present invention allows the backup source to be the same disk partition 100 as the backup destination, as long as its free space is sufficient. Large, for example, backing up data in each of the C slots to an image file created in the free space within the C slot.

另外,在該電腦1載入並執行上述備份模組2而完成上述備份方法之後,就可利用該還原模組2從上述的映像檔將根據上述備份方法所備份到的檔案還原到一還原目的地(指某一個磁碟區,此時,該映像檔是儲放在另一個磁碟區或稱還原來源),例如還原到該硬碟10(也就是上述的備份來源)或是另一硬碟。更詳而言之,當該電腦1的處理單元11載入並執行該還原模組3的程式碼時,可完成本發明之一還原方法,在一例子中,該還原方法係為一普通還原方法,其包括格式化該還原目的地。接著,在該還原目的地完成格式化之後,根據該映像檔中的該檔案寫入列表,將該映像檔中的檔案以一個檔案一個檔案之方式還原到該還原目的地。至此,即完成該普通還原方法,此時,該還原目的地中的檔案狀態就相同於該備份來源建立該快照時的檔案狀態。 In addition, after the computer 1 loads and executes the backup module 2 to complete the backup method, the restoration module 2 can be used to restore the file backed up according to the backup method to a restoration purpose from the image file. Ground (referring to a certain disk area, at this time, the image file is stored in another disk area or called a restore source), for example, restored to the hard disk 10 (that is, the backup source mentioned above) or another hard dish. More specifically, when the processing unit 11 of the computer 1 loads and executes the code of the restoration module 3, one of the reduction methods of the present invention can be completed. In an example, the restoration method is a normal restoration. A method comprising formatting the restore destination. Then, after the restoration destination completes formatting, according to the file write list in the image file, the file in the image file is restored to the restore destination in the form of one file and one file. At this point, the normal restoration method is completed. At this time, the file status in the restore destination is the same as the file status when the backup source establishes the snapshot.

完成上述備份方法之後,該備份來源中的檔案狀態,會因為使用者後續的修改動作或刪除動作而不同於建立該快照時該備份來源中的檔案狀態。若有需要,使用者就可利用上述所建的映像檔來進行還原運作。對於該備份來源而言,在建立該快照之後一直未被異動過的檔案是不需要還原的,只有在建立該快照之後才被修改,才需要使用該映像檔予以還原。如果認為建立該快照之後才被刪除掉的檔案還需要存要,這時可利用該映像檔將它們予以還原。另外,在建立該快照之後才新增的檔案可以選擇保留或予以刪除。如果,希望將該備份來源還原到建立該快照時的檔案狀態,那麼,在建立該快照之後才被修改及被刪除的檔,都應當使用該映像檔予以還原,且在建立該快照之後才新增的檔案也應該予以刪除。根據前面所說的原則,本發明提供另一種還原方法,其係為一快速還原方法,其包括從該備份來源中找出在建立該快照之後才被修改的檔案,並利用該映像檔將該些被修改的檔案予以還原到建立該快照之時的狀態。該方法還包括從該備份來源中找出在建立該快照之後才被刪除的檔案,並利用該映像檔將該些被刪除的檔案予以還原到該備份來源。較佳地,該方法包括找出在建立該快照之後才新增到該備份來源中的檔案並予以刪除。另外,該方法包括在利用該映像檔將該些被修改的檔案予以還原之前,先將該些被修改的檔案另存到其它位置或予以改名。其中,可利用上述的檔案寫入列表跟一檔案清單,來找出該在建立該快照之後才被修改、刪除或新增的檔 案。該檔案清單是對該備份來源進行檔案搜尋所得到的,其內容大致跟上述檔案列表相同,或者,可使用其它方式來找出該在建立該快照之後才被修改、刪除或新增的檔案,容不贅述。 After the above backup method is completed, the file status in the backup source may be different from the file status in the backup source when the snapshot is created because the user subsequently performs the modification action or the delete action. If necessary, the user can use the image file built above to perform the restore operation. For the backup source, the file that has not been moved after the snapshot is created does not need to be restored. It is only modified after the snapshot is created, and the image file needs to be restored. If you think that the files that were deleted after the snapshot was created still need to be saved, you can use the image file to restore them. In addition, files added after the snapshot is created can be selected to be retained or deleted. If you want to restore the backup source to the file state when the snapshot was created, then the file that was modified and deleted after the snapshot was created should be restored using the image file and will be updated after the snapshot is created. The added files should also be deleted. According to the foregoing principles, the present invention provides another method for restoring, which is a fast restore method, including finding an archive from the backup source that is modified after the snapshot is established, and using the image file to The modified files are restored to the state at the time the snapshot was created. The method further includes finding an archive from the backup source that is deleted after the snapshot is established, and using the image file to restore the deleted archive to the backup source. Preferably, the method includes finding and deleting the file added to the backup source after the snapshot is established. Additionally, the method includes saving the modified files to another location or renaming the modified files before restoring the modified files using the image file. Wherein, the above file write list and a file list can be used to find out the file that is modified, deleted or added after the snapshot is created. case. The file list is obtained by performing file search on the backup source, and the content thereof is substantially the same as the file list, or other methods may be used to find the file that is modified, deleted or added after the snapshot is created. I will not repeat them.

由於本發明之快速還原方法只還原那些在建立該快照之後才被異動或被刪除的檔案,不需要還原建立該快照時該備份來源中的全部檔案,因此,還原速度很快而於同類物品中深具優勢。 Since the fast restore method of the present invention restores only those files that are changed or deleted after the snapshot is created, it is not necessary to restore all the files in the backup source when the snapshot is created, and therefore, the restore speed is fast and is in the same category. Deep advantage.

Claims (14)

一種備份方法,係用於將一備份來源中的檔案備份到一備份目的地中,該備份方法包括:搜尋該備份來源中的檔案,以獲得一檔案列表,該檔案列表記載所搜尋到的每一個檔案的相關資訊;針對該備份來源建立對應的快照;在該備份目的地中建立一映像檔,並打開該映像檔;針對該檔案列表中所記載的每一個檔案分別執行一寫入作業,該寫入作業包括:判斷該檔案列表中所記載的一檔案有無對應的陰影副本存在於該快照中;若該檔案有對應的陰影副本存在於該快照中,就打開該檔案所對應的該陰影副本,並以讀取檔案之方式讀取該陰影副本內的資料,及將所讀取到的資料寫入該映像檔;若該檔案無對應的陰影副本存在於該快照中,就打開該檔案,並以讀取檔案之方式讀取該檔案內的資料,及將所讀取到的資料寫入該映像檔;重覆執行該寫入作業,直到該檔案列表所記載的檔案都經歷過該寫入作業而寫入該映像檔中為止。 A backup method is used for backing up files in a backup source to a backup destination. The backup method includes: searching for files in the backup source to obtain a file list, and the file list records each searched Corresponding information of a file; establishing a corresponding snapshot for the backup source; establishing an image file in the backup destination, and opening the image file; performing a write operation for each file recorded in the file list, The writing operation includes: determining whether a corresponding shadow copy of a file recorded in the file list exists in the snapshot; if the corresponding shadow copy of the file exists in the snapshot, opening the shadow corresponding to the file Copying, reading the data in the shadow copy by reading the file, and writing the read data to the image file; if the file does not have a corresponding shadow copy in the snapshot, the file is opened And reading the data in the file by reading the file, and writing the read data to the image file; repeating the writing operation, Files to the file list described have experienced this write operation is written to the image profile so far. 如申請專利範圍第1項所述的備份方法,其中,如果該快照沒有建立成功,且所選擇的備份來源包含一系統磁碟區,就產生一錯誤訊息,並停止執行上述建立該映像檔之步驟及其後的步驟。 The backup method of claim 1, wherein if the snapshot is not successfully established, and the selected backup source includes a system disk area, an error message is generated, and the execution of the image file is stopped. Steps and subsequent steps. 如申請專利範圍第1項所述的備份方法,其中,若該陰影副本被成功打開之後,就進行後續的讀取與寫入動作;若打開失敗,就以讀取區塊之方式,逐一讀取該備份來源中用於存放該陰影副本的區塊中的資料,並將所讀取到資料寫入該映像檔中。 The backup method of claim 1, wherein if the shadow copy is successfully opened, subsequent reading and writing operations are performed; if the opening fails, the block is read one by one. The data in the block of the backup source for storing the shadow copy is taken, and the read data is written into the image file. 如申請專利範圍第1項所述的備份方法,其中,若該檔案被成功打開之後,就進行後續的讀取與寫入動作;若打開失敗,就以讀取區塊之方式,逐一讀取該所選擇的備份來源中用於存放該檔案的區塊中的資料,並將所讀取到資料寫入該映像檔中。 The backup method of claim 1, wherein if the file is successfully opened, subsequent reading and writing operations are performed; if the opening fails, the reading is performed one by one by reading the block. The selected backup source is used to store the data in the block of the file, and the read data is written into the image file. 如申請專利範圍第1項所述的備份方法,其中該備份來源與該備份目的地係為同一磁碟分區。 The backup method of claim 1, wherein the backup source is the same disk partition as the backup destination. 如申請專利範圍第1項所述的備份方法,其中該快照是藉由一陰影複製服務而建立的。 The backup method of claim 1, wherein the snapshot is established by a shadow copy service. 如申請專利範圍第1~6任一項所述的備份方法,其中,在打開該映像檔之後或關閉該映像檔之前,還將一份檔案寫入列表寫入該映像檔中,該檔案寫入列表中記錄著被寫入該映像檔中的全部檔案的相關資訊,該些相關資訊包含每一檔案的內容在該映像檔中的位置。 The backup method according to any one of claims 1 to 6, wherein after the image file is opened or before the image file is closed, a file write list is also written in the image file, and the file is written. The entry list records information about all the files written in the image file, and the related information includes the location of the contents of each file in the image file. 一種還原方法,係用於在執行完如申請專利範圍第7項所述的備份方法之後才執行,該還原方法包括:從該備份來源中找出在建立該快照之後才被修改的檔案,並利用該映像檔將該些被修改的檔案予以還原到建立該快照之時的狀態。 A method for restoring is performed after performing the backup method as described in claim 7 of the patent application scope, the method comprising: finding an archive from the backup source that is modified after the snapshot is established, and The image file is used to restore the modified file to the state at the time the snapshot was created. 如申請專利範圍第8項所述的還原方法,包括:從該備份來源中找出在建立該快照之後才被刪除的檔案,並利用該映像檔將該些被刪除的檔案予以還原到該備份來源。 The method for restoring, as described in claim 8, includes: finding an archive from the backup source that is deleted after the snapshot is created, and using the image file to restore the deleted file to the backup. source. 如申請專利範圍第8項所述的還原方法,包括:找出在建立該快照之後才新增到該備份來源中的檔案並予以刪除。 The restoration method described in claim 8 of the patent scope includes: finding and deleting the file added to the backup source after the snapshot is established. 如申請專利範圍第8項所述的還原方法,包括:在利用該映像檔將該些被修改的檔案予以還原之前,先將該些被修改的檔案另存到其它位置或予以改名。 The method for restoring, as described in claim 8, includes: saving the modified files to another location or renaming the modified files before using the image file to restore the modified files. 一種電腦程式產品,當其被一電腦載入並執行後,可完成如申請專利範圍第1~11任一項所述的方法。 A computer program product, which can be loaded and executed by a computer, and can be completed as described in any one of claims 1 to 11. 一種內儲一應用程式之電腦可讀取記錄媒體,當一電腦載入該應用程式並執行後,可完成如申請專利範圍第1~11任一項所述的方法。 A computer readable recording medium storing an application program, and when a computer is loaded into the application and executed, the method according to any one of claims 1 to 11 can be completed. 一種電腦,具有一處理單元及一硬碟,該硬碟內至少儲存一作業系統及一應用程式,該作業系統提供為該硬碟建立對應之快照之服務,當該處理單元載入該應用程式並執行後,可完成如申請專利範圍第1~11任一項所述的方法,其中,該硬碟的一或多個磁碟分區係作為該方法所述的備份來源,該方法所述的備份目的地係為該硬碟中的磁碟分區或連接該電腦之另一硬碟中的磁碟分區。 A computer having a processing unit and a hard disk, the hard disk storing at least one operating system and an application program, the operating system providing a service for establishing a corresponding snapshot for the hard disk, when the processing unit loads the application And the method of any one of claims 1 to 11, wherein one or more disk partitions of the hard disk are used as a backup source of the method, and the method is The backup destination is the disk partition in the hard disk or the disk partition in another hard disk connected to the computer.
TW103135106A 2014-10-08 2014-10-08 Backup method, recovery method and computer, computer program product and computer readable recording medium thereof TWI536161B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW103135106A TWI536161B (en) 2014-10-08 2014-10-08 Backup method, recovery method and computer, computer program product and computer readable recording medium thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW103135106A TWI536161B (en) 2014-10-08 2014-10-08 Backup method, recovery method and computer, computer program product and computer readable recording medium thereof

Publications (2)

Publication Number Publication Date
TW201614495A TW201614495A (en) 2016-04-16
TWI536161B true TWI536161B (en) 2016-06-01

Family

ID=56361224

Family Applications (1)

Application Number Title Priority Date Filing Date
TW103135106A TWI536161B (en) 2014-10-08 2014-10-08 Backup method, recovery method and computer, computer program product and computer readable recording medium thereof

Country Status (1)

Country Link
TW (1) TWI536161B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI687803B (en) * 2018-07-17 2020-03-11 宏碁股份有限公司 Computer system and fault tolerance processing method of image file
TWI784750B (en) * 2021-10-15 2022-11-21 啟碁科技股份有限公司 Data processing method of terminal device and data processing system of terminal device

Also Published As

Publication number Publication date
TW201614495A (en) 2016-04-16

Similar Documents

Publication Publication Date Title
US10956041B2 (en) Online snapshot consolidation using I/O mirroring
US10430286B2 (en) Storage control device and storage system
US9703640B2 (en) Method and system of performing incremental SQL server database backups
US10762039B2 (en) Backup and restoration for storage system
US9411821B1 (en) Block-based backups for sub-file modifications
US9880759B2 (en) Metadata for data storage array
JP5247202B2 (en) Read / write implementation on top of backup data, multi-version control file system
US7254682B1 (en) Selective file and folder snapshot image creation
US20120084272A1 (en) File system support for inert files
US8112664B2 (en) Using volume snapshots to prevent file corruption in failed restore operations
US9235535B1 (en) Method and apparatus for reducing overheads of primary storage by transferring modified data in an out-of-order manner
US8433863B1 (en) Hybrid method for incremental backup of structured and unstructured files
US9990156B1 (en) Deduplicating snapshots associated with a backup operation
US8375181B1 (en) System and method for performing replication based on change tracking information
KR20090110823A (en) System for automatically shadowing data and file directory structures that are recorded on a computer memory
JP5984151B2 (en) Data recovery method, program, and data processing system
KR20130009980A (en) Multiple cascaded backup process
US11144233B1 (en) Efficiently managing point-in-time copies of data within a primary storage system
US9749193B1 (en) Rule-based systems for outcome-based data protection
US8843450B1 (en) Write capable exchange granular level recoveries
US9251020B1 (en) Systems and methods for file-level replication
CN106991020B (en) Efficient processing of file system objects for image level backups
JP2017531892A (en) Improved apparatus and method for performing a snapshot of a block level storage device
US20070043969A1 (en) Isolating and storing configuration data for disaster recovery for operating systems providing physical storage recovery
TWI536161B (en) Backup method, recovery method and computer, computer program product and computer readable recording medium thereof

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees