WO2022260399A1 - 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램 - Google Patents

작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램 Download PDF

Info

Publication number
WO2022260399A1
WO2022260399A1 PCT/KR2022/008010 KR2022008010W WO2022260399A1 WO 2022260399 A1 WO2022260399 A1 WO 2022260399A1 KR 2022008010 W KR2022008010 W KR 2022008010W WO 2022260399 A1 WO2022260399 A1 WO 2022260399A1
Authority
WO
WIPO (PCT)
Prior art keywords
compression
list
information
targets
backup data
Prior art date
Application number
PCT/KR2022/008010
Other languages
English (en)
French (fr)
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 주식회사 엘룩스
Publication of WO2022260399A1 publication Critical patent/WO2022260399A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • 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
    • 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/1456Hardware arrangements for backup
    • 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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/113Details of archiving

Definitions

  • the present invention relates to a method and computer program for automatically compressing backup data based on a prepared list, and more particularly, to a backup data by automatically extracting and compressing compression targets based on a list containing attribute information and compression information of an object to be compressed. It relates to a method for automatically compressing backup data based on a written list that can be performed and a computer program.
  • computers for institutions, corporations, and individuals are basically designed to minimize the void or paralysis caused by data loss or damage to the system or data. A backup is made.
  • data backup means copying data information generated and processed on a user's computer in a separate backup space.
  • the original data is received by the user and the original data is stored in the backup area, or the data is backed up by installing a system having a separate backup space.
  • data backup is performed at regular intervals or at the request of the user.
  • data compression is a technique of reducing the size of data to efficiently store data in a smaller storage space or shorten data transmission time.
  • the present invention has been devised to solve the above problems, and an object of the present invention is to compress a vast amount of backup data to be compressed based on characteristic information of objects to be compressed by the user without individually selecting and collecting them. Since targets can be automatically extracted and compressed, redundant or missing data due to human error does not occur, and the same repetitive work can be performed quickly and easily, which improves work efficiency. Automatic list-based backup data It is to provide a compression method and a computer program.
  • the present invention provides a first step of creating a list by receiving attribute information (hereinafter referred to as 'compression target condition') and compression information of objects to be compressed from a user; a second step of searching for and extracting compression targets that meet compression target conditions input to the list; and a third step of compressing the extracted compression targets based on the compression information input to the list.
  • attribute information hereinafter referred to as 'compression target condition'
  • the compression target condition includes specific character and specific extension information of the compression targets, specific directory information to be compressed, and directory (hereinafter referred to as 'search range') information to search for compression targets. do.
  • the compression information includes automatic compression cycle information, compression file creation location information, and compression format information.
  • the list in the first step, may be directly input from the user in real time, or a list file separately prepared by the user may be input.
  • the second step generating an archive file for temporarily storing the compression targets; and extracting compression targets that meet the compression target condition in directories corresponding to the search range and recording them in the archive file, wherein, in the third step, the search for all directories corresponding to the search range is completed.
  • the archive file in which the compression targets are recorded is compressed.
  • the list can be created by further inputting type information that can be classified into a whitelist and a blacklist, and in the second step, if the list is a whitelist, the target corresponding to the compression target condition are extracted and recorded in the archive file, and if the list is a blacklist, objects not corresponding to the compression target condition are extracted and recorded in the archive file.
  • the present invention further provides a computer program in which the created list-based automatic compression method for backup data is stored in a recording medium.
  • the present invention has the following excellent effects.
  • the list-based automatic compression method and computer program of the present invention it is possible to receive attribute information of backup data to be compressed from a user, search based on the created list, and automatically extract and compress the corresponding data. It has the advantage of improving work efficiency by easily and conveniently compressing and managing data that needs to be backed up at regular intervals without causing missing or redundant data due to human error.
  • FIG. 1 is a first flowchart of a method for automatically compressing backup data based on a created list according to an embodiment of the present invention
  • FIG. 2 is a second flow chart of a method for automatically compressing backup data based on a created list according to an embodiment of the present invention.
  • FIG. 1 is a first flow chart of a method for automatically compressing backup data based on a list according to an embodiment of the present invention
  • FIG. 2 is a second flow chart of a method for automatically compressing backup data based on a list according to an embodiment of the present invention.
  • the list-based automatic compression method and computer program of the present invention automatically extract compression targets based on a list in which attribute information and compression information of targets to be compressed by a user are created. It's about how compression can be done.
  • the list-based automatic compression method of the present invention is performed by a computer, and a computer program for performing the method by functioning a computer is stored in the computer.
  • the computer is a computer in a broad sense that includes not only a general personal computer, but also a server computer, a cloud system, a smart device such as a smart phone and a tablet, and an embedded system accessible through a communication network.
  • the computer program may be stored and provided in a separate recording medium, and the recording medium may be specially designed and configured for the present invention or may be known and usable to those skilled in the field of computer software. have.
  • the recording medium includes magnetic media such as hard disks, floppy disks and magnetic tapes, optical recording media such as CDs and DVDs, magneto-optical recording media capable of both magnetic and optical recording, ROM, RAM, and flash memory. etc., alone or in combination, may be a hardware device specially configured to store and execute program instructions.
  • the computer program may be a program composed of program instructions, local data files, local data structures, etc. alone or in combination, and may be executed by a computer using an interpreter or the like as well as machine code generated by a compiler. It can be a program written in high-level language code.
  • the list-based automatic compression method for backup data includes the first step of receiving information of objects to be greatly compressed and creating a list (S100), searching a directory for compression that meets the compression target condition. It includes a second step of extracting objects (S200) and a third step of compressing the extracted compression objects (S300).
  • the list-based automatic compression method of the present invention receives characteristic information of objects to be compressed from the user and creates the list. (S100)
  • the characteristic information of the objects to be compressed includes attribute information of the object to be compressed (hereinafter referred to as 'compression target condition') and information necessary for performing compression (hereinafter referred to as 'compression information'). .
  • the compression target conditions are unique information of each target to be compressed, and are conditions for selecting the compression target.
  • the compression target condition may include specific character and specific extension information of the compression targets, specific directory information to be compressed, and directory (hereinafter referred to as 'search range') information to search for the compression target. .
  • the search range means to search all subdirectories included in the upper directory.
  • the compression information is information necessary for compressing the extracted compression targets, and includes automatic compression cycle information, compressed file generation location information, and compression format information.
  • the compression information includes automatic compression cycle information set to automatically perform compression at regular backup intervals, compressed file creation location information specifying an address where a file generated by performing compression is to be stored, and a file when the generated compressed file is saved. It may be compression format information indicating the structure of.
  • the compression format may have an extension such as .zip, .apk, .rar, .7z, or .tar.
  • the list provides the compression target condition and several items of the compression information that can be input from the user, and other items of compression target information desired by the user can be added and provided.
  • the list provides all items of the above-mentioned feature information, but can be selectively input according to the user's needs.
  • the list may be created by directly receiving the compression target conditions and compression information from the user, but in addition, a list file separately prepared by the user may be input.
  • a formatted list file composed of items of information to be compressed that can be input from a user may be separately provided.
  • the list can be created using various codes capable of expressing characters in a computer recognition language on a computer, it is preferable to write it using ASCII code, which can express more characters and is easy to edit compression targets on a computer. do.
  • the list can further add type information input items, and can be made into a white list or a black list according to the user's purpose.
  • compression targets that meet the compression target condition are extracted based on the list (S200).
  • an archive file to temporarily store the compression target is created (S210).
  • the archive file is a file capable of integrating one or more data and storing them in a certain format.
  • copies of extracted compression targets may be recorded in the archive file.
  • a process of determining whether the type information is a whitelist or a blacklist may be further performed.
  • the list is a whitelist, as mentioned above, objects corresponding to the compression target condition are extracted and recorded in the archive file, and conversely, if the list is a blacklist, targets that do not correspond to the compression target condition are extracted. Extract and write to the archive file.
  • the user can perform compression by including or excluding desired backup data through the list according to the type information.
  • the compression is performed (S300) based on the compression information input by the user to the list.
  • a file having an extension according to compression format information input to the list is created at a location input by the user to the list.
  • the method and computer program for automatically compressing backup data based on a prepared list of the present invention automatically extract and compress compression targets based on a list created by a user without the user having to individually select and collect a vast amount of backup data. Since it can manage data, there is an advantage in that missing or redundant data due to human error does not occur, users can manage backup data quickly and easily, and work efficiency can also be improved.
  • the method and computer program for automatically compressing backup data based on a prepared list of the present invention is an information processing industry capable of performing backup by automatically extracting and compressing compression targets based on a list in which attribute information, compression information, etc. of targets to be compressed are created. It can be used industrially in the field.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램에 관한 것으로, 더욱 상세하게는 압축하고자 하는 대상의 속성정보, 압축정보 등이 작성된 리스트를 기반으로 압축 대상들을 자동으로 추출하여 압축을 수행할 수 있는 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램에 관한 것이다.

Description

작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램
본 발명은 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램에 관한 것으로, 더욱 상세하게는 압축하고자 하는 대상의 속성정보, 압축정보 등이 작성된 리스트를 기반으로 압축 대상들을 자동으로 추출 및 압축하여 백업을 수행할 수 있는 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램에 관한 것이다.
일반적으로 기관, 기업, 개인 등을 위한 컴퓨터에서는 컴퓨터 시스템의 장애 또는 사용자의 실수 등으로 인한 데이터 손실이 있는 경우에, 데이터 유실 또는 손상에 의해 발생하는 공백이나 마비를 최소화하기 위해 기본적으로 시스템 또는 데이터 백업이 이루어진다.
이때, 데이터 백업은 사용자의 컴퓨터 상에서 생성 및 처리된 데이터 정보를 별도의 백업 공간에 사본화함을 의미한다.
이러한, 데이터 백업은 사용자에 의해 원본 데이터를 입력 받아 원본 데이터를 백업 영역 내에 저장하거나, 별도의 백업 공간을 갖는 시스템을 설치하여 데이터를 백업하였다.
또한, 데이터 백업은 일정 주기 마다 수행하거나 사용자의 요청에 의하여 백업을 수행하였다.
그러나, 각종 컴퓨터 처리 작업들이 진행됨에 따라 백업해야할 데이터량이 방대해지고 백업 데이터를 보관 및 저장할 공간이 부족하여 백업 데이터 압축을 수행하였다.
여기서, 데이터 압축은 데이터를 더 적은 저장 공간에 효율적으로 저장하거나 데이터 전송 시간을 단축하기 위해 데이터의 크기를 줄이는 기술이다.
이에, 종래에는 백업하고자 하는 파일 또는 디렉터리들을 압축하기 위해 사용자가 압축하고자 하는 대상을 개별적으로 선택하여 압축 프로그램에 입력하거나 압축 대상을 하나의 폴더에 취합하여 압축을 수행하였다.
그러나, 이는 백업하고자 하는 데이터가 많을수록 사용자가 데이터를 취합해야하는 작업 시간이 길어지고 사용자의 과실로 인해 누락되거나 중복되는 데이터가 발생할 수 있으며, 일정 주기 마다 동일한 백업 압축 작업에 사용자의 개입이 매번 요구됨으로 업무의 효율성이 떨어지는 문제점이 있다.
따라서, 방대한 양의 백업하고자 하는 데이터를 압축하는데 있어서, 사용자의 과실로 데이터가 누락되거나 중복되지 않고 많은 시간이 소요되는 반복작업을 사용자가 간편하고 빠르게 처리할 수 있어 업무의 효율성을 향상시킬 수 있는 백업 데이터 자동 압축 방법이 필요하다.
본 발명은 상술한 문제점을 해결하기 위해 안출된 것으로, 본 발명의 목적은 압축하고자 하는 방대한 양의 백업 데이터들을 사용자가 개별적으로 선택하여 취합하지 않아도 사용자가 압축하고자 하는 대상들의 특징 정보를 기반으로 압축 대상들을 자동으로 추출하여 압축을 수행할 수 있기 때문에 사람의 과실로 인한 중복 또는 누락 데이터가 발생하지 않고 동일한 반복 작업을 빠르고 간편하게 수행할 수 있어 업무의 효율성을 향상시킬 수 있는 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램을 제공하는데 있다.
상술한 목적을 해결하기 위해 본 발명은 사용자로부터 압축하고자 하는 대상들의 속성정보(이하, '압축 대상 조건'이라함) 및 압축정보를 입력받아 리스트를 작성하는 제1 단계; 상기 리스트에 입력된 압축 대상 조건에 부합하는 압축 대상들을 탐색하여 추출하는 제2 단계; 및 추출된 압축 대상들을 상기 리스트에 입력된 압축정보를 기반으로 압축을 수행하는 제3 단계;를 포함한다.
바람직한 실시예에 있어서, 상기 압축 대상 조건은 상기 압축 대상들이 갖는 특정 문자 및 특정 확장자 정보와 압축하고자 하는 특정 디렉터리 정보 및 압축 대상을 탐색하고자 하는 디렉터리(이하, '탐색 범위' 이라함) 정보를 포함한다.
바람직한 실시예에 있어서, 상기 압축정보는 자동 압축 주기 정보, 압축 파일 생성 위치 정보 및 압축 포맷 정보를 포함한다.
바람직한 실시예에 있어서, 상기 제1 단계는 상기 리스트를 사용자로부터 실시간으로 직접 입력받아 작성되거나 사용자가 별도로 작성한 리스트 파일을 입력받을 수 있다.
바람직한 실시예에 있어서, 상기 제2 단계:는 상기 압축 대상들을 임시 저장하기 위한 아카이브 파일을 생성하는 단계; 및 상기 탐색 범위에 해당되는 디렉터리 내의 상기 압축 대상 조건에 부합한 압축 대상들을 추출하여 상기 아카이브 파일에 기록하는 단계;를 포함하며, 상기 제3 단계는 상기 탐색 범위에 해당하는 모든 디렉터리의 탐색이 완료된 경우, 상기 압축 대상들이 기록된 아카이브 파일을 압축한다.
바람직한 실시예에 있어서, 상기 리스트는 화이트리스트와 블랙리스트로 분류할 수 있는 타입정보를 더 입력받아 작성될 수 있으며, 상기 제2 단계는 상기 리스트가 화이트리스트일 경우 상기 압축 대상 조건에 해당하는 대상들을 추출하여 상기 아카이브 파일에 기록하고 상기 리스트가 블랙리스트일 경우 상기 압축 대상 조건에 해당하지 않는 대상들을 추출하여 상기 아카이브 파일에 기록한다.
또한, 본 발명은 작성된 리스트 기반 백업 데이터 자동 압축 방법이 기록 매체에 저장된 컴퓨터 프로그램을 더 제공한다.
본 발명은 다음과 같은 우수한 효과가 있다.
본 발명의 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램에 의하면, 사용자로부터 압축하고자 하는 백업 데이터의 속성정보를 입력받아 작성된 리스트를 기반으로 탐색하고 해당되는 데이터들을 자동으로 추출하여 압축할 수 있기 때문에 사람의 과실로 인한 누락 또는 중복 데이터가 발생하지 않고 일정주기마다 백업해야하는 데이터들을 쉽고 간편하게 압축해서 관리할 수 있어 업무의 효율성을 향상시킬 수 있는 장점이 있다.
본 발명에서 얻을 수 있는 효과는 이상에서 언급한 효과들로 제한되지 않으며, 언급하지 않은 또 다른 효과들은 아래의 기재로부터 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 의해 명확하게 이해될 수 있을 것이다.
도 1은 본 발명의 일 실시예에 따른 작성된 리스트 기반 백업 데이터 자동 압축 방법의 제1 순서도,
도 2는 본 발명의 일 실시예에 따른 작성된 리스트 기반 백업 데이터 자동 압축 방법의 제2 순서도이다.
본 발명에서 사용되는 용어는 가능한 현재 널리 사용되는 일반적인 용어를 선택하였으나, 특정한 경우는 출원인이 임의로 선정한 용어도 있는데 이 경우에는 단순한 용어의 명칭이 아닌 발명의 상세한 설명 부분에 기재되거나 사용된 의미를 고려하여 그 의미가 파악되어야 할 것이다.
이하, 첨부한 도면에 도시된 바람직한 실시예들을 참조하여 본 발명의 기술적 구성을 상세하게 설명한다.
그러나, 본 발명은 여기서 설명되는 실시예에 한정되지 않고 다른 형태로 구체화될 수도 있다. 명세서 전체에 걸쳐 동일한 참조번호는 동일한 구성요소를 나타낸다.
도 1은 본 발명의 일 실시예에 따른 작성된 리스트 기반 백업 데이터 자동 압축 방법의 제1 순서도, 도 2는 본 발명의 일 실시예에 따른 작성된 리스트 기반 백업 데이터 자동 압축 방법의 제2 순서도이다.
도 1 내지 도 2를 참조하면, 본 발명의 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램은 사용자가 압축하고자 하는 대상들의 속성정보 및 압축정보 등이 작성된 리스트를 기반으로 압축 대상들을 자동으로 추출하여 압축을 수행할 수 있는 방법에 관한 것이다.
또한, 본 발명의 작성된 리스트 기반 백업 데이터 자동 압축 방법은 컴퓨터에 의해 수행되며, 상기 컴퓨터에는 컴퓨터를 기능시켜 상기 방법을 수행하기 위한 컴퓨터 프로그램이 저장된다.
또한, 상기 컴퓨터는 일반적인 퍼스널 컴퓨터뿐만 아니라, 통신망을 통해 접속 가능한 서버 컴퓨터, 클라우드 시스템, 스마트폰, 태블릿과 같은 스마트 기기, 임베디드 시스템을 포함하는 광의의 컴퓨터이다.
또한, 상기 컴퓨터 프로그램은 별도의 기록 매체에 저장되어 제공될 수 있으며, 상기 기록 매체는 본 발명을 위하여 특별히 설계되어 구성된 것들이거나 컴퓨터 소프트웨어 분야에서 통상의 지식을 가진 자에 공지되어 사용 가능한 것 일 수 있다.
예를 들면, 상기 기록매체는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD, DVD와 같은 광 기록 매체, 자기 및 광 기록을 겸할 수 있는 자기-광 기록 매체, 롬, 램, 플래시 메모리 등 단독 또는 조합에 의해 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치일 수 있다.
또한, 상기 컴퓨터 프로그램은 프로그램 명령, 로컬 데이터 파일, 로컬 데이터 구조 등이 단독 또는 조합으로 구성된 프로그램일 수 있고, 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라, 인터프리터 등을 사용하여 컴퓨터에 의해 실행될 수 있는 고급 언어 코드로 짜여진 프로그램일 수 있다.
이하에서는 본 발명의 일 실시예에 따른 작성된 리스트 기반 백업 데이터 자동 압축 방법에 대하여 자세히 설명한다.
본 발명의 일 실시예에 따른 작성된 리스트 기반 백업 데이터 자동 압축 방법은 크게 압축하고자 하는 대상들의 정보들을 입력받아 리스트를 작성하는 제1 단계(S100), 디렉터리를 탐색하여 상기 압축 대상 조건에 부합하는 압축 대상들을 추출하는 제2 단계(S200) 및 상기 추출된 압축 대상들을 압축하는 제3 단계(S300)을 포함하여 이루어진다.
상세하게는, 먼저 본 발명의 작성된 리스트 기반 백업 데이터 자동 압축 방법은 사용자로부터 압축하고자 하는 대상들의 특징 정보들을 입력받아 상기 리스트를 작성한다.(S100)
여기서, 상기 압축하고자 하는 대상들의 특징 정보들은 압축하고자 하는 대상의 속성정보(이하,'압축 대상 조건'이라함)와 압축을 수행하기 위해 필요한 정보(이하,'압축정보'이라함)를 포함한다.
상기 압축 대상 조건은 압축하고자 하는 대상들이 갖는 각각의 고유정보로서, 상기 압축 대상을 선정하기 위한 조건들이다.
예를 들면, 상기 압축 대상 조건은 상기 압축 대상들이 갖는 특정 문자 및 특정 확장자 정보와 압축하고자 하는 특정 디렉터리 정보 및 상기 압축 대상을 탐색하고자 하는 디렉터리(이하, '탐색 범위' 이라함) 정보일 수 있다.
여기서, 상기 탐색 범위는 상위 디렉터리에 포함된 모든 하위 디렉터리까지 탐색하는 것을 의미한다.
상기 압축정보는 추출된 압축 대상들을 압축하기 위해 필요한 정보로서, 자동 압축 주기 정보, 압축 파일 생성 위치 정보 및 압축 포맷 정보 등을 포함한다.
상세하게는, 상기 압축정보는 일정 백업 주기마다 자동으로 압축을 수행하도록 설정된 자동 압축 주기 정보, 압축 수행으로 생성된 파일이 저장될 주소를 명시한 압축 파일 생성 위치 정보 및 생성된 압축 파일을 저장시 파일의 구조를 나타내는 압축 포맷 정보일 수 있다.
여기서, 상기 압축 포맷은 .zip, .apk, .rar, .7z, .tar 등의 확장자를 갖을 수 있다.
한편, 상기 리스트는 사용자로부터 입력받을 수 있는 상기 압축 대상 조건 및 상기 압축정보의 여러 항목들을 제공하며, 이 외에도 사용자가 원하는 압축 대상 정보들의 항목들을 추가하여 제공할 수 있다.
또한, 상기 리스트는 위에 언급한 특징 정보들의 모든 항목들을 제공하나, 사용자의 필요에 따라 선택적으로 입력될 수 있다.
또한, 상기 리스트는 사용자로부터 직접 상기 압축 대상 조건 및 압축정보를 입력받아 작성될 수 있으나, 이 외에도 사용자가 별도로 작성한 리스트 파일을 입력받을 수 있다.
즉, 본 발명은 사용자로부터 입력받을 수 있는 상기 압축 대상 정보들의 항목들로 구성된 서식 형태의 리스트 파일이 별도로 제공될 수 있다.
또한, 상기 리스트는 컴퓨터 상에서 문자를 컴퓨터 인식 언어로 표현할 수 있는 다양한 코드를 사용하여 작성될 수 있으나, 더 많은 문자를 표현할 수 있어 컴퓨터 상에서 압축 대상 편집이 용이한 아스키 코드를 사용하여 작성하는 것이 바람직하다.
한편, 상기 리스트는 타입정보 입력 항목을 더 추가할 수 있고, 사용자의 목적에 따라 화이트리스트 또는 블랙리스트로 작성될 수 있다.
상기 화이트리스트 및 블랙리스트에 대한 특성은 아래에서 자세히 설명하기로 한다.
다음, 상기 리스트가 작성된 후 상기 리스트를 기반으로 상기 압축 대상 조건에 부합하는 상기 압축 대상들을 추출한다(S200).
상세하게는, 먼저 상기 압축 대상을 임시 저장할 아카이브 파일을 생성한다(S210).
여기서, 상기 아카이브 파일은 하나 이상의 데이터를 통합하여 일정한 형식으로 저장할 수 있는 파일이다.
다음, 사용자가 상기 리스트에 입력한 탐색 범위에 해당되는 데이터, 파일 및 디렉터리(이하, '탐색 대상' 이라함)들 중 상기 압축 대상 조건에 해당하는 대상들을 추출하여 상기 아카이브 파일에 기록한다(S240).
이때, 상기 아카이브 파일에는 추출된 압축 대상들의 복사본이 기록될 수 있다.
한편, 상기 아카이브 파일을 생성한 후에는 상기 타입정보가 화이트리스트인지 블랙리스트인지 판단하는 과정이 더 수행될 수 있다.
이때, 상기 리스트가 화이트리스트일 경우 위에서 언급한 바와 같이 상기 압축 대상 조건에 해당하는 대상들을 추출하여 상기 아카이브 파일에 기록하고, 반대로 상기 리스트가 블랙리스트일 경우 상기 압축 대상 조건에 해당하지 않는 대상들을 추출하여 상기 아카이브 파일에 기록한다.
따라서, 사용자는 상기 타입정보에 따른 리스트를 통해 원하는 백업 데이터를 포함시키거나 제외시켜 압축을 수행할 수 있다.
다음, 상기 탐색 대상들이 상기 압축 대상이 아닌것으로 판단되거나, 상기 압축 대상으로 판단되어 상기 아카이브 파일에 기록된 후에는 상기 탐색 범위에 해당되는 모든 디렉터리들을 탐색하였는지 확인한다(S250).
만약, 상기 탐색 범위에 해당되는 모든 디렉터리들의 탐색이 완료되지 않은 경우, 모든 디렉터리들의 탐색이 완료될 때까지 남은 디렉터리들의 탐색을 계속 수행한다(S220).
다음, 상기 탐색 범위에 해당되는 모든 디렉터리들의 탐색을 완료한 경우(S250), 상기 추출된 압축 대상들이 기록된 상기 아카이브 파일을 압축한다(S300)
이때, 상기 압축 수행(S300)은 사용자가 상기 리스트에 입력한 상기 압축정보를 기반으로 이루어진다.
예를 들면, 상기 압축이 수행된 파일은 사용자가 상기 리스트에 입력한 위치에 상기 리스트에 입력된 압축 포맷 정보에 따른 확장자를 갖는 파일이 생성된다.
따라서, 본 발명의 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램은 사용자가 방대한 양의 백업 데이터들을 일일히 선택하여 취합하지 않아도 사용자가 작성한 리스트를 기반으로 압축 대상들을 자동으로 추출 및 압축하여 백업 데이터를 관리할 수 있기 때문에 사람의 과실로 인한 누락 또는 중복 데이터가 발생하지 않고 사용자가 빠르고 간편하게 백업 데이터를 관리할 수 있으며 업무의 효율성 또한 향상시킬 수 있는 장점이 있다.
이상에서 살펴본 바와 같이 본 발명은 바람직한 실시예를 들어 도시하고 설명하였으나, 상기한 실시예에 한정되지 아니하며 본 발명의 정신을 벗어나지 않는 범위 내에서 당해 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 의해 다양한 변경과 수정이 가능할 것이다.
본 발명의 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램은 압축하고자 하는 대상의 속성정보, 압축정보 등이 작성된 리스트를 기반으로 압축 대상들을 자동으로 추출 및 압축하여 백업을 수행할 수 있는 정보 처리 산업 분야에서 산업상 이용이 가능하다.

Claims (7)

  1. 사용자로부터 압축하고자 하는 대상들의 속성정보(이하, '압축 대상 조건'이라함) 및 압축정보를 입력받아 리스트를 작성하는 제1 단계;
    상기 리스트에 입력된 압축 대상 조건에 부합하는 압축 대상들을 탐색하여 추출하는 제2 단계; 및
    추출된 압축 대상들을 상기 리스트에 입력된 압축정보를 기반으로 압축을 수행하는 제3 단계;를 포함하는 것을 특징으로 하는 작성된 리스트 기반 백업 데이터 자동 압축 방법.
  2. 제 1 항에 있어서,
    상기 압축 대상 조건은 상기 압축 대상들이 갖는 특정 문자 및 특정 확장자 정보와 압축하고자 하는 특정 디렉터리 정보 및 압축 대상을 탐색하고자 하는 디렉터리(이하, '탐색 범위' 이라함) 정보를 포함하는 것을 특징으로 하는 작성된 리스트 기반 백업 데이터 자동 압축 방법.
  3. 제 2 항에 있어서,
    상기 압축정보는 자동 압축 주기 정보, 압축 파일 생성 위치 정보 및 압축 포맷 정보를 포함하는 것을 특징으로 하는 작성된 리스트 기반 백업 데이터 자동 압축 방법.
  4. 제 1 항에 있어서,
    상기 제1 단계는 상기 리스트를 사용자로부터 실시간으로 직접 입력받아 작성되거나 사용자가 별도로 작성한 리스트 파일을 입력받을 수 있는 것을 특징으로 하는 작성된 리스트 기반 백업 데이터 자동 압축 방법.
  5. 제 3 항에 있어서,
    상기 제2 단계:는
    상기 압축 대상들을 임시 저장하기 위한 아카이브 파일을 생성하는 단계; 및
    상기 탐색 범위에 해당되는 디렉터리 내의 상기 압축 대상 조건에 부합한 압축 대상들을 추출하여 상기 아카이브 파일에 기록하는 단계;를 포함하며,
    상기 제3 단계는 상기 탐색 범위에 해당되는 모든 디렉터리의 탐색이 완료된 경우, 상기 압축 대상들이 기록된 아카이브 파일을 압축하는 것을 특징으로 하는 작성된 리스트 기반 백업 데이터 자동 압축 방법.
  6. 제 5 항에 있어서,
    상기 리스트는 화이트리스트와 블랙리스트로 분류할 수 있는 타입정보를 더 입력받아 작성될 수 있으며,
    상기 제2 단계는 상기 리스트가 화이트리스트일 경우 상기 압축 대상 조건에 해당하는 대상들을 추출하여 상기 아카이브 파일에 기록하고 상기 리스트가 블랙리스트일 경우 상기 압축 대상 조건에 해당하지 않는 대상들을 추출하여 상기 아카이브 파일에 기록하는 것을 특징으로 하는 작성된 리스트 기반 백업 데이터 자동 압축 방법.
  7. 제 1 항 내지 제 6 항 중 어느 한 항의 작성된 리스트 기반 백업 데이터 자동 압축 방법이 기록 매체에 저장된 컴퓨터 프로그램.
PCT/KR2022/008010 2021-06-11 2022-06-07 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램 WO2022260399A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2021-0075858 2021-06-11
KR1020210075858A KR20220166946A (ko) 2021-06-11 2021-06-11 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램

Publications (1)

Publication Number Publication Date
WO2022260399A1 true WO2022260399A1 (ko) 2022-12-15

Family

ID=84425293

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/008010 WO2022260399A1 (ko) 2021-06-11 2022-06-07 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램

Country Status (2)

Country Link
KR (1) KR20220166946A (ko)
WO (1) WO2022260399A1 (ko)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120005261A (ko) * 2010-07-08 2012-01-16 삼성전자주식회사 파일 백업 장치 및 방법
KR101542329B1 (ko) * 2014-10-21 2015-08-05 박기용 데이터 자동 백업 시스템 및 그 운용방법
JP2017167811A (ja) * 2016-03-16 2017-09-21 日本電気株式会社 バックアップ制御装置、バックアップ制御方法及びプログラム
US20200004638A1 (en) * 2014-12-29 2020-01-02 International Business Machines Corpration System and method for selective compression in a database backup operation
KR102175094B1 (ko) * 2020-06-04 2020-11-05 최훈권 병렬처리 압축 기반 데이터 중복성 제거를 통한 고효율 데이터 저장 시스템

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120005261A (ko) * 2010-07-08 2012-01-16 삼성전자주식회사 파일 백업 장치 및 방법
KR101542329B1 (ko) * 2014-10-21 2015-08-05 박기용 데이터 자동 백업 시스템 및 그 운용방법
US20200004638A1 (en) * 2014-12-29 2020-01-02 International Business Machines Corpration System and method for selective compression in a database backup operation
JP2017167811A (ja) * 2016-03-16 2017-09-21 日本電気株式会社 バックアップ制御装置、バックアップ制御方法及びプログラム
KR102175094B1 (ko) * 2020-06-04 2020-11-05 최훈권 병렬처리 압축 기반 데이터 중복성 제거를 통한 고효율 데이터 저장 시스템

Also Published As

Publication number Publication date
KR20220166946A (ko) 2022-12-20

Similar Documents

Publication Publication Date Title
US10108543B1 (en) Efficient physical garbage collection using a perfect hash vector
US6131192A (en) Software installation
AU2002344297B2 (en) Management and synchronization application for network file system
CA2291000C (en) File system primitive providing native file system support for remote storage
US5819296A (en) Method and apparatus for moving large numbers of data files between computer systems using import and export processes employing a directory of file handles
AU2002344297A1 (en) Management and synchronization application for network file system
CN108415986B (zh) 一种数据处理方法、装置、系统、介质和计算设备
CN110162429A (zh) 系统修复方法、服务器及存储介质
KR20210058118A (ko) CaseDB: 엣지컴퓨팅을 위한 저비용 Put-Intensive 키-벨류 저장장치
WO2012070757A1 (ko) 전처리가 수행된 파일을 실행하기 위한 파일 처리장치 및 그 방법을 컴퓨터에서 실행시키기 위한 기록매체
WO2020168763A1 (zh) 应用程序的数据分类存储方法、装置、设备以及存储介质
CN107784055A (zh) 基于非关系型数据库的事务处理方法和装置
WO2022260399A1 (ko) 작성된 리스트 기반 백업 데이터 자동 압축 방법 및 컴퓨터 프로그램
KR101826827B1 (ko) 데이터베이스 간의 실시간 통합 복제 시스템
CN104699688A (zh) 一种搜索文件的方法和电子设备
CN107220146A (zh) 一种文件扫描恢复方法及装置
US5951640A (en) Method and apparatus for creating condition sets and extraction programs to identify and retrieve data from files in a network
CN110389939A (zh) 一种基于NoSQL和分布式文件系统的物联网存储系统
WO2009116726A2 (ko) 루트킷 탐지 방법 및 시스템
CN112131194A (zh) 一种只读文件系统的文件存储控制方法及装置、存储介质
KR101082024B1 (ko) 디지털 포렌식 시스템에서 증거 이미지의 색인 관리 장치 및 방법
US20070130379A1 (en) Method for data processing based on an operation route in peripheral equipment
JP2004185270A (ja) アンロードプログラム,ロードプログラム及びデータ移行方法
CN113220953B (zh) 一种数据过滤方法及装置
JPH08263390A (ja) メモリカード内のデータバックアップ方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22820527

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 18567898

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE