Creating images in 4 steps

1. Creating components

  1. Start the UserClient.
  2. Create a component of the type PC images ->Image Service and check it in without base version.
  3. For a description of this process, please see the UserClient tutorial.

2. Creating a job

  1. Start the AdminClient and open the Jobs module.
  2. In the project tree, select the newly-created component.
  3. In the menu tab, select Create or drag-and-drop the components into the Jobs section.
  4. In the Job configuration section, deploy your usual settings.
  5. For more information, see the AdminClient tutorial.

    The following entries are of particular relevance for Image Service jobs:

    1. Number of remaining Backups (Rollover): Here, you need to specify the number of images to be kept. If the number is reached, the new image will overwrite the oldest one.
    2. Comparison strategy: Select here the value Previous Backup <-> Backup. This compares the device information with that of the previous job execution.
  6. In the section Image Service settings, implement the following settings:
  7. Example:

    Job configuration, section AUVESY Image Service settings

    Image: Job configuration, section Image Service settings

    1. In Device, enter the IP address or name of the device that you want to create an image of. If you want to create an image of the computer, on which the job will be executed, you will need to enter the entry localhost.
    2. Then fill in the User and Password fields with the necssary login details for the device.
    3. You can specify the username as follows:

      <domain>\<username> or <computername>\<username>

      Administrative rights will be required to access this device.

    4. If you enter a value in the Device alias field, it will be placed in front of the device name when the images are stored in the directory name. This may be necessary if images are to be created automatically from a large number of computers and the images are created using upload and compare agents that are used directly on the target computers. Since in this case, the device name would be localhost for all images, the storage of the images would very quickly become very confusing.
    5. From the drop-down menu Operating system, select whether the device in question is a Windows work station or a server.
    6. From the drop-down menu What to save, select which device drive you want to be saved.
    7. When you select the Drives selected, this will automatically start the Image Service remote installation to determine the device’s current disks and partions. Additionally, it also tests whether the remote installation works on the device.

      If a new version of the Image Service is available, the update to this version will be performed automatically when the job is executed. This only applies if remote installation is possible. Alternatively, the update can also be done manually via the web installer.

    8. In the drop-down menu Transfer way, it is set as standard that the first image of the device is saved in a configured storage location.
    9. In this case, the image itself cannot be versioned because it is not in versiondog . When you create a version of the backup, only the metadata of the image is saved in it. To be able to version the image itself, you must store it in the server archive.

  8. In the section Data storage, enter the path and the necessary login information required for the directory in which the created image is to be stored.
  9. Image: Job configuration, Section Storage

    1. In the Storage type dropdown menu, select whether it is a directory on the network to which you specify the UNC path, or whether the image is to be placed on an SFTP server.

    2. Specify the Storage location according to the selected storage type.

      • If you selected UNC, specify the UNC path to the directory.

        Format: \\server_name\share_name\path.

      • If you selected SFTP, specify the IP address of the SFTP server and the corresponding directory on the SFTP server.

        Format: sftp://Server:Port/Path/...

    3. Specify the Username and Password for the selected location.

      The specified user must have read and write permissions to the directory.

      You can specify the user name as follows:

      <domain>\<user_name> or <computer name>\<user_name>.

  10. In Advanced, carry out the following:
  11. Job configuration, Section additional nformation

    Image: Job configuration, Section additional information

    1. In the Excluded files field, you can enter paths to files that are to be excluded from image creation.

    2. For remote installation, an admin share is required to access drives on the device that is to be backed up. This is the C$ share by default. To be able to back up devices that do not have a C$ share, such as KUKA KRC, enter the desired share name in the Admin share field.

    3. In the Limit IO rate field, you can specify the maximum amount of data in megabytes per second to limit the network load and not overload the network during backup. The default value is 0, which means that the transmission speed is not limited.

    4. If you enter a password in the Image Password field, the image file (SNA file) is encrypted. The password can also not be read in the log.

  12. Select Save and execute the job directly as required.

As an administrator, you can maintain some of the values mentioned above in Global settings. This will remove the necessity of having to enter this information for each job individually.

3. Executing a job

  1. The job can both be executed in the AdminClient and the UserClient.
  2. For more information, see the relevant tutorials.

  3. The created image is stored in the configured directory in the following directory structure:
  4. <StorageLocation>\<devicename>\<jjjj-mm-tt_hh-MM-ss>

    For each job run and image, a new directory <timestamp> is created in the directory <device name>.

    If a device alias is used, it will be written in front of the device name in the directory name.

    The image directory contains the following files:

The job result is not the created images but the current device information compared to the previous backup.

4. Accessing the image

To be able to access all elements of the created image and perform a restore with it, you must copy the job result in the UserClient to a directory as a backup.

  1. Start the UserClient.
  2. In the Project tree, select the component used to create the image.
  3. Select the Jobs tab. This is located in Component details.
  4. Right click on the job result that you want to restore.
  5. Select the entry Copy backup to directory. A dialog will then open.
  6. Select the directory that you wish to copy the image into.
  7. Select Next. The image will then be copied into the directory.

During this process, the following elements are additionally made available in the target directory:

All that is required for a recovery can be found in the directory.

You can also access the data directly from the Explorer, but in that case the additional elements will not be created.

Related topics
AdminClient -> Job configuration
Tipps & support
UserClient
Additional functions of the Image Service