Moving /var to a new partition
Moving /var (or whatever) on a server to another partition? Found this nifty way of using rsync to “clone” the /var directory. Afterwards just mount the new partition and pray it works:
rsync -aH /var/ /new_var

Wow, a blog..How original
Moving /var (or whatever) on a server to another partition? Found this nifty way of using rsync to “clone” the /var directory. Afterwards just mount the new partition and pray it works:
rsync -aH /var/ /new_var