When performing a backup on Mac OS X, the following error message is received in the backup report:
|
No. |
Type |
Timestamp |
Backup Logs |
1 |
Info |
YYYY/MM/DD hh:mm |
Start [ Mac OS X (Test),Servosity Pro 5.x.x.x ] |
2 |
Info |
YYYY/MM/DD hh:mm |
Start running pre-commands |
3 |
... |
... |
... |
* |
Error |
YYYY/MM/DD hh:mm |
[error] File "/Directory/File" Error="Cannot open Data fork name I/O error (ErrorCode:-36)" |
|
|
The message suggests that Servosity Pro / Servosity Standard is attempting to perform backup on system files such as the device file, FIFO file, and socket file.
To resolve the issue, please exclude all socket link or FIFO file from the backup set.
To find out which file is Socket Link or FIFO file, you could use command such as "ls -F", which would display an equals sign ('=') after each socket, and a vertical bar ('|') after each FIFO file. For more information regarding this command, please refer to the following URL from Apple:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/ls.1.html
Even backup job that is performed by the scheduler service encounter the same problem?
Answer) It is actually not necessary to backup Socket Link or FIFO file, as these files are created when the associated system starts. Even through the scheduler may have root access to files, these file may not be accessible due to their temporary nature.
For more information regarding Socket Link or FIFO file, please refer to the following URL from Apple:
http://lists.apple.com/archives/Darwin-userlevel/2008/Jan/msg00010.html