Why run a /home backup command with sudo instead of switching permanently to a root shell?
/home
sudo
It grants the specific command enough access to read protected user data while retaining the normal user context.
It changes /home into the current user's private directory before archiving.
sudo automatically compresses every tar archive.
It streams the backup without creating an archive file.