Skip to main content

FS and NAS Backup Job are Successful with Errors Due to Open Temporary Files

FS and NAS Backup Job are Successful with Errors Due to Open Temporary Files

Updated over a week ago

Problem Description

  • Backup jobs may complete with a status of "Successful with Errors" if temporary files are open during the backup process.

  • These files typically have names beginning with the prefix ~$.

  • Such files are usually Microsoft Office temporary files or system-generated temp files that are in use at the time of backup.

Cause

The backup agent is unable to process these temporary files because they are locked by the application. As a result, the files are skipped, and the job is marked as successful with errors.

Resolution

To prevent these errors, configure or edit a content rule to exclude temporary files from the backup.

In the File Exclusions section of the content rule, add the following pattern:

*~*

This ensures that temporary files such as ~$filename.docx are excluded.

Verification

  1. Run the next backup (scheduled or manual).

  2. Review the Job Details in the Management Console.

  3. Confirm that:

    • The job completes as Successful, without errors related to temporary files.

    • Files starting with ~$ are excluded and do not appear in the processed file list.

  4. If temp files still appear:

    • Double-check the exclusion rule syntax (*~*).

    • Ensure the correct content rule is applied to the intended backup set or NAS share.

Additional Information

  • Excluding temporary files does not affect data integrity, as these files are automatically recreated by applications such as Microsoft Office.

  • If errors persist for non-temp files, further troubleshooting is required.

Did this answer your question?