WO2013153602A1 - Access information output program and access information output method - Google Patents

Access information output program and access information output method Download PDF

Info

Publication number
WO2013153602A1
WO2013153602A1 PCT/JP2012/059702 JP2012059702W WO2013153602A1 WO 2013153602 A1 WO2013153602 A1 WO 2013153602A1 JP 2012059702 W JP2012059702 W JP 2012059702W WO 2013153602 A1 WO2013153602 A1 WO 2013153602A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
file
information
identifier
unit
Prior art date
Application number
PCT/JP2012/059702
Other languages
French (fr)
Japanese (ja)
Inventor
那由他 石井
泰大 山本
恭平 倉世古
拓嗣 島田
Original Assignee
株式会社Synclogue
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 株式会社Synclogue filed Critical 株式会社Synclogue
Priority to PCT/JP2012/059702 priority Critical patent/WO2013153602A1/en
Publication of WO2013153602A1 publication Critical patent/WO2013153602A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents

Definitions

  • the present invention relates to an access information output program and an access information output method.
  • Patent Document 1 discloses a system that specifies data that has been changed during execution of an application and automatically backs up the specified data.
  • Patent Document 1 it is possible to specify the data changed during the execution of the application as a backup target, but it is not possible to specify the file accessed in the application.
  • an object of the present invention is to make it possible to specify a file accessed in an application.
  • An access information output program uses a computer to store application information, which is information that associates an application identifier that is an application identifier with a process identifier that is an identifier of a process that is executing the application.
  • application information is information that associates an application identifier that is an application identifier with a process identifier that is an identifier of a process that is executing the application.
  • Access information indicating that the process has accessed the file in response to an access request including information that can identify the application monitoring unit stored in the information storage unit, the file to be accessed by the process, and the process identifier of the process It is made to function as an access information output unit that outputs.
  • the application information is information in which the computer associates an application identifier that is an application identifier with a process identifier that is an identifier of a process that is executing the application. Is stored in the application information storage unit, and access information indicating that the process has accessed the file in response to an access request including information capable of specifying the file to be accessed by the process and the process identifier of the process. Output.
  • the “unit” does not simply mean a physical means, but includes a case where the function of the “unit” is realized by software. Also, even if the functions of one “unit” or device are realized by two or more physical means or devices, the functions of two or more “units” or devices are realized by one physical means or device. May be.
  • PC personal computer
  • FIG. 1 It is a block diagram which shows an example of the function which the personal computer (PC) in the 1st Embodiment of this invention has. It is a figure which shows an example of the relationship of the function which PC has. It is a figure which shows an example of the monitoring object application information. It is a figure which shows an example of application information. It is a figure which shows an example of access information. It is a figure which shows an example of specific information. It is a flowchart which shows an example of the file specific process in 1st Embodiment. It is a figure which shows the structural example of the application synchronization system in 2nd Embodiment. It is a block diagram which shows an example of the function which a synchronous server has.
  • FIG. 1 is a block diagram illustrating an example of functions of the personal computer (PC) 10 according to the first embodiment of the present invention.
  • FIG. 2 is a diagram illustrating an example of a function relationship of the PC 10.
  • the PC 10 includes a file storage unit 20, an application execution unit 22, a monitoring target application information storage unit 24, an application monitoring unit 26, an application information storage unit 28, a file system filter driver 30, and an access information storage unit 32.
  • Each unit constituting the PC 10 can be realized, for example, by using a storage area such as a memory or a storage device, or by a processor executing a program stored in the storage area.
  • the application monitoring unit 26, the file system filter driver 30, and the file specifying unit 36 are realized by a processor executing an access information output program.
  • FIG. 1 each part which comprises PC10 is demonstrated, referring FIG.
  • the file storage unit 20 stores various files used in the PC 10.
  • Various files include, for example, programs and data used in an operating system (OS) and applications.
  • OS operating system
  • Each file can be identified by a file ID (file identifier) including a file path name and a file name.
  • the application execution unit 22 executes an application (application program) stored in the file storage unit 20. Specifically, the application execution unit 22 executes the application by generating a “process” that is an instance of the program. Each process is assigned a process ID (process identifier) for identifying the process. In the present embodiment, the application execution unit 22 can execute an application in a user mode. In this embodiment, a process of an application that is a file access monitoring target is called a monitoring target process 100, and a process of an application that is not a monitoring target is called a non-monitoring process 110.
  • the monitoring target application information storage unit 24 stores monitoring target application information, which is information related to an application that is a file access monitoring target.
  • FIG. 3 shows an example of the monitoring target application information.
  • the monitoring target application information includes an application ID (application identifier).
  • the application ID is information for identifying the application, and is, for example, an application name or an executable file name.
  • the application monitoring unit 26 monitors the execution state of the application on the PC 10. If the application specified by the monitoring target application information is being executed, the application monitoring unit 26 acquires the process ID of the application. For example, if the OS of the PC 10 is Windows (registered trademark), it is possible to monitor the execution state of the application and acquire the process ID by using an API (Application Program Interface) function such as ToolHelp32.
  • an API Application Program Interface
  • the application monitoring unit 26 When the process ID of the monitoring target application is acquired, the application monitoring unit 26 generates application information in which the application ID is associated with the process ID, and stores the application information in the application information storage unit 28.
  • FIG. 4 shows an example of application information.
  • the application monitoring unit 26 when the process ID of the monitoring target application is acquired, the application monitoring unit 26 notifies the file system filter driver 30 of the process ID.
  • the application monitoring unit 26 may refer to the application information storage unit 28 instead of notifying the file system filter driver 30 of the process ID.
  • the file system filter driver 30 specifies a file accessed from the monitoring target process 100 by filtering an access request for the file.
  • the file system filter driver 30 is executed in the kernel mode. For example, if the OS of the PC 10 is Windows (registered trademark), an input / output request packet (IRP: I / O Request Packet) is issued when a process accesses a file.
  • IRP input / output request packet
  • the IRP includes information that can specify the file to be accessed and the process ID of the process making the access request. Note that the file ID and process ID itself do not need to be included in the IRP, and it is sufficient that the file ID and process ID can be specified based on the information included in the IRP.
  • IRP is described as an example of an access request. However, the access request is not limited to the IRP, and can be in any format according to the OS.
  • file access is executed by outputting the IRP to the file system driver 34.
  • the file system filter driver 30 can intercept the IRP output to the file system driver 34 and specify a file accessed in the monitoring target process 100. Specifically, when the process ID of the process that issued the IRP is included in the process ID notified from the application monitoring unit 26, the file system filter driver 30 specifies the file ID of the file to be accessed by the IRP. .
  • the file system filter driver 30 can store the process ID notified from the application monitoring unit 26. Then, the file system filter driver 30 generates access information in which the process ID and the file ID are associated with each other, and stores the access information in the access information storage unit 32.
  • FIG. 5 shows an example of access information.
  • the file system filter driver 30 outputs the IRP to the file system driver 34 after generating the access information. If the process ID of the process that issued the IRP is not included in the process ID notified from the application monitoring unit 26, that is, if the process that issued the IPR is the non-monitoring process 110, the file system filter driver 30. Outputs the IRP to the file system driver 34 without generating access information.
  • the file system driver 34 receives the IRP via the file system filter driver 30 and executes access to the file specified by the IRP.
  • the file system driver 34 is executed in the kernel mode.
  • the file specifying unit 36 specifies a file accessed in the monitoring target application based on the application information stored in the application information storage unit 28 and the access information stored in the access information storage unit 32. Specifically, the file specifying unit 36 determines the correspondence between the application ID and the file ID based on the correspondence between the application ID and the process ID in the application information and the correspondence between the process ID and the file ID in the access information. To do. Then, the file specifying unit 36 generates specific information in which the application ID and the file ID are associated with each other, and stores the specific information in the specific information storage unit 38. FIG. 6 shows an example of the specific information.
  • FIG. 7 is a flowchart showing an example of the file specifying process in the first embodiment.
  • the application monitoring unit 26 monitors the execution state of the application by the application execution unit 22 (S700).
  • the application monitoring unit 26 can monitor the execution state of the application by repeatedly executing an API function for acquiring information related to the process being executed at short predetermined intervals.
  • the application monitoring unit 26 When the application monitoring unit 26 detects that the application to be monitored is activated (S701: Y), it acquires the process ID of the application (S702). Then, the application monitoring unit 26 generates application information in which the application ID and the process ID are associated, and stores the application information in the application information storage unit 28 (S703). The application monitoring unit 26 notifies the file system filter driver 30 of the acquired process ID (S704).
  • the file system filter driver 30 stores the process ID notified from the application monitoring unit 26 (S710). As described above, the file system filter driver 30 may refer to the application information storage unit 28 instead of storing the process ID notified from the application monitoring unit 26.
  • the file system filter driver 30 When the file system filter driver 30 receives the IRP (access request) (S711: Y), the file system filter driver 30 acquires the process ID of the application being executed based on the information included in the IRP (S712). When the acquired process ID is included in the process ID notified from the application monitoring unit 26, that is, when it is a process to be monitored (S713: Y), the file system filter driver 30 is based on information included in the IRP. The file ID of the file to be accessed is acquired (S714). Then, the file system filter driver 30 generates access information in which the process ID and the file ID are associated with each other, and stores them in the access information storage unit 32 (S715).
  • the file system filter driver 30 outputs the IRP to the file system driver 34 (S716). If the process is not a process to be monitored (S713: N), the file system filter driver 30 outputs IRP to the file system driver 34 without generating access information (S716).
  • the file specifying unit 36 specifies a file accessed in each application based on the application information stored in the application information storage unit 28 and the access information stored in the access information storage unit 32 (S720). . Then, the file specifying unit 36 generates specific information in which the application ID and the file ID are associated with each other, and stores the specific information in the specific information storage unit 38 (S721).
  • the relationship between the application and the process can be found from the application information, and the relationship between the process and the accessed file can be found from the access information. Therefore, a file accessed by each application can be specified based on the application information and access information. For example, in this embodiment, specific information indicating a file access result by each application is output based on the application information and the access information.
  • this specific information for example, when backing up a program file of each application together with a data file or a setting file required when executing the program to a recording medium or transferring it to another PC, Necessary files can be specified.
  • the application monitoring unit 26 acquires the process ID of the monitoring target application and generates application information. However, the application monitoring unit 26 acquires the process IDs of all the applications and acquires the application information. Information may be generated.
  • FIG. 8 is a diagram illustrating a configuration example of an application synchronization system according to the second embodiment.
  • the application synchronization system includes a synchronization server 200 and a plurality of PCs 210.
  • the synchronization server 200 provides a service for enabling an application to be synchronized between a plurality of PCs 210, and is configured using one or a plurality of information processing apparatuses.
  • the PC 210 is an information processing apparatus that allows a user to execute an application, and can communicate with the synchronization server 200 via a network such as the Internet.
  • the application synchronization means that the execution environment of the application is in the same state.
  • the execution environment includes a program file of an application, a data file required when executing the program, a setting file, and the like.
  • FIG. 9 is a block diagram illustrating an example of the functions of the synchronization server 200.
  • the synchronization server 200 includes a communication unit 300, a user account database (DB) 302, and a synchronization data storage unit 304. These units can be realized, for example, by using a storage area such as a memory or a storage device, or by executing a program stored in the storage area by a processor.
  • a storage area such as a memory or a storage device, or by executing a program stored in the storage area by a processor.
  • the communication unit 300 can transmit and receive data to and from other information processing apparatuses such as the PC 210 via the network. And the communication part 300 can perform various control for synchronizing an application between several PC210.
  • the user account DB 302 stores account information of users who use the application synchronization system.
  • the account information includes a user ID, a password, an email address, and the like.
  • the synchronization data storage unit 304 stores synchronization data that is data for synchronizing a user's application execution environment among a plurality of PCs.
  • FIG. 10 shows an example of synchronization data.
  • the synchronization data includes data stored in the synchronization table and data stored in the data storage.
  • the synchronization table stores a user ID, an application ID, an application file ID, a user file / file ID, and an update date / time
  • the data storage stores application and user file data.
  • the user ID is for identifying each user, and the same information as that registered in the user account DB 302 is used.
  • the application ID is for identifying an application selected as a synchronization target by each user. This application ID may be set, for example, when the user registers the synchronization target application in the synchronization server 200, or may be generated on the synchronization server 200 side.
  • Application is a file including an executable file and DLL (Dynamic Link Library).
  • the application also includes information for designating a folder for storing the application in the PC 210.
  • the application file ID indicates the storage location of the application in the data storage.
  • the user file is a file including user data that is accessed when the application is executed.
  • User data is data for each user that is referred to when the application is executed. For example, each user's e-mail data in an e-mail application for sending and receiving e-mails, each user's bookmark data in a web browser It is.
  • the user file also includes information for designating a folder for storing the user file in the PC 210.
  • the user file / file ID indicates the storage location of the user file in the data storage. The date and time when the application or user file was updated is set as the update date and time.
  • FIG. 11 is a block diagram illustrating an example of functions that the PC 210 has.
  • the PC 210 includes a file storage unit 20, an application execution unit 22, an application monitoring unit 26, an application information storage unit 28, a file system filter driver 30, an access information storage unit 32, a file system driver 34, a file specification unit 36, and a specific information storage. Part 38 is included. Since the functions of these units are the same as those in the first embodiment, description thereof is omitted. Further, the PC 210 includes a synchronization setting unit 400, a synchronization setting storage unit 402, an application activation unit 404, and a synchronization communication unit 406. Each unit constituting the PC 210 can be realized, for example, by using a storage area such as a memory or a storage device, or by executing a program stored in the storage area by a processor.
  • a storage area such as a memory or a storage device
  • the synchronization setting unit 400 performs settings for synchronizing applications among a plurality of PCs 210.
  • FIG. 12 shows an example of a screen displayed at the time of synchronization setting. This screen is displayed when the application synchronization system program is started. By using this screen, the user can register an application to be synchronized or start an application in a synchronized state. For example, when the user moves a shortcut 510 of an application APL001 on the desktop of the PC 210 to the display area 512 of the screen 500 by drag and drop, the synchronization setting unit 400 sets the application specified by the shortcut to be synchronized You can register as an application.
  • any method for causing the synchronization setting unit 400 to recognize the application to be synchronized can be used, not limited to drag and drop.
  • the application to be registered may be specified by pressing an application addition button 514 to display a file reference interface.
  • the synchronization setting unit 400 stores information related to the synchronization target application in the synchronization setting storage unit 402.
  • the synchronization setting unit 400 may store the information related to the synchronization target application in the synchronization data storage unit 304 of the synchronization server 200 instead of storing the information in the synchronization setting storage unit 402.
  • FIG. 13 shows an example of the synchronization setting stored in the synchronization setting storage unit 402.
  • the synchronization setting includes information indicating the user ID, password, application ID, application file ID, user file / file ID, and update date / time.
  • the user ID and password are for using the application synchronization system.
  • the user ID and password are registered by the synchronization setting unit 400 at the start of use of the system.
  • the application ID, application file ID, user file / file ID, and update date / time are equivalent to the information stored in the synchronization data storage unit 304 of the synchronization server 200.
  • the application activation unit 404 activates the synchronization target application in response to a user operation. For example, when the display area 520 assigned to the application APL001 is selected on the screen 500 shown in FIG. 14, the application activation unit 404 refers to the synchronization setting stored in the synchronization setting storage unit 402 and sets the application APL001. to start.
  • the application activated by the application activation unit 404 is executed by the application execution unit 22 in the same manner as other applications.
  • the synchronous communication unit 406 performs data communication for synchronizing applications among a plurality of PCs 210. Specifically, the synchronization communication unit 406 can synchronize the synchronization target application and user file with the synchronization server 200 with reference to the synchronization setting storage unit 402. Specifically, for example, the synchronization communication unit 406 includes the content of the synchronization setting stored in the synchronization setting storage unit 402 and the content of the synchronization data stored in the synchronization data storage unit 304 of the synchronization server 200. It is possible to match the contents of the application and the user file to the latest state for each user ID and application ID.
  • the synchronization communication unit 406 can synchronize the file accessed by the synchronization target application with the synchronization server 200 as a user file based on the specific information stored in the specific information storage unit 38. . That is, the synchronization communication unit 406 cannot include the synchronization setting, but can include a file accessed by the synchronization target application as the synchronization target.
  • the timing at which the synchronization communication unit 406 communicates with the synchronization server 200 is, for example, a predetermined value set by a timer when the application activation unit 404 activates the screen 500 or when the synchronization target application ends. Any timing such as an interval may be used.
  • FIG. 15 is a flowchart illustrating an example of the synchronization processing in the second embodiment.
  • the synchronization communication unit 406 accesses the synchronization server 200 and executes synchronization processing (S1500). Specifically, the synchronization communication unit 406 compares the content of the synchronization setting stored in the synchronization setting storage unit 402 with the content of the synchronization data stored in the synchronization data storage unit 304 of the synchronization server 200. If it is determined that the file stored in the synchronization server 200 is newer than the file stored in the PC 210, the file stored in the synchronization server 210 is stored in the file storage unit 20 of the PC 210. Update the file.
  • the application activation unit 404 activates the selected application (S1501). As a result, a process is generated by the application execution unit 22 and the application is executed.
  • the application monitoring unit 26 acquires the process ID of the application by monitoring the execution state of the application started by the application starting unit 404 (S1502). Note that the application monitoring unit 26 can set the application specified by the synchronization setting as a monitoring target application. That is, in this embodiment, it can be said that the synchronization setting includes monitoring target application information.
  • the application monitoring unit 26 generates application information in which the application ID and the process ID are associated with each other and stores the application information in the application information storage unit 28 (S1503).
  • the application monitoring unit 26 notifies the file system filter driver 30 of the acquired process ID (S1504).
  • the application execution unit 22 executes the application until the processing is completed (S1505, S1506).
  • the file system filter driver 30 stores the process ID notified from the application monitoring unit 26 (S1510).
  • the file system filter driver 30 receives the IRP (access request) (S1511: Y)
  • the file system filter driver 30 acquires the process ID of the application being executed based on the information included in the IRP (S1512).
  • the acquired process ID is included in the process ID notified from the application monitoring unit 26, that is, when it is a process to be monitored (S1513: Y)
  • the file system filter driver 30 is based on information included in the IRP.
  • the file ID of the file to be accessed is acquired (S1514).
  • the file system filter driver 30 generates access information in which the process ID and the file ID are associated with each other, and stores them in the access information storage unit 32 (S1515). Thereafter, the file system filter driver 30 outputs the IRP to the file system driver 34 (S1516). If the process is not a process to be monitored (S1513: N), the file system filter driver 30 outputs IRP to the file system driver 34 without generating access information (S1516).
  • the file specifying unit 36 determines whether to execute the application based on the application information stored in the application information storage unit 28 and the access information stored in the access information storage unit 32.
  • the file accessed in step S1520 is specified (S1520).
  • the file specifying unit 36 generates specific information in which the application ID and the file ID are associated with each other, and stores the specific information in the specific information storage unit 38 (S1521).
  • the synchronization communication unit 406 executes a synchronization process with the synchronization server 200 based on the synchronization setting stored in the synchronization setting storage unit 402 and the specific information stored in the specific information storage unit 38. (S1522).
  • the file accessed in the application can be synchronized. That is, even if it is difficult to specify all the files to be accessed in the application in advance, it is possible to synchronize the files necessary for executing the application.
  • this embodiment is for making an understanding of this invention easy, and is not for limiting and interpreting this invention.
  • the present invention can be changed / improved without departing from the spirit thereof, and the present invention includes equivalents thereof.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The objective of the present invention is to enable the specification of a file accessed in an application. A computer records, in an application information recording unit, application information that is information in which an application identifier that is an identifier for an application and a process identifier that is an identifier for a process being executed by the application are associated, and in accordance with an access request containing information that can specify the process identifier of the process and a file that is the subject of access by the process, access information indicating that the process has accessed the file is output.

Description

アクセス情報出力プログラム及びアクセス情報出力方法Access information output program and access information output method
 本発明は、アクセス情報出力プログラム及びアクセス情報出力方法に関する。 The present invention relates to an access information output program and an access information output method.
 パーソナルコンピュータ等の情報処理装置においてアプリケーションを実行する際には、アプリケーションの実行ファイルに加えて、設定ファイルやユーザデータファイル等の種々のファイルが必要となる。そのため、このようなアプリケーションを、障害復旧用として記録媒体に保存したり、他のコンピュータで利用可能としたりするためには、アプリケーションの実行ファイルのみではなく、アプリケーションにおいてアクセスされるファイルを特定する必要がある。例えば、特許文献1には、アプリケーションの実行時に変更されたデータを特定し、特定されたデータを自動的にバックアップするシステムが開示されている。 When an application is executed in an information processing apparatus such as a personal computer, various files such as a setting file and a user data file are required in addition to the application execution file. Therefore, in order to save such an application on a recording medium for disaster recovery or to make it available to other computers, it is necessary to specify not only the application executable file but also the file accessed in the application. There is. For example, Patent Document 1 discloses a system that specifies data that has been changed during execution of an application and automatically backs up the specified data.
特開2005-209065号公報Japanese Patent Laid-Open No. 2005-209065
 しかしながら、特許文献1に記載されているシステムでは、アプリケーションの実行時に変更されたデータをバックアップ対象として特定することは可能であるものの、アプリーションにおいてアクセスされたファイルを特定することはできない。 However, in the system described in Patent Document 1, it is possible to specify the data changed during the execution of the application as a backup target, but it is not possible to specify the file accessed in the application.
 そこで、本発明は、アプリケーションにおいてアクセスされたファイルを特定可能とすることを目的とする。 Therefore, an object of the present invention is to make it possible to specify a file accessed in an application.
 本発明の一側面に係るアクセス情報出力プログラムは、コンピュータを、アプリケーションの識別子であるアプリケーション識別子と、該アプリケーションの実行中のプロセスの識別子であるプロセス識別子とを対応づけた情報であるアプリケーション情報をアプリケーション情報記憶部に記憶するアプリケーション監視部、プロセスによるアクセス対象のファイルと、該プロセスのプロセス識別子とを特定可能な情報を含むアクセス要求に応じて、該プロセスが該ファイルにアクセスしたことを示すアクセス情報を出力するアクセス情報出力部、として機能させるものである。 An access information output program according to an aspect of the present invention uses a computer to store application information, which is information that associates an application identifier that is an application identifier with a process identifier that is an identifier of a process that is executing the application. Access information indicating that the process has accessed the file in response to an access request including information that can identify the application monitoring unit stored in the information storage unit, the file to be accessed by the process, and the process identifier of the process It is made to function as an access information output unit that outputs.
 また、本発明の一側面に係るアクセス情報出力方法では、コンピュータが、アプリケーションの識別子であるアプリケーション識別子と、該アプリケーションの実行中のプロセスの識別子であるプロセス識別子とを対応づけた情報であるアプリケーション情報をアプリケーション情報記憶部に記憶し、プロセスによるアクセス対象のファイルと、該プロセスのプロセス識別子とを特定可能な情報を含むアクセス要求に応じて、該プロセスが該ファイルにアクセスしたことを示すアクセス情報を出力する。 In the access information output method according to one aspect of the present invention, the application information is information in which the computer associates an application identifier that is an application identifier with a process identifier that is an identifier of a process that is executing the application. Is stored in the application information storage unit, and access information indicating that the process has accessed the file in response to an access request including information capable of specifying the file to be accessed by the process and the process identifier of the process. Output.
 なお、本発明において、「部」とは、単に物理的手段を意味するものではなく、その「部」が有する機能をソフトウェアによって実現する場合も含む。また、1つの「部」や装置が有する機能が2つ以上の物理的手段や装置により実現されても、2つ以上の「部」や装置の機能が1つの物理的手段や装置により実現されてもよい。 In the present invention, the “unit” does not simply mean a physical means, but includes a case where the function of the “unit” is realized by software. Also, even if the functions of one “unit” or device are realized by two or more physical means or devices, the functions of two or more “units” or devices are realized by one physical means or device. May be.
 本発明によれば、アプリケーションにおいてアクセスされたファイルを特定可能となる。 According to the present invention, it is possible to specify a file accessed in an application.
本発明の第1の実施形態におけるパーソナルコンピュータ(PC)が有する機能の一例を示すブロック図である。It is a block diagram which shows an example of the function which the personal computer (PC) in the 1st Embodiment of this invention has. PCが有する機能の関係の一例を示す図である。It is a figure which shows an example of the relationship of the function which PC has. 監視対象アプリケーション情報の一例を示す図である。It is a figure which shows an example of the monitoring object application information. アプリケーション情報の一例を示す図である。It is a figure which shows an example of application information. アクセス情報の一例を示す図である。It is a figure which shows an example of access information. 特定情報の一例を示す図である。It is a figure which shows an example of specific information. 第1の実施形態におけるファイル特定処理の一例を示すフローチャートである。It is a flowchart which shows an example of the file specific process in 1st Embodiment. 第2の実施形態におけるアプリケーション同期システムの構成例を示す図である。It is a figure which shows the structural example of the application synchronization system in 2nd Embodiment. 同期サーバが有する機能の一例を示すブロック図である。It is a block diagram which shows an example of the function which a synchronous server has. 同期用データの一例を示す図である。It is a figure which shows an example of the data for a synchronization. PCが有する機能の一例を示すブロック図である。It is a block diagram which shows an example of the function which PC has. 同期設定の際に表示される画面の一例を示す図である。It is a figure which shows an example of the screen displayed in the case of a synchronous setting. 同期設定の一例を示す図である。It is a figure which shows an example of a synchronous setting. 同期対象のアプリケーションを起動する画面の一例を示す図である。It is a figure which shows an example of the screen which starts the application of a synchronous object. 第2の実施形態における同期処理の一例を示すフローチャートである。It is a flowchart which shows an example of the synchronous process in 2nd Embodiment.
 ==第1の実施形態==
 まず、本発明の第1の実施形態について説明する。図1は、本発明の第1の実施形態におけるパーソナルコンピュータ(PC)10が有する機能の一例を示すブロック図である。また、図2は、PC10が有する機能の関係の一例を示す図である。
== First Embodiment ==
First, a first embodiment of the present invention will be described. FIG. 1 is a block diagram illustrating an example of functions of the personal computer (PC) 10 according to the first embodiment of the present invention. FIG. 2 is a diagram illustrating an example of a function relationship of the PC 10.
 図1に示すように、PC10は、ファイル記憶部20、アプリケーション実行部22、監視対象アプリケーション情報記憶部24、アプリケーション監視部26、アプリケーション情報記憶部28、ファイルシステムフィルタドライバ30、アクセス情報記憶部32、ファイルシステムドライバ34、ファイル特定部36、及び特定情報記憶部38を含んで構成される。PC10を構成する各部は、例えば、メモリや記憶装置等の記憶領域を用いたり、記憶領域に格納されているプログラムをプロセッサが実行したりすることにより実現することができる。特に、アプリケーション監視部26、ファイルシステムフィルタドライバ30、及びファイル特定部36は、アクセス情報出力プログラムをプロセッサが実行することにより実現される。以下、図2を参照しつつ、PC10を構成する各部について説明する。 As shown in FIG. 1, the PC 10 includes a file storage unit 20, an application execution unit 22, a monitoring target application information storage unit 24, an application monitoring unit 26, an application information storage unit 28, a file system filter driver 30, and an access information storage unit 32. A file system driver 34, a file specifying unit 36, and a specific information storage unit 38. Each unit constituting the PC 10 can be realized, for example, by using a storage area such as a memory or a storage device, or by a processor executing a program stored in the storage area. In particular, the application monitoring unit 26, the file system filter driver 30, and the file specifying unit 36 are realized by a processor executing an access information output program. Hereinafter, each part which comprises PC10 is demonstrated, referring FIG.
 ファイル記憶部20は、PC10において用いられる各種ファイルを記憶している。各種ファイルには、例えば、オペレーティングシステム(OS)やアプリケーションで用いられるプログラムやデータが含まれる。各ファイルは、ファイルパス名やファイル名などを含むファイルID(ファイル識別子)により識別することができる。 The file storage unit 20 stores various files used in the PC 10. Various files include, for example, programs and data used in an operating system (OS) and applications. Each file can be identified by a file ID (file identifier) including a file path name and a file name.
 アプリケーション実行部22は、ファイル記憶部20に記憶されているアプリケーション(アプリケーションプログラム)を実行する。具体的には、アプリケーション実行部22は、プログラムのインスタンスである「プロセス」を生成することにより、アプリケーションを実行する。各プロセスには、プロセスを識別するためのプロセスID(プロセス識別子)が割り当てられる。本実施形態では、アプリケーション実行部22は、アプリケーションをユーザモードで実行することができる。また、本実施形態では、ファイルアクセスの監視対象となるアプリケーションのプロセスを監視対象プロセス100、監視対象外のアプリケーションのプロセスを監視対象外プロセス110という。 The application execution unit 22 executes an application (application program) stored in the file storage unit 20. Specifically, the application execution unit 22 executes the application by generating a “process” that is an instance of the program. Each process is assigned a process ID (process identifier) for identifying the process. In the present embodiment, the application execution unit 22 can execute an application in a user mode. In this embodiment, a process of an application that is a file access monitoring target is called a monitoring target process 100, and a process of an application that is not a monitoring target is called a non-monitoring process 110.
 監視対象アプリケーション情報記憶部24は、ファイルアクセスの監視対象となるアプリケーションに関する情報である監視対象アプリケーション情報を記憶する。図3には、監視対象アプリケーション情報の一例が示されている。図3に示す例では、監視対象アプリケーション情報には、アプリケーションID(アプリケーション識別子)が含まれている。アプリケーションIDは、アプリケーションを識別するための情報であり、例えば、アプリケーション名や実行ファイル名等である。 The monitoring target application information storage unit 24 stores monitoring target application information, which is information related to an application that is a file access monitoring target. FIG. 3 shows an example of the monitoring target application information. In the example illustrated in FIG. 3, the monitoring target application information includes an application ID (application identifier). The application ID is information for identifying the application, and is, for example, an application name or an executable file name.
 アプリケーション監視部26は、PC10におけるアプリケーションの実行状態を監視する。アプリケーション監視部26は、監視対象アプリケーション情報によって特定されるアプリケーションが実行されている場合には、当該アプリケーションのプロセスIDを取得する。例えば、PC10のOSがWindows(登録商標)の場合であれば、ToolHelp32等のAPI(Application Program Interface)関数を用いることにより、アプリケーションの実行状態の監視や、プロセスIDの取得を行うことができる。監視対象アプリケーションのプロセスIDが取得された場合、アプリケーション監視部26は、アプリケーションIDとプロセスIDとを対応づけたアプリケーション情報を生成し、アプリケーション情報記憶部28に格納する。図4には、アプリケーション情報の一例が示されている。 The application monitoring unit 26 monitors the execution state of the application on the PC 10. If the application specified by the monitoring target application information is being executed, the application monitoring unit 26 acquires the process ID of the application. For example, if the OS of the PC 10 is Windows (registered trademark), it is possible to monitor the execution state of the application and acquire the process ID by using an API (Application Program Interface) function such as ToolHelp32. When the process ID of the monitoring target application is acquired, the application monitoring unit 26 generates application information in which the application ID is associated with the process ID, and stores the application information in the application information storage unit 28. FIG. 4 shows an example of application information.
 また、アプリケーション監視部26は、監視対象アプリケーションのプロセスIDが取得された場合、当該プロセスIDを、ファイルシステムフィルタドライバ30に通知する。なお、アプリケーション監視部26がプロセスIDをファイルシステムフィルタドライバ30に通知するのではなく、ファイルシステムフィルタドライバ30がアプリケーション情報記憶部28を参照することとしてもよい。 In addition, when the process ID of the monitoring target application is acquired, the application monitoring unit 26 notifies the file system filter driver 30 of the process ID. The application monitoring unit 26 may refer to the application information storage unit 28 instead of notifying the file system filter driver 30 of the process ID.
 ファイルシステムフィルタドライバ30(アクセス情報出力部)は、ファイルに対するアクセス要求をフィルタリングすることにより、監視対象プロセス100からアクセスされたファイルを特定する。本実施形態では、ファイルシステムフィルタドライバ30は、カーネルモードで実行されることとする。例えば、PC10のOSがWindows(登録商標)の場合であれば、プロセスからファイルへのアクセスが行われる際には入出力要求パケット(IRP:I/O Request Packet)が発行される。IRPには、アクセス対象のファイルと、アクセス要求を行っているプロセスのプロセスIDとを特定可能な情報が含まれている。なお、ファイルIDやプロセスIDそのものがIRPに含まれている必要はなく、IRPに含まれる情報に基づいて、ファイルIDやプロセスIDを特定可能であればよい。また、本実施形態ではIRPをアクセス要求の一例として説明するが、アクセス要求はIRPに限定されず、OSに応じた任意の形式とすることができる。 The file system filter driver 30 (access information output unit) specifies a file accessed from the monitoring target process 100 by filtering an access request for the file. In the present embodiment, the file system filter driver 30 is executed in the kernel mode. For example, if the OS of the PC 10 is Windows (registered trademark), an input / output request packet (IRP: I / O Request Packet) is issued when a process accesses a file. The IRP includes information that can specify the file to be accessed and the process ID of the process making the access request. Note that the file ID and process ID itself do not need to be included in the IRP, and it is sufficient that the file ID and process ID can be specified based on the information included in the IRP. In this embodiment, IRP is described as an example of an access request. However, the access request is not limited to the IRP, and can be in any format according to the OS.
 ファイルシステムフィルタドライバ30が存在しない構成においては、IRPがファイルシステムドライバ34に出力されることにより、ファイルアクセスが実行される。ファイルシステムフィルタドライバ30は、ファイルシステムドライバ34に出力されるIRPを横取りし、監視対象プロセス100においてアクセスされたファイルを特定することができる。具体的には、ファイルシステムフィルタドライバ30は、IRPを発行したプロセスのプロセスIDが、アプリケーション監視部26から通知されたプロセスIDに含まれる場合、当該IRPによるアクセス対象のファイルのファイルIDを特定する。なお、ファイルシステムフィルタドライバ30は、アプリケーション監視部26から通知されたプロセスIDを記憶しておくことができる。そして、ファイルシステムフィルタドライバ30は、プロセスID及びファイルIDを対応づけたアクセス情報を生成し、アクセス情報記憶部32に格納する。図5には、アクセス情報の一例が示されている。 In a configuration where the file system filter driver 30 does not exist, file access is executed by outputting the IRP to the file system driver 34. The file system filter driver 30 can intercept the IRP output to the file system driver 34 and specify a file accessed in the monitoring target process 100. Specifically, when the process ID of the process that issued the IRP is included in the process ID notified from the application monitoring unit 26, the file system filter driver 30 specifies the file ID of the file to be accessed by the IRP. . The file system filter driver 30 can store the process ID notified from the application monitoring unit 26. Then, the file system filter driver 30 generates access information in which the process ID and the file ID are associated with each other, and stores the access information in the access information storage unit 32. FIG. 5 shows an example of access information.
 ファイルシステムフィルタドライバ30は、アクセス情報の生成後に、IRPをファイルシステムドライバ34に出力する。また、IRPを発行したプロセスのプロセスIDが、アプリケーション監視部26から通知されたプロセスIDに含まれない場合、すなわち、IPRを発行したプロセスが監視対象外プロセス110である場合、ファイルシステムフィルタドライバ30は、アクセス情報を生成せずにIRPをファイルシステムドライバ34に出力する。 The file system filter driver 30 outputs the IRP to the file system driver 34 after generating the access information. If the process ID of the process that issued the IRP is not included in the process ID notified from the application monitoring unit 26, that is, if the process that issued the IPR is the non-monitoring process 110, the file system filter driver 30. Outputs the IRP to the file system driver 34 without generating access information.
 ファイルシステムドライバ34は、ファイルシステムフィルタドライバ30経由でIRPを受け取り、IRPによって特定されるファイルへのアクセスを実行する。本実施形態では、ファイルシステムドライバ34は、カーネルモードで実行されることとする。 The file system driver 34 receives the IRP via the file system filter driver 30 and executes access to the file specified by the IRP. In the present embodiment, the file system driver 34 is executed in the kernel mode.
 ファイル特定部36は、アプリケーション情報記憶部28に記憶されているアプリケーション情報と、アクセス情報記憶部32に記憶されているアクセス情報とに基づいて、監視対象のアプリケーションにおいてアクセスされたファイルを特定する。具体的には、ファイル特定部36は、アプリケーション情報におけるアプリケーションID及びプロセスIDの対応関係と、アクセス情報におけるプロセスID及びファイルIDの対応関係とに基づいて、アプリケーションID及びファイルIDの対応関係を判定する。そして、ファイル特定部36は、アプリケーションID及びファイルIDを対応づけた特定情報を生成し、特定情報記憶部38に格納する。図6には、特定情報の一例が示されている。 The file specifying unit 36 specifies a file accessed in the monitoring target application based on the application information stored in the application information storage unit 28 and the access information stored in the access information storage unit 32. Specifically, the file specifying unit 36 determines the correspondence between the application ID and the file ID based on the correspondence between the application ID and the process ID in the application information and the correspondence between the process ID and the file ID in the access information. To do. Then, the file specifying unit 36 generates specific information in which the application ID and the file ID are associated with each other, and stores the specific information in the specific information storage unit 38. FIG. 6 shows an example of the specific information.
 図7は、第1の実施形態におけるファイル特定処理の一例を示すフローチャートである。アプリケーション監視部26は、アプリケーション実行部22によるアプリケーションの実行状態を監視する(S700)。例えば、アプリケーション監視部26は、実行中のプロセスに関する情報を取得するためのAPI関数を短い所定の間隔で繰り返し実行することにより、アプリケーションの実行状態を監視することができる。 FIG. 7 is a flowchart showing an example of the file specifying process in the first embodiment. The application monitoring unit 26 monitors the execution state of the application by the application execution unit 22 (S700). For example, the application monitoring unit 26 can monitor the execution state of the application by repeatedly executing an API function for acquiring information related to the process being executed at short predetermined intervals.
 アプリケーション監視部26は、監視対象のアプリケーションが起動されていることを検知すると(S701:Y)、当該アプリケーションのプロセスIDを取得する(S702)。そして、アプリケーション監視部26は、アプリケーションID及びプロセスIDを対応づけたアプリケーション情報を生成し、アプリケーション情報記憶部28に格納する(S703)。また、アプリケーション監視部26は、取得したプロセスIDをファイルシステムフィルタドライバ30に通知する(S704)。 When the application monitoring unit 26 detects that the application to be monitored is activated (S701: Y), it acquires the process ID of the application (S702). Then, the application monitoring unit 26 generates application information in which the application ID and the process ID are associated, and stores the application information in the application information storage unit 28 (S703). The application monitoring unit 26 notifies the file system filter driver 30 of the acquired process ID (S704).
 ファイルシステムフィルタドライバ30は、アプリケーション監視部26から通知されたプロセスIDを記憶する(S710)。なお、前述したように、ファイルシステムフィルタドライバ30は、アプリケーション監視部26から通知されたプロセスIDを記憶するのではなく、アプリケーション情報記憶部28を参照することとしてもよい。 The file system filter driver 30 stores the process ID notified from the application monitoring unit 26 (S710). As described above, the file system filter driver 30 may refer to the application information storage unit 28 instead of storing the process ID notified from the application monitoring unit 26.
 ファイルシステムフィルタドライバ30は、IRP(アクセス要求)を受信すると(S711:Y)、当該IRPに含まれる情報に基づいて、実行中のアプリケーションのプロセスIDを取得する(S712)。取得したプロセスIDが、アプリケーション監視部26から通知されたプロセスIDに含まれる場合、すなわち、監視対象プロセスである場合(S713:Y)、ファイルシステムフィルタドライバ30は、IRPに含まれる情報に基づいて、アクセス対象のファイルのファイルIDを取得する(S714)。そして、ファイルシステムフィルタドライバ30は、プロセスID及びファイルIDを対応づけたアクセス情報を生成し、アクセス情報記憶部32に格納する(S715)。その後、ファイルシステムフィルタドライバ30は、IRPをファイルシステムドライバ34へ出力する(S716)。なお、監視対象プロセスではない場合(S713:N)、ファイルシステムフィルタドライバ30は、アクセス情報を生成せずにIRPをファイルシステムドライバ34へ出力する(S716)。 When the file system filter driver 30 receives the IRP (access request) (S711: Y), the file system filter driver 30 acquires the process ID of the application being executed based on the information included in the IRP (S712). When the acquired process ID is included in the process ID notified from the application monitoring unit 26, that is, when it is a process to be monitored (S713: Y), the file system filter driver 30 is based on information included in the IRP. The file ID of the file to be accessed is acquired (S714). Then, the file system filter driver 30 generates access information in which the process ID and the file ID are associated with each other, and stores them in the access information storage unit 32 (S715). Thereafter, the file system filter driver 30 outputs the IRP to the file system driver 34 (S716). If the process is not a process to be monitored (S713: N), the file system filter driver 30 outputs IRP to the file system driver 34 without generating access information (S716).
 ファイル特定部36は、アプリケーション情報記憶部28に格納されているアプリケーション情報と、アクセス情報記憶部32に記憶されているアクセス情報とに基づいて、各アプリケーションにおいてアクセスされたファイルを特定する(S720)。そして、ファイル特定部36は、アプリケーションID及びファイルIDを対応づけた特定情報を生成し、特定情報記憶部38に格納する(S721)。 The file specifying unit 36 specifies a file accessed in each application based on the application information stored in the application information storage unit 28 and the access information stored in the access information storage unit 32 (S720). . Then, the file specifying unit 36 generates specific information in which the application ID and the file ID are associated with each other, and stores the specific information in the specific information storage unit 38 (S721).
 このように、本実施形態によれば、アプリケーション情報によってアプリケーションとプロセスとの関係がわかり、アクセス情報によってプロセスとアクセスされたファイルとの関係がわかる。したがって、アプリケーション情報及びアクセス情報に基づいて、各アプリケーションによってアクセスされたファイルを特定することが可能となる。例えば、本実施形態では、アプリケーション情報及びアクセス情報に基づいて、各アプリケーションによるファイルのアクセス結果を示す特定情報が出力される。この特定情報を参照することにより、例えば、各アプリケーションのプログラムファイルを、プログラムの実行時に必要となるデータファイルや設定ファイル等とともに、記録媒体にバックアップしたり他のPCへ転送したりする際に、必要なファイルを特定することができる。 Thus, according to the present embodiment, the relationship between the application and the process can be found from the application information, and the relationship between the process and the accessed file can be found from the access information. Therefore, a file accessed by each application can be specified based on the application information and access information. For example, in this embodiment, specific information indicating a file access result by each application is output based on the application information and the access information. By referring to this specific information, for example, when backing up a program file of each application together with a data file or a setting file required when executing the program to a recording medium or transferring it to another PC, Necessary files can be specified.
 なお、本実施形態では、アプリケーション監視部26は、監視対象アプリケーションのプロセスIDを取得してアプリケーション情報を生成することとしたが、アプリケーション監視部26は、全てのアプリケーションのプロセスIDを取得してアプリケーション情報を生成することとしてもよい。 In the present embodiment, the application monitoring unit 26 acquires the process ID of the monitoring target application and generates application information. However, the application monitoring unit 26 acquires the process IDs of all the applications and acquires the application information. Information may be generated.
 ==第2の実施形態==
 次に、本発明の第2の実施形態について説明する。第2の実施形態では、特定情報を用いることにより、複数のPC間においてアプリケーションの同期処理が実行される。図8は、第2の実施形態におけるアプリケーション同期システムの構成例を示す図である。図8に示すように、アプリケーション同期システムは、同期サーバ200、及び複数台のPC210を含んで構成される。同期サーバ200は、複数のPC210間でアプリケーションを同期可能とするためのサービスを提供するものであり、1台または複数台の情報処理装置を用いて構成される。PC210は、ユーザがアプリケーションを実行させるための情報処理装置であり、同期サーバ200とインターネット等のネットワークを介して通信可能である。
== Second Embodiment ==
Next, a second embodiment of the present invention will be described. In the second embodiment, application synchronization processing is executed among a plurality of PCs by using specific information. FIG. 8 is a diagram illustrating a configuration example of an application synchronization system according to the second embodiment. As shown in FIG. 8, the application synchronization system includes a synchronization server 200 and a plurality of PCs 210. The synchronization server 200 provides a service for enabling an application to be synchronized between a plurality of PCs 210, and is configured using one or a plurality of information processing apparatuses. The PC 210 is an information processing apparatus that allows a user to execute an application, and can communicate with the synchronization server 200 via a network such as the Internet.
 ここで、例えばユーザ「USER001」は、PC210-1及びPC210-2の2台のPCを保有しているとする。このユーザ「USER001」は、同期サーバ200により提供されるアプリケーション同期システムを用いることにより、各PCに個別にアプリケーションをインストールしたり、手動でデータを同期させたりする必要なく、PC210-1及びPC210-2において同期された状態でアプリケーションを実行することが可能である。ここで、アプリケーションの同期とは、アプリケーションの実行環境を同一の状態にすることをいう。なお、実行環境には、アプリケーションのプログラムファイルや、プログラムの実行時に必要となるデータファイルや設定ファイルなどが含まれる。複数のPC間でアプリケーションが同期されることにより、ユーザはどのPCを用いる場合においても同じ状態でアプリケーションを実行することが可能となる。 Here, for example, it is assumed that the user “USER001” has two PCs, PC 210-1 and PC 210-2. By using the application synchronization system provided by the synchronization server 200, the user “USER001” does not need to install an application individually on each PC or manually synchronize data, and the PC 210-1 and the PC 210- It is possible to execute the application in a synchronized state in FIG. Here, the application synchronization means that the execution environment of the application is in the same state. Note that the execution environment includes a program file of an application, a data file required when executing the program, a setting file, and the like. By synchronizing applications among a plurality of PCs, the user can execute the applications in the same state regardless of which PC is used.
 図9は、同期サーバ200が有する機能の一例を示すブロック図である。図9に示すように、同期サーバ200は、通信部300、ユーザアカウントデータベース(DB)302、同期用データ記憶部304を含んで構成される。これらの各部は、例えば、メモリや記憶装置等の記憶領域を用いたり、記憶領域に格納されているプログラムをプロセッサが実行したりすることにより実現することができる。 FIG. 9 is a block diagram illustrating an example of the functions of the synchronization server 200. As shown in FIG. 9, the synchronization server 200 includes a communication unit 300, a user account database (DB) 302, and a synchronization data storage unit 304. These units can be realized, for example, by using a storage area such as a memory or a storage device, or by executing a program stored in the storage area by a processor.
 通信部300は、ネットワークを介してPC210等の他の情報処理装置との間でデータの送受信を行うことが可能である。そして、通信部300は、複数のPC210間でアプリケーションを同期させるための各種制御を行うことが可能である。 The communication unit 300 can transmit and receive data to and from other information processing apparatuses such as the PC 210 via the network. And the communication part 300 can perform various control for synchronizing an application between several PC210.
 ユーザアカウントDB302は、アプリケーション同期システムを利用するユーザのアカウント情報を記憶するものである。例えば、アカウント情報には、ユーザIDやパスワード、メールアドレスなどが含まれる。 The user account DB 302 stores account information of users who use the application synchronization system. For example, the account information includes a user ID, a password, an email address, and the like.
 同期用データ記憶部304は、複数のPC間でユーザのアプリケーション実行環境を同期させるためのデータである同期用データを記憶するものである。図10には、同期用データの一例が示されている。図10に示す例では、同期用データは、同期用テーブルに格納されるデータと、データストレージに格納されるデータとにより構成されている。同期用テーブルには、ユーザID、アプリケーションID、アプリケーション・ファイルID、ユーザファイル・ファイルID、及び更新日時が格納され、データストレージには、アプリケーション及びユーザファイルのデータが格納されている。 The synchronization data storage unit 304 stores synchronization data that is data for synchronizing a user's application execution environment among a plurality of PCs. FIG. 10 shows an example of synchronization data. In the example illustrated in FIG. 10, the synchronization data includes data stored in the synchronization table and data stored in the data storage. The synchronization table stores a user ID, an application ID, an application file ID, a user file / file ID, and an update date / time, and the data storage stores application and user file data.
 ユーザIDは、各ユーザを識別するためのものであり、ユーザアカウントDB302に登録されている情報と同じものが使用されている。アプリケーションIDは、各ユーザが同期対象として選択したアプリケーションを識別するためのものである。このアプリケーションIDは、例えば、ユーザが同期対象のアプリケーションを同期サーバ200に登録する際に設定することとしてもよいし、同期サーバ200側で生成されることとしてもよい。 The user ID is for identifying each user, and the same information as that registered in the user account DB 302 is used. The application ID is for identifying an application selected as a synchronization target by each user. This application ID may be set, for example, when the user registers the synchronization target application in the synchronization server 200, or may be generated on the synchronization server 200 side.
 アプリケーションは、実行ファイルやDLL(Dynamic Link Library)などを含むファイルである。また、アプリケーションには、PC210においてアプリケーションを格納するフォルダを指定するための情報も含まれている。そして、アプリケーション・ファイルIDは、データストレージ内におけるアプリケーションの格納場所を示すものである。ユーザファイルは、アプリケーションの実行時にアクセスされるユーザデータを含むファイルである。ユーザデータとは、アプリケーションの実行時に参照されるユーザごとのデータであり、例えば、電子メールの送受信を行うための電子メールアプリケーションにおける各ユーザの電子メールデータや、Webブラウザにおける各ユーザのブックマークデータなどである。また、ユーザファイルには、PC210においてユーザファイルを格納するフォルダを指定するための情報も含まれている。そして、ユーザファイル・ファイルIDは、データストレージ内におけるユーザファイルの格納場所を示すものである。更新日時には、アプリケーションまたはユーザファイルが更新された日時が設定される。 Application is a file including an executable file and DLL (Dynamic Link Library). The application also includes information for designating a folder for storing the application in the PC 210. The application file ID indicates the storage location of the application in the data storage. The user file is a file including user data that is accessed when the application is executed. User data is data for each user that is referred to when the application is executed. For example, each user's e-mail data in an e-mail application for sending and receiving e-mails, each user's bookmark data in a web browser It is. The user file also includes information for designating a folder for storing the user file in the PC 210. The user file / file ID indicates the storage location of the user file in the data storage. The date and time when the application or user file was updated is set as the update date and time.
 図11は、PC210が有する機能の一例を示すブロック図である。PC210は、ファイル記憶部20、アプリケーション実行部22、アプリケーション監視部26、アプリケーション情報記憶部28、ファイルシステムフィルタドライバ30、アクセス情報記憶部32、ファイルシステムドライバ34、ファイル特定部36、及び特定情報記憶部38を含んでいる。これらの各部の機能は第1の実施形態と同様であるため説明を省略する。さらに、PC210は、同期設定部400、同期設定記憶部402、アプリケーション起動部404、及び同期通信部406を含んで構成される。PC210を構成する各部は、例えば、メモリや記憶装置等の記憶領域を用いたり、記憶領域に格納されているプログラムをプロセッサが実行したりすることにより実現することができる。 FIG. 11 is a block diagram illustrating an example of functions that the PC 210 has. The PC 210 includes a file storage unit 20, an application execution unit 22, an application monitoring unit 26, an application information storage unit 28, a file system filter driver 30, an access information storage unit 32, a file system driver 34, a file specification unit 36, and a specific information storage. Part 38 is included. Since the functions of these units are the same as those in the first embodiment, description thereof is omitted. Further, the PC 210 includes a synchronization setting unit 400, a synchronization setting storage unit 402, an application activation unit 404, and a synchronization communication unit 406. Each unit constituting the PC 210 can be realized, for example, by using a storage area such as a memory or a storage device, or by executing a program stored in the storage area by a processor.
 同期設定部400は、複数のPC210間でアプリケーションを同期させるための設定を行うものである。図12には、同期設定の際に表示される画面の一例が示されている。この画面は、アプリケーション同期システム用のプログラムが起動されることにより表示される。ユーザは、この画面を用いることにより、同期対象のアプリケーションを登録したり、同期された状態のアプリケーションを起動したりすることができる。例えば、ユーザが、PC210のデスクトップ等にある、あるアプリケーションAPL001のショートカット510をドラッグアンドドロップによって画面500の表示領域512に移動させると、同期設定部400は、このショートカットにより特定されるアプリケーションを同期対象のアプリケーションとして登録することができる。 The synchronization setting unit 400 performs settings for synchronizing applications among a plurality of PCs 210. FIG. 12 shows an example of a screen displayed at the time of synchronization setting. This screen is displayed when the application synchronization system program is started. By using this screen, the user can register an application to be synchronized or start an application in a synchronized state. For example, when the user moves a shortcut 510 of an application APL001 on the desktop of the PC 210 to the display area 512 of the screen 500 by drag and drop, the synchronization setting unit 400 sets the application specified by the shortcut to be synchronized You can register as an application.
 なお、ドラッグアンドドロップに限らず、同期対象のアプリケーションを同期設定部400に認識させるための任意の手法を用いることができる。例えば、図12に示すように、アプリケーション追加ボタン514を押下してファイル参照用のインタフェースを表示させることにより、登録対象のアプリケーションが特定されることとしてもよい。そして、同期設定部400は、同期対象のアプリケーションに関する情報を同期設定記憶部402に格納する。なお、同期設定部400は、同期対象のアプリケーションに関する情報を同期設定記憶部402に格納するのではなく、同期サーバ200の同期用データ記憶部304に格納することとしてもよい。 It should be noted that any method for causing the synchronization setting unit 400 to recognize the application to be synchronized can be used, not limited to drag and drop. For example, as shown in FIG. 12, the application to be registered may be specified by pressing an application addition button 514 to display a file reference interface. Then, the synchronization setting unit 400 stores information related to the synchronization target application in the synchronization setting storage unit 402. Note that the synchronization setting unit 400 may store the information related to the synchronization target application in the synchronization data storage unit 304 of the synchronization server 200 instead of storing the information in the synchronization setting storage unit 402.
 図13は、同期設定記憶部402に記憶される同期設定の一例が示されている。図13に示すように、同期設定には、ユーザID、パスワード、アプリケーションID、アプリケーション・ファイルID、ユーザファイル・ファイルID、及び更新日時を示す情報が含まれている。ユーザID及びパスワードは、アプリケーション同期システムを用いるためのものであり、例えば、本システムの利用開始時に同期設定部400により登録される。アプリケーションID、アプリケーション・ファイルID、ユーザファイル・ファイルID、及び更新日時は、同期サーバ200の同期用データ記憶部304に格納されている情報と同等のものである。 FIG. 13 shows an example of the synchronization setting stored in the synchronization setting storage unit 402. As shown in FIG. 13, the synchronization setting includes information indicating the user ID, password, application ID, application file ID, user file / file ID, and update date / time. The user ID and password are for using the application synchronization system. For example, the user ID and password are registered by the synchronization setting unit 400 at the start of use of the system. The application ID, application file ID, user file / file ID, and update date / time are equivalent to the information stored in the synchronization data storage unit 304 of the synchronization server 200.
 アプリケーション起動部404は、ユーザ操作に応じて同期対象のアプリケーションを起動する。例えば、アプリケーション起動部404は、図14に示す画面500において、アプリケーションAPL001に割り当てられた表示領域520が選択されると、同期設定記憶部402に格納されている同期設定を参照し、アプリケーションAPL001を起動する。アプリケーション起動部404により起動されたアプリケーションは、他のアプリケーションと同様に、アプリケーション実行部22により実行される。 The application activation unit 404 activates the synchronization target application in response to a user operation. For example, when the display area 520 assigned to the application APL001 is selected on the screen 500 shown in FIG. 14, the application activation unit 404 refers to the synchronization setting stored in the synchronization setting storage unit 402 and sets the application APL001. to start. The application activated by the application activation unit 404 is executed by the application execution unit 22 in the same manner as other applications.
 同期通信部406は、複数のPC210の間でアプリケーションを同期させるためのデータ通信を行うものである。具体的には、同期通信部406は、同期設定記憶部402を参照し、同期対象のアプリケーション及びユーザファイルを、同期サーバ200との間で同期させることができる。具体的には、例えば、同期通信部406は、同期設定記憶部402に記憶されている同期設定の内容と、同期サーバ200の同期用データ記憶部304に記憶されている同期用データの内容とを比較することにより、アプリケーション及びユーザファイルの内容を、ユーザID及びアプリケーションIDごとに最新の状態に合わせることが可能である。さらに、同期通信部406は、特定情報記憶部38に記憶されている特定情報に基づいて、同期対象のアプリケーションによってアクセスされたファイルを、ユーザファイルとして同期サーバ200との間で同期させることができる。つまり、同期通信部406は、同期設定では特定することができないが、同期対象のアプリケーションによってアクセスされたファイルを同期対象に含めることができる。なお、同期通信部406が同期サーバ200との間で通信を行うタイミングは、例えば、アプリケーション起動部404が画面500を起動した際や、同期対象のアプリケーションが終了した際、タイマにより設定される所定間隔など、任意のタイミングであってよい。 The synchronous communication unit 406 performs data communication for synchronizing applications among a plurality of PCs 210. Specifically, the synchronization communication unit 406 can synchronize the synchronization target application and user file with the synchronization server 200 with reference to the synchronization setting storage unit 402. Specifically, for example, the synchronization communication unit 406 includes the content of the synchronization setting stored in the synchronization setting storage unit 402 and the content of the synchronization data stored in the synchronization data storage unit 304 of the synchronization server 200. It is possible to match the contents of the application and the user file to the latest state for each user ID and application ID. Furthermore, the synchronization communication unit 406 can synchronize the file accessed by the synchronization target application with the synchronization server 200 as a user file based on the specific information stored in the specific information storage unit 38. . That is, the synchronization communication unit 406 cannot include the synchronization setting, but can include a file accessed by the synchronization target application as the synchronization target. Note that the timing at which the synchronization communication unit 406 communicates with the synchronization server 200 is, for example, a predetermined value set by a timer when the application activation unit 404 activates the screen 500 or when the synchronization target application ends. Any timing such as an interval may be used.
 図15は、第2の実施形態における同期処理の一例を示すフローチャートである。アプリケーション同期システム用のプログラムが起動されると、同期通信部406は、同期サーバ200にアクセスして同期処理を実行する(S1500)。具体的には、同期通信部406は、同期設定記憶部402に格納されている同期設定の内容と、同期サーバ200の同期用データ記憶部304に格納されている同期用データの内容とを比較し、同期サーバ200に格納されているファイルがPC210に格納されているファイルよりも新しいと判断される場合は、同期サーバ210に格納されているファイルによってPC210のファイル記憶部20に格納されているファイルを更新する。 FIG. 15 is a flowchart illustrating an example of the synchronization processing in the second embodiment. When the program for the application synchronization system is activated, the synchronization communication unit 406 accesses the synchronization server 200 and executes synchronization processing (S1500). Specifically, the synchronization communication unit 406 compares the content of the synchronization setting stored in the synchronization setting storage unit 402 with the content of the synchronization data stored in the synchronization data storage unit 304 of the synchronization server 200. If it is determined that the file stored in the synchronization server 200 is newer than the file stored in the PC 210, the file stored in the synchronization server 210 is stored in the file storage unit 20 of the PC 210. Update the file.
 アプリケーション起動部404は、例えば図14に示すように、実行するアプリケーションが選択されると、選択されたアプリケーションを起動する(S1501)。これにより、アプリケーション実行部22によって、プロセスが生成され、アプリケーションが実行されることとなる。 For example, as illustrated in FIG. 14, when an application to be executed is selected, the application activation unit 404 activates the selected application (S1501). As a result, a process is generated by the application execution unit 22 and the application is executed.
 アプリケーション監視部26は、アプリケーション起動部404により起動されたアプリケーションの実行状態を監視することにより、当該アプリケーションのプロセスIDを取得する(S1502)。なお、アプリケーション監視部26は、同期設定によって特定されるアプリケーションを監視対象のアプリケーションとすることができる。つまり、本実施形態においては、同期設定が、監視対象アプリケーション情報を含んでいると言うことができる。 The application monitoring unit 26 acquires the process ID of the application by monitoring the execution state of the application started by the application starting unit 404 (S1502). Note that the application monitoring unit 26 can set the application specified by the synchronization setting as a monitoring target application. That is, in this embodiment, it can be said that the synchronization setting includes monitoring target application information.
 続いて、アプリケーション監視部26は、アプリケーションID及びプロセスIDを対応づけたアプリケーション情報を生成し、アプリケーション情報記憶部28に格納する(S1503)。また、アプリケーション監視部26は、取得したプロセスIDをファイルシステムフィルタドライバ30に通知する(S1504)。 Subsequently, the application monitoring unit 26 generates application information in which the application ID and the process ID are associated with each other and stores the application information in the application information storage unit 28 (S1503). The application monitoring unit 26 notifies the file system filter driver 30 of the acquired process ID (S1504).
 アプリケーション実行部22は、処理が終了するまでアプリケーションを実行する(S1505,S1506)。 The application execution unit 22 executes the application until the processing is completed (S1505, S1506).
 ファイルシステムフィルタドライバ30は、アプリケーション監視部26から通知されたプロセスIDを記憶する(S1510)。そして、ファイルシステムフィルタドライバ30は、IRP(アクセス要求)を受信すると(S1511:Y)、当該IRPに含まれる情報に基づいて、実行中のアプリケーションのプロセスIDを取得する(S1512)。取得したプロセスIDが、アプリケーション監視部26から通知されたプロセスIDに含まれる場合、すなわち、監視対象プロセスである場合(S1513:Y)、ファイルシステムフィルタドライバ30は、IRPに含まれる情報に基づいて、アクセス対象のファイルのファイルIDを取得する(S1514)。そして、ファイルシステムフィルタドライバ30は、プロセスID及びファイルIDを対応づけたアクセス情報を生成し、アクセス情報記憶部32に格納する(S1515)。その後、ファイルシステムフィルタドライバ30は、IRPをファイルシステムドライバ34へ出力する(S1516)。なお、監視対象プロセスではない場合(S1513:N)、ファイルシステムフィルタドライバ30は、アクセス情報を生成せずにIRPをファイルシステムドライバ34へ出力する(S1516)。 The file system filter driver 30 stores the process ID notified from the application monitoring unit 26 (S1510). When the file system filter driver 30 receives the IRP (access request) (S1511: Y), the file system filter driver 30 acquires the process ID of the application being executed based on the information included in the IRP (S1512). When the acquired process ID is included in the process ID notified from the application monitoring unit 26, that is, when it is a process to be monitored (S1513: Y), the file system filter driver 30 is based on information included in the IRP. The file ID of the file to be accessed is acquired (S1514). Then, the file system filter driver 30 generates access information in which the process ID and the file ID are associated with each other, and stores them in the access information storage unit 32 (S1515). Thereafter, the file system filter driver 30 outputs the IRP to the file system driver 34 (S1516). If the process is not a process to be monitored (S1513: N), the file system filter driver 30 outputs IRP to the file system driver 34 without generating access information (S1516).
 アプリケーションの実行が終了すると(S1506:Y)、ファイル特定部36は、アプリケーション情報記憶部28に格納されているアプリケーション情報と、アクセス情報記憶部32に記憶されているアクセス情報とに基づいて、アプリケーションにおいてアクセスされたファイルを特定する(S1520)。そして、ファイル特定部36は、アプリケーションID及びファイルIDを対応づけた特定情報を生成し、特定情報記憶部38に格納する(S1521)。 When the execution of the application is completed (S1506: Y), the file specifying unit 36 determines whether to execute the application based on the application information stored in the application information storage unit 28 and the access information stored in the access information storage unit 32. The file accessed in step S1520 is specified (S1520). Then, the file specifying unit 36 generates specific information in which the application ID and the file ID are associated with each other, and stores the specific information in the specific information storage unit 38 (S1521).
 その後、同期通信部406は、同期設定記憶部402に記憶されている同期設定と、特定情報記憶部38に記憶されている特定情報とに基づいて、同期サーバ200との間で同期処理を実行する(S1522)。これにより、同期設定によって予め定められたファイルに加えて、アプリケーションにおいてアクセスされたファイルの同期が可能となる。つまり、アプリケーションにおいてアクセスされるファイルを事前に全て特定することが困難な場合であっても、アプリケーションの実行に必要なファイルを同期させることが可能となる。 Thereafter, the synchronization communication unit 406 executes a synchronization process with the synchronization server 200 based on the synchronization setting stored in the synchronization setting storage unit 402 and the specific information stored in the specific information storage unit 38. (S1522). Thereby, in addition to the file predetermined by the synchronization setting, the file accessed in the application can be synchronized. That is, even if it is difficult to specify all the files to be accessed in the application in advance, it is possible to synchronize the files necessary for executing the application.
 なお、本実施形態は、本発明の理解を容易にするためのものであり、本発明を限定して解釈するためのものではない。本発明は、その趣旨を逸脱することなく、変更/改良され得るととともに、本発明にはその等価物も含まれる。 In addition, this embodiment is for making an understanding of this invention easy, and is not for limiting and interpreting this invention. The present invention can be changed / improved without departing from the spirit thereof, and the present invention includes equivalents thereof.
 10 PC
 20 ファイル記憶部
 22 アプリケーション実行部
 24 監視対象アプリケーション情報記憶部
 26 アプリケーション監視部
 28 アプリケーション情報記憶部
 30 ファイルシステムフィルタドライバ
 32 アクセス情報記憶部
 34 ファイルシステムドライバ
 36 ファイル特定部
 38 特定情報記憶部
 200 同期サーバ
 210 PC
 300 通信部
 302 ユーザアカウントDB
 304 同期用データ記憶部
 400 同期設定部
 402 同期設定記憶部
 404 アプリケーション起動部
 406 同期通信部
10 PC
DESCRIPTION OF SYMBOLS 20 File storage part 22 Application execution part 24 Monitoring object application information storage part 26 Application monitoring part 28 Application information storage part 30 File system filter driver 32 Access information storage part 34 File system driver 36 File specification part 38 Specific information storage part 200 Synchronization server 210 PC
300 Communication unit 302 User account DB
304 synchronization data storage unit 400 synchronization setting unit 402 synchronization setting storage unit 404 application activation unit 406 synchronization communication unit

Claims (6)

  1.  コンピュータを、
     アプリケーションの識別子であるアプリケーション識別子と、該アプリケーションの実行中のプロセスの識別子であるプロセス識別子とを対応づけた情報であるアプリケーション情報をアプリケーション情報記憶部に記憶するアプリケーション監視部、
     前記プロセスによるアクセス対象のファイルと、該プロセスの前記プロセス識別子とを特定可能な情報を含むアクセス要求に応じて、該プロセスが該ファイルにアクセスしたことを示すアクセス情報を出力するアクセス情報出力部、
     として機能させるためのプログラム。
    Computer
    An application monitoring unit that stores application information, which is information in which an application identifier that is an application identifier is associated with a process identifier that is an identifier of a process that is executing the application, in an application information storage unit;
    An access information output unit that outputs access information indicating that the process has accessed the file in response to an access request including information that can identify the file to be accessed by the process and the process identifier of the process;
    Program to function as.
  2.  請求項1に記載のプログラムであって、
     前記アクセス情報出力部は、ファイルに対するアクセス処理を実行するアクセス処理部に前記アクセス要求を出力する、
     プログラム。
    The program according to claim 1,
    The access information output unit outputs the access request to an access processing unit that executes access processing for a file.
    program.
  3.  請求項1または2に記載のプログラムであって、
     前記コンピュータを、さらに、
     前記アプリケーション情報及び前記アクセス情報に基づいて、アプリケーションのアプリケーション識別子と、該アプリケーションのプロセスによりアクセスされたファイルのファイル識別子とを対応づけた特定情報を出力する特定情報出力部、
     として機能させるためのプログラム。
    The program according to claim 1 or 2,
    Said computer further
    A specific information output unit that outputs specific information in which an application identifier of an application is associated with a file identifier of a file accessed by the process of the application based on the application information and the access information;
    Program to function as.
  4.  請求項1~3の何れか一項に記載のプログラムであって、
     前記アプリケーション監視部は、所定のアプリケーションの実行状態を監視することにより、当該所定のアプリケーションについての前記アプリケーション情報を生成する、
     プログラム。
    A program according to any one of claims 1 to 3,
    The application monitoring unit generates the application information for the predetermined application by monitoring an execution state of the predetermined application.
    program.
  5.  請求項4に記載のプログラムであって、
     前記アプリケーション監視部は、前記監視により得られるプロセス識別子を前記アクセス情報出力部に通知し、
     前記アクセス情報出力部は、前記通知されたプロセス識別子によって示されるプロセスからの前記アクセス要求に応じて前記アクセス情報を出力する、
     プログラム。
    The program according to claim 4,
    The application monitoring unit notifies the access information output unit of a process identifier obtained by the monitoring;
    The access information output unit outputs the access information in response to the access request from the process indicated by the notified process identifier;
    program.
  6.  コンピュータが、
     アプリケーションの識別子であるアプリケーション識別子と、該アプリケーションの実行中のプロセスの識別子であるプロセス識別子とを対応づけた情報であるアプリケーション情報をアプリケーション情報記憶部に記憶し、
     前記プロセスによるアクセス対象のファイルと、該プロセスの前記プロセス識別子とを特定可能な情報を含むアクセス要求に応じて、該プロセスが該ファイルにアクセスしたことを示すアクセス情報を出力する、
     アクセス情報出力方法。
    Computer
    Storing application information, which is information in which an application identifier, which is an application identifier, is associated with a process identifier, which is an identifier of a process that is executing the application, in the application information storage unit;
    Outputting access information indicating that the process has accessed the file in response to an access request including information capable of specifying the file to be accessed by the process and the process identifier of the process;
    Access information output method.
PCT/JP2012/059702 2012-04-09 2012-04-09 Access information output program and access information output method WO2013153602A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/059702 WO2013153602A1 (en) 2012-04-09 2012-04-09 Access information output program and access information output method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/059702 WO2013153602A1 (en) 2012-04-09 2012-04-09 Access information output program and access information output method

Publications (1)

Publication Number Publication Date
WO2013153602A1 true WO2013153602A1 (en) 2013-10-17

Family

ID=49327212

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/059702 WO2013153602A1 (en) 2012-04-09 2012-04-09 Access information output program and access information output method

Country Status (1)

Country Link
WO (1) WO2013153602A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113168369A (en) * 2018-11-29 2021-07-23 日本电信电话株式会社 Information generating device, information generating method, and information generating program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000215094A (en) * 1999-01-27 2000-08-04 Nec Corp Device and method for file restoration, device and method for process management, and recording medium
JP2011198071A (en) * 2010-03-19 2011-10-06 Fujitsu Ltd Application migration system, migration support device, computer, application migration method, file migration method, and computer program
JP2012008688A (en) * 2010-06-23 2012-01-12 Nec Corp Associated information acquisition device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000215094A (en) * 1999-01-27 2000-08-04 Nec Corp Device and method for file restoration, device and method for process management, and recording medium
JP2011198071A (en) * 2010-03-19 2011-10-06 Fujitsu Ltd Application migration system, migration support device, computer, application migration method, file migration method, and computer program
JP2012008688A (en) * 2010-06-23 2012-01-12 Nec Corp Associated information acquisition device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113168369A (en) * 2018-11-29 2021-07-23 日本电信电话株式会社 Information generating device, information generating method, and information generating program

Similar Documents

Publication Publication Date Title
JP5606293B2 (en) Data processing apparatus, access control method and program
JP6216886B2 (en) Technology for managing unsynchronized content items on unlinked devices
US20140172783A1 (en) System and method for providing computing environment delivery service with offline operations
US8321863B2 (en) Security management device and method
EP2120165B1 (en) Systems and methods for space management in file systems
US10057318B1 (en) System, method, and computer program for enabling a user to access and edit via a virtual drive objects synchronized to a plurality of synchronization clients
US10552384B2 (en) Synchronizing media files available from multiple sources
KR101602584B1 (en) Methods and apparatus for multi-source restore
US8863112B2 (en) Information processing apparatus and controlling method thereof
JP2004265418A (en) Method and system for synchronizing data shared between peer-to-peer computing devices
US20160359981A1 (en) Triggering application attachment based on service login
EP3848809A1 (en) Data disaster recovery method and site
US9965299B2 (en) Information processing apparatus, method for controlling the same, and storage medium
CN110795278B (en) System and method for providing file-level recovery
WO2013027248A1 (en) Application synchronization method and program
US20130185346A1 (en) Proofing electronic publications on portable devices
WO2013153602A1 (en) Access information output program and access information output method
US9460179B1 (en) Systems and methods for providing adaptive visualization of synchronization of multiple files
JP5975113B2 (en) Information processing apparatus, work environment cooperation method, and work environment cooperation program
JP2009064115A (en) File synchronization between mobile terminal device and server device
US9063813B2 (en) Apparatus, control method, and storage medium
TW201227268A (en) Data backup system and data backup and retrival method
CN107968794A (en) A kind of virtual drive hanging method and system, server, terminal
JP2005044000A (en) Remote uninstallation system, server device, client device, remote uninstallation method, program, remote installation system, and remote installation method
JP2015142368A (en) management apparatus and management method

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: 12874275

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12874275

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP