Wrong file and folder owner after backup restore

Hi guys, i’m trying to restore a backup of a server to another new server.
First of all, i installed the client on new server, checked that the client was connect to server with the command: ‘urbackupclientctl status’ and down the output.
{
“capability_bits”: 65548,
“finished_processes”: [],
“internet_connected”: true,
“internet_status”: “connected”,
“last_backup_time”: 1585843170,
“running_processes”: [],
“servers”: [],
“time_since_last_lan_connection”: 5665042
}

After i execute the command for the restore
‘urbackupclientctl restore-start -b last’ , donw the output
Starting restore. Waiting for backup server… done
Preparing restore… done
[===========================================================================> ] 96% 1.78086 GB/1.84973 GB at 187.736 KBit/s
Restore completed successfully.

The problem that i encounter is that the files and folder have wrong user owner
Those are the original folder permission:
drwxrwx—. 13 freeswitch daemon 4,0K 4 feb 17.14 freeswitch
drwxr-xr-x. 2 freeswitch daemon 42 3 apr 10.13 fusionpbx
Instead those are the restore permission:
drwxrwx—. 13 memcached daemon 4,0K 4 feb 17.14 freeswitch
drwxr-xr-x. 2 memcached daemon 42 3 apr 10.13 fusionpbx

This link is a partial of log

It only backs up/restores uid+gid of the files. So if those are then mapped differently in /etc/passwd or /etc/groups when restored you’d see this problem. I can’t see those two files being restored so this could be the cause.