For the complete documentation index, see llms.txt. This page is also available as Markdown.

Backup agent temporary files

Information about default temporary files location for the backup agent (worker).

Keeping the agent cache clean ensures optimal performance and helps prevent job failures caused by corrupted temporary files, especially after unexpected system shutdowns or hardware failures.


General information

The backup agent (worker) stores temporary operational data in a specific directory named device_app_2eab590a. The location of this folder depends entirely on the execution context of the agent — whether it is running as a standalone executable, or under the local system account.

Identifying and clearing this directory is a primary troubleshooting step for unexplained backup failures or service startup issues.


Temporary files directory location

Below you can find the default temporary file directory locations for backup agents running on Windows, Linux, and macOS.

Windows

Identifying the path via logs

When the backup agent is successfully initialized, the exact temporary file folder path is recorded in the agent logs. Look for the entry labeled TEMPORARY_DATA_DIRECTORY — the agent's temporary files are stored in this location.

Default temporary files location

Depending on how the agent is configured, temporary files can be found in one of the following directories:

  1. If running as an EXE or a service under a specific user account:

  2. If running as a system service with local system account:

Linux

Default temporary files location

Temporary files folder (device_app_2eab590a) can be found in one of the following directories:

MacOS

Default temporary files location

Temporary files folder (device_app_2eab590a) can be found in one of the following directories:


Changing the temporary files directory

Administrators can manually set the location of the temporary data directory for backup agents (workers) using the TempFolder parameter in the configuration file.


Worker logs location

Last updated

Was this helpful?