Thread: AppleScript
View Single Post
  #7  
Old 04-11-2007, 07:48 PM
ShosMeister ShosMeister is offline
Registered User
 
Join Date: Apr 2007
Posts: 14
Thanks for pointing me in that direction. I did find it and was able to see and understand what it's doing. What I could not seem to find were the specific attributes that I am writing to the FM database. So, I thought I would look in the log file to see if there was anything in there I could see. What I found is that the date and (obviously) time is there as well as the volume information:
Code:
| 04:35:08 AM | Info | Started on Wed, Apr 11, 2007 at 4:35 AM
| 04:35:08 AM | Info | Source Volume: MacBook, mount: /, device: /dev/disk0s2, media: TOSHIBA MK1234GSX, interconnect: Internal SATA, file system: "Journaled HFS+", OS: 10.4.9 (8P2137), capacity: 111.47 GB, used: 54.91 GB, directories: 81558, files: 401214, ejectable: NO, ACLs: Disabled
| 04:35:08 AM | Info | Target Volume: Maxtor MacBook BU, mount: /Volumes/Maxtor MacBook BU, device: /dev/disk1s3, media: Maxtor OneTouch III, interconnect: External FireWire, file system: "Journaled HFS+", OS: 10.4.9 (8P2137), capacity: 114.75 GB, used: 52.58 GB, directories: 81531, files: 401895, ejectable: NO, ACLs: Disabled
I also found at the end of the log:
Code:
| 05:39:32 AM | Info |       Evaluated 481570 items occupying 54.43 GB (81555 directories, 367861 files, 32154 symlinks)
| 05:39:32 AM | Info |       Copied  481447 items totaling  52.20 GB (81535 directories, 367760 files, 32152 symlinks)
| 05:39:32 AM | Info |       Cloned  52.20 GB of data in 3852 seconds at an effective transfer rate of 13.88 MB/s
So it obviously knows this information in the program somewhere since it is writing it to the log. The question is can I get to that information via AppleScript and, if so, what are the variable names?
Reply With Quote