Found what was wrong for me.
I was not using
root user on SSH connection.
So, the backup was created at source server, but the migration script can't reach the file because the user doesn't have rights to access.
Now it's working with root user, but I don't like to enable root for SSH... Feels so insecure.
Best regards =)