I have an OpenVZ container containing some hard links pointing to the host file system.
For example, I have run on the host ln /root/file /var/lib/vz/private/101/root/link
Now I'm asking myself: if I backup the VM 101 with vzdump, how will it treat the hard link? Will it copy it as a hard link or will it try to follow the link and include in the dump also the /root/file (which would make my backup really HUGE).
And does the vzdump mode (stop, suspend, snapshot) change this behaviour?