Restore incremental backup with Acronis

From this URL: Mounting an Image in Linux through Command Line

I couldn’t find this document when I needed it last time…

Quoted:

How to mount a full, differential or incremental backup archive through command line in Linux

These instructions apply to:

    • Acronis True Image 9.1 Server for Linux
    • Acronis True Image Echo Server for Linux
      1. Detect the index of a partition or a volume that you are going to mount:

        trueimagecmd –list –filename:/path/to/archive.tib

      2. Then mount the image:

        trueimagemnt –mount /mount/point –filename /path/to/archive.tib –index N

      1. Let us first create one full and two incremental archives of partitions sda1 and sdb1:

        trueimagecmd –list

         

        trueimagecmd –create –partition:1-1,2-1 –filename:/root/example.tib –progress:on

         

        trueimagecmd –create –partition:1-1,2-1 –filename:/root/example.tib –progress:on –incremental

         

        trueimagecmd –create –partition:1-1,2-1 –filename:/root/example.tib –progress:on –incremental

         

        Now we can see that there are three backup archives created:

        ls /root/example* -l

         

      2. Let us now mount the partition sda1.First of all we need to detect its index:

        trueimagecmd –list –filename:/root/example.tib

         

        Here the required index is 12. The index is 12 because we did not specify the option ?index for trueimagecmd and it accessed the last archive.

        Now we need to mount it:

        trueimagemnt –mount /mnt/example –filename /root/example.tib –index 12

      3. Now let us unmount it:

        trueimagemnt –umount /mnt/example

         

        This message is just a warning, not error. The system needs some time to free all resources before unmounting.

      4. Now let us mount the full archive.We need to use –index:1 for trueimagecmd in this case to find out its actual index:

        trueimagecmd –list –filename:/root/example.tib –index:1

         

        To mount sda1 we need to use 2 now as the actual index for trueimagemnt:

        trueimagemnt –mount /mnt/example –filename /root/example.tib –index 2

      • For trueimagecmd the –index option refers to the number of the backup archive: 0 means the latest backup archive, 1 means full backup archive, 2 means first incremental or differential backup archive, 3 means second incremental backup archive etc.
      • For trueimagemnt the –index option refers to the actual index of the backup archive. You need to specify this index to mount the archive.

To mount an image in Linux through command line, you need to do the following:

(!) Using a wrong index (non-existing or wrong partition type) will produce an error:

 

(!) –index option is different for trueimagecmd and trueimagemnt:

When issuing truemagecmd without the –index option, you will get the actual index of the last incremental backup archive.

For example, if you have several incremental archives and need to know the actual index of a partition in the third incremental archive, then the command will be:

trueimagecmd –list –index:4 –filename:/root/example.tib

Example

(!)If there is a space gap in the name of the archive or in the name of the folder where the archive is, then any operation with the archive through command line will fail.

See trueimagecmd and trueimagemnt man-pages for more information.

The use of the –index option to restore an image is the same.

Windows Plesk 8.6.0 upgrade to Plesk 8.6.0.5 causes webmail issue

The updater for Windows Plesk 8.6.0 to 8.6.0.5 is rather small and installs quickly, however, after installation Webmail maybe disabled on sites OR non-existant on new sites.  Also, clients could not click on the webmail button from within the control panel as it was greyed out.

I went to Domains->domain.com->Mail->Preferences and the options I received for webmail was: None

Then, going to:

Server > Plesk Components Management->Web Mail and selected Horde from the list, which, for some reason was disabled.

Then, going back to Domains->domain.com->Mail->Preferences I was able to select a webmail client from the list.

The following thread has the solution as well:

EDIT: Running into another bug

So, after changing the Domains->domain.com->Mail->Preferences webmail setting and being told that “Information: Mail services on the domain domain.com have been configured.” we tried going to the webmail page only to be displayed the default plesk page as before.

It turns out that even though webmail was set, going back to preferences results in the value being “None” again.

Will test a few more things, but, time to try getting through Parallels 1st line support. Ouch.

Note:

This appears to be a known issue as listed in the release notes for Plesk 8.6 which says:

12.  Horde Webmail settings are missing after the upgrade from Plesk 7.6.x, 8.1.x, 8.2.x

I wonder if it’s the same problem?

Wouldn’t it be useful if they provided knowledge base links in the release notes for the “known issues”, unless of course, they don’t have resolutions to the bugs.