You can stop or start the services running on a computer installed with LiveVault.
Windows
To stop the Backup Service
-
Stop the LVBackupservice
service by one of the following methods:
-
Enter the following command:
net stop lvbackupservice
The Backup Service stops.
-
Click Start or press the Windows Start key, then select Administrative Tools>Computer Management>Services.
-
Select LiveVault Backup Service.
-
Select Stop the service.
The Backup Service stops.
To start the Backup Service
-
Start the LVBackupservice
service by one of the following methods:
-
Enter the following command:
net start lvbackupservice
The Backup service starts.
-
Click Start or press the Windows Start key, then select Administrative Tools>Computer Management>Services.
-
Select LiveVault Backup Service.
-
Select Start the service.
The Backup Service starts.
Linux
To stop the LiveVault Backup Service, run the following command:
-
For Red Hat Enterprise Linux v7 and newer
systemctl stop lvbackup
-
For Red Hat Enterprise Linux v6, SUSE Linux Enterprise 11 and older
/etc/init.d/lvbackup stop
To start the LiveVault Backup Service, run the following command:
-
For Red Hat Enterprise Linux v7 and newer
systemctl start lvbackup
-
For Red Hat Enterprise Linux v6, SUSE Linux Enterprise 11 and older
/etc/init.d/lvbackup start