Code42 commands for CrashPlan for Small Business
Overview
Code42 Commands allow you to manually enter commands that can be used to generate log files, start and stop the Code42 service, assign a new GUID, and more.
Steps
- Open the Code42 app.
- If necessary, sign in.
See the table below for commands that require authentication. - Open Code42 Commands by entering the keyboard shortcut for your operating system:
- Windows: Ctrl+Shift+C
- Mac: Option+Command+C
- Linux: Ctrl+Shift+C
- Enter commands in the text area.
- Enter commands without quotes.
- The commands are case-sensitive, so be sure to enter commands exactly as shown.
- Use commas to separate multiple commands on the same line.
Available commands
You must be signed in to the Code42 app to use commands that require authentication.
Command | Description | Requires authentication? |
---|---|---|
backup.replace <destination GUID> |
Recreates the client-side cache with data from the destination. |
Yes |
backup.scan |
Performs a file verification scan or checks your file selection for deleted files. You can abbreviate this command as scan . |
Yes |
backup.set |
Creates or deletes backup sets. You can abbreviate this command as set . |
Yes |
backup.validate |
Validates the client cache for all or a given destination. | Yes |
deauthorize |
Signs out the current user, disables the Code42 service and requires you to sign in to resume. | Yes |
disconnect |
Disconnects the device or another device on the account using the Globally Unique ID. For example: disconnect <GUID> |
Yes |
dump |
Prints the client's state and configuration to the logs for easy reading. If possible, always issue this command before sending the logs to support. | No |
exit |
Exits the Code42 app and turns off the background Code42 service. | Yes |
fullDiskAccess |
For devices running macOS 10.14 and later, indicates if full disk access is granted to Code42. Due to Apple privacy restrictions, full disk access is required for Code42 to perform backup activity for all files on a device.
|
Yes |
getlogs |
Compiles the client logs into a compressed archive and displays the archives path. |
No |
guid |
Displays device's current identity (Globally Unique ID). | Yes |
guid new |
Assigns a new, randomly generated device identity. | Yes |
guid <guid number> |
Reassigns the provided GUID from another device in your account to this device. | Yes |
help |
Lists available commands. | No |
java |
Displays or sets the Java JVM maximum heap size. You can use this command to increase the amount of memory allocated to the Code42 service. |
Yes |
log |
Controls logging levels. Available logging levels are:
|
Yes |
|
Pauses backup for a specific backup set for 1 hour. Add a number of minutes to pause for a different period, up to a maximum of 24 hours (1440 minutes). For example,
Obtain the plan UID for a backup set by searching for PlanUid in the service.log.0 file. |
Yes |
|
Pauses the Code42 service for 1 hour. Add number of minutes to pause for a different period, up to a maximum of 24 hours (1440 minutes). For example, pause.system 30 pauses for 30 minutes. You can abbreviate this command as pause . |
Yes |
proxy |
Manages proxy settings and refresh PAC file. Available proxy commands are:
|
Yes |
reauthorize |
Reauthorizes with the server. You can abbreviate this command as rz . |
Yes |
reconnect |
Reconnects the device or another device on the account using the Globally Unique ID. For example: reconnect <GUID> |
Yes |
restart |
Exits the Code42 app and restart the Code42 service. | Yes |
|
Resumes backups to a specific destination GUID. | Yes |
|
Resumes backups for a specific backup set. Obtain the plan UID for a backup set by searching for PlanUid in the service.log.0 file. | Yes |
resume.system |
Resumes the Code42 service. You can abbreviate this command as resume . |
Yes |
shutdown |
Stops the Code42 service. You can abbreviate this command as stop or exit . |
Yes |
version |
Lists the version and build number of the Code42 app.
For example, in this response:
Code42 app versions before 8.0.0 also include a timestamp that is not related to the current version. You can ignore this timestamp. |
Yes |