Chuck Pelto
Registered
TO: Anyone
RE: Getting a Remote Machine's Library Folder to be a DMG
I'm working on an effort to back up all the machines key folders as DMGs on an easy to removeas in the event of an emergency, e.g., fireexternal HD.
There are five machines on the LAN of our home-office.
I've built an AppleScript using the do shell script call that will do the job from my primary workstation automatically at night. And it does it quite well....with the exception of the Library folders on the remote machines. With those folders, I get a permission denied error message that reads as follows:
2006-01-21 10:17:47.374 copy-helper[1568] bomCopierFileCopyError:/Volumes/RemoteHD/Library/./Caches/com.apple.IntlDataCache.26, error 13
2006-01-21 10:17:47.375 copy-helper[1568] Error 13 (Permission denied) encountered copying \"/Volumes/RemoteHD/Library/Volumes/RemoteHD/Library/./Caches/com.apple.IntlDataCache.26\" (canceling)
hdiutil: create failed - Permission denied (1)
What is the problem here? And how can I resolve it?
When I mount the external HD that I want to copy the Library folder to as a DMG on the remote computer and make the DMG of the Library folder from that machine, everything works fine.
Regards,
Chuck
RE: Getting a Remote Machine's Library Folder to be a DMG
I'm working on an effort to back up all the machines key folders as DMGs on an easy to removeas in the event of an emergency, e.g., fireexternal HD.
There are five machines on the LAN of our home-office.
I've built an AppleScript using the do shell script call that will do the job from my primary workstation automatically at night. And it does it quite well....with the exception of the Library folders on the remote machines. With those folders, I get a permission denied error message that reads as follows:
2006-01-21 10:17:47.374 copy-helper[1568] bomCopierFileCopyError:/Volumes/RemoteHD/Library/./Caches/com.apple.IntlDataCache.26, error 13
2006-01-21 10:17:47.375 copy-helper[1568] Error 13 (Permission denied) encountered copying \"/Volumes/RemoteHD/Library/Volumes/RemoteHD/Library/./Caches/com.apple.IntlDataCache.26\" (canceling)
hdiutil: create failed - Permission denied (1)
What is the problem here? And how can I resolve it?
When I mount the external HD that I want to copy the Library folder to as a DMG on the remote computer and make the DMG of the Library folder from that machine, everything works fine.
Regards,
Chuck