Overview
The Code42 agent uses file watching services to monitor your Mac computer for file changes. This article describes:
- The technical details about how the Code42 agent and file watching services work together
- Recommended solutions for errors associated with file watching services
How the Code42 agent uses file watching services
At a high level, here's how the Code42 agent coordinates with Mac file watching services to back up your new or changed files:
- The Code42 agent starts to back up.
- The Code42 agent uses File System Events to request a snapshot from the file watching service for all local drives.
- The file watching service creates a snapshot containing information on all new or changed files.
- The file watching service provides the Code42 agent with details to access the new snapshot.
- The Code42 agent backs up ALL files using the snapshot until it reaches a file that has changed since the snapshot was created or the backup session finishes.
This process repeats when the file watching service reports data in your file selection has changed.
Diagnose problems with file watching services
If your backup never reaches 100%, or you see the message "unable to back up n files" in your History.log file, you can check your logs to find the files that are not backing up.
The reason may be due to one of the following file watcher-related problems:
Recommended solutions
Unable to back up files due to restricted permissions
The Code42 agent cannot back up files or folders that have restricted permissions and display a red circle in the Finder. You can either prevent Code42 agent from trying to back up the files by modifying your file selection, or you can perform the following steps to change permissions on the files to allow the Code42 agent read/write access:
- In Finder, select the folder you want to update.
- Choose File > Get Info.
- Click the triangle next to Sharing & Permissions to expand the section.
- Click the lock icon to allow editing of your settings.
- When prompted, enter your password to allow changes to the Finder.
- Next to everyone, click No Access to display privilege options.
- Select Read & Write.
- Click the gear icon, then select Apply to enclosed items to apply the setting to enclosed subfolders and files.
Click OK when prompted to confirm the change.
- Click the lock icon again to prevent future changes.
Code42 agent is unaware of file changes
Because the Code42 agent uses a file watching service to detect file changes, the Code42 agent real-time file watch feature cannot detect any new or changed files in your file selection if the file watching service does not report the changes to the files. To confirm that the file watching service is reporting file changes, manually start the file verification process in the Code42 agent by selecting Scan for file changes.
External resources
- Apple: Spotlight Overview
- Apple: How to re-index Spotlight
- Apple: File System Events