BACKUP
sudo tar -czvf /root/backup/var_backup_$(date +%Y%m%d).tar.gz /var
RESTORE
tar -xzvf backup_name.tar.gz -C /path/to/restore_location