Objective
This article walks you through the steps required to stop and start the CrashPlan app's background service. You may need to perform this task after upgrading your operating system or when troubleshooting an issue with the CrashPlan app.
Note: Closing the desktop application does not stop the background service from running.
Prerequisites
- CrashPlan app
- Administrative permissions on the device may be required for your operating system's advanced restart steps.
Procedure
Basic restart
Option 1: Restart via the CrashPlan app
If you are able to open and sign in to the CrashPlan app, follow these steps to restart the service.
- Open the CrashPlan app and sign in.
- With the CrashPlan app selected, open the CrashPlan Commands window using the keyboard shortcut for your operating system:
- Windows/Linux: Ctrl+Shift+C
- Mac: Option+Command+C
- Enter the command
restartand press Enter.
Option 2: Restart via the CrashPlan console
If you need to restart the service remotely (for example, IT staff assisting an end user), follow these steps.
- Sign in to the CrashPlan console.
- Navigate to Administration > Devices.
- Click on the name of the affected device.
- Click the action menu
and select Restart Backup Engine.
If Restart Backup Engine is not available, the device is not connected to the CrashPlan cloud. The service must be restarted locally.
Option 3: Reboot your computer
Because the CrashPlan background service automatically starts when the computer boots, a system restart will effectively restart the service.
Restart the computer.
Wait for the operating system to fully boot, then sign into the computer. The background service will start automatically.
Advanced restart
Use the following advanced restart steps for your operating system if a basic restart does not work, or if you are unable to access the CrashPlan app.
Mac
Use the following steps based on your installation type.
System install (default)
- Navigate to Application > Utilities and open Terminal.
-
Enter the following Terminal command:
sudo launchctl kickstart -k system/com.crashplan.service
- Press Enter.
You will be prompted to enter your Mac password when running this command.
Per-user install
- Navigate to Application > Utilities and open Terminal.
-
Enter the following Terminal command:
launchctl kickstart -k gui/$(id -u)/com.crashplan.service
- Press Enter.
Windows
Use the following steps based on your installation type.
System install (default)
- Open the Start menu.
- Enter
services.mscand press Enter. - In the Services menu, right click CrashPlan Service and select Restart.
If the Restart is unavailable, the service is not running. Select Start instead.
Per-user install
- Open the Start menu.
- Enter
Task Managerand press Enter. - In the search bar at the top of the Task Manager, enter
CrashPlanService.
If no results appear, the service is not actively running. Proceed to step 5 to start it. - Right click on the CrashPlan task and select End Task.
- Click Run new task.
-
Enter the following into the Create new task window:
%LOCALAPPDATA%\Programs\CrashPlan\CrashPlanService.exe
- Click Ok.
Linux
- Open Terminal.
-
Enter the following Terminal command:
sudo systemctl restart crashplan
- Press Enter.
You will be prompted to enter your Linux password when running this command.