Problem with client image backup

Hi all,

First of all thank you for your amazing product.

I have an Urbackup server 2.1.20 who backup 4 Windows stations (images and files).

Everything works fine exept for one client (version 2.1.17) who fail at every image backup. I don’t understand why.

Here are the outputs of /var/log/urbackup.log , c:/Program Files/Urbackup/debug.log , log section client side and log section on the server :

2018-01-17 15:57:27: ERROR: Error on client occurred: Error while reading from shadow copy device (1).
2018-01-17 15:57:28: ERROR: Backing up System Reserved (SYSVOL) partition failed. Image backup failed
2018-01-17 15:57:28: ERROR: Backup failed
2018-01-17 15:57:29: WARNING: Exponential backoff: Waiting at least 28 days 10h 40m before next image backup


2018-01-17 10:33:14: ERROR: Reading from device at position 41938944 failed. OS returned only 2560 bytes
2018-01-17 10:33:14: ERROR: Error while reading from shadow copy device (1).
2018-01-17 10:33:14: ERROR: Pipe broken -4
2018-01-17 10:34:04: ERROR: Recvfrom error in CUDPThread::UdpStep
2018-01-17 10:34:04: ERROR: Last error: 10058
2018-01-17 10:35:37: ERROR: Reading from device at position 41938944 failed. OS returned only 2560 bytes
2018-01-17 10:35:37: ERROR: Error while reading from shadow copy device (1).
2018-01-17 10:35:37: ERROR: Pipe broken -4
2018-01-17 10:35:45: ERROR: Recvfrom error in CUDPThread::UdpStep
2018-01-17 10:35:45: ERROR: Last error: 10058
2018-01-17 15:57:24: ERROR: Reading from device at position 41938944 failed. OS returned only 2560 bytes
2018-01-17 15:57:24: ERROR: Error while reading from shadow copy device (1).
2018-01-17 15:57:24: ERROR: Pipe broken -4


Starting unscheduled full image backup of volume “C:”…
Backing up System Reserved (SYSVOL) partition failed. Image backup failed
Time taken for backing up client karine: 2s
Backup failed


Do you have any ideas of what it could be ?

Thank you !

Eric

Hi !

in complément here is the output of sysvol_test.exe :

Filesystem. Vol="\?\Volume{5bebb5f2-b804-4b18-b933-8f38e5a04eb6}" Name="" Type=“fat” VPaths=0 Size=41842688
GPT formated hard disk encountered. No bootable flag. Attributes = -9223372036854775808
Do not automount is set
Bootable flag not set for volume
Found potential candidate: \?\Volume{5bebb5f2-b804-4b18-b933-8f38e5a04eb6}\ Score: 3
Filesystem. Vol="\?\Volume{51b297a5-6f89-4f3f-b372-b97f9e68d441}" Name=“os” Type=“ntfs” VPaths=1 Size=499825766400
Filesystem is System partition. Skipping…
Filesystem. Vol="\?\Volume{7178d704-991b-11e7-b5cd-1866da0f3f3d}" Name=“acronisbck” Type=“ntfs” VPaths=1 Size=10002026
53696
Bootable flag set for volume
Found potential candidate: \?\Volume{7178d704-991b-11e7-b5cd-1866da0f3f3d}\ Score: 2
Filesystem. Vol="\?\Volume{c965724c-8866-11e7-bbf2-806e6f6e6963}" Name="" Type="" VPaths=1 Size=-1
GetVolumeInformation failed with error code 21. Skipping…
Not on Physical Device ‘C’: \?\Volume{7178d704-991b-11e7-b5cd-1866da0f3f3d} (E:)
Selected volume \?\Volume{5bebb5f2-b804-4b18-b933-8f38e5a04eb6}
Found sysvol “\?\Volume{5bebb5f2-b804-4b18-b933-8f38e5a04eb6}” Path: “”
Trying to open SYSVOL(\?\Volume{5bebb5f2-b804-4b18-b933-8f38e5a04eb6})…
Successfully opened SYSVOL.
System dir: C:\Windows
Volpath: \.\C:
EFI partition with type UUID {E3C9E316-0B5C-4DB8-817D-F92DF00215AE}
EFI partition with type UUID {C12A7328-F81F-11D2-BA4B-00A0C93EC93B}
EFI System Partition is at \?\GLOBALROOT\Device\Harddisk0\Partition2
Found EFI System Partition “\?\GLOBALROOT\Device\Harddisk0\Partition2” Path: “”
Trying to open EFI System Partition(\?\GLOBALROOT\Device\Harddisk0\Partition2)…
Successfully opened EFI System Partition.

Did i miss something ?

i did not find something relevant during my searches on this forum or google :frowning:

Sry, have looked into this. It’s probably because the sysvol disk size isn’t a mulitple of 4096. This might be fixed with the next 2.2.x client version (not out yet).

Thanks Uroni!

Can i do something else ? like changing the disk size ?

Any ideas on when the new version will be out ?

Yeah, perhaps you can resize it a bit with a partition tool (computer management?) such that it is aligned to something more common.

I found a solution,
the system disk had a 40MB dell recovery partition on it. I deleted this partition, it was useless in my case.
Now the backup works properly.

Thank you for your help.