Hi @Llama
I would advice you to correct all permissions by re-applying them from the database:
sudo pacman -Sy pacutils
Check the files:
pacman -Qq | sudo pacman -Qkk
Repair it:
find /var | sudo pacrepairfile --uid --gid --mode
Next time use rsync to preserve permissions.