All,
I'm having a hard time figuring out a rule for this, and googling it doesn't seem to be turning up anything useful.
I have a bunch of files backed up to CD/DVD from back when storage was more expensive. Since then, I have a nice large NAS/DAS system, and I'd like to pull all the files off.
I've got a set of rules created, but they never seem to finish. Something would seem to be looping...
First, I'm looking at /Volumes. First rule checks that the result is a folder (this excludes "Macintosh HD" alias in /Volumes). If true, I have a "Run rules on folder contents".
Second, I have a "Copy off" that basically says "Kind is Movie" or "Kind is folder", and "Date Last Matched" is not in the last 1 hour. Then "Copy to folder X".
Lastly I have a rule that just does "Eject". Checks if Kind is folder (so, again, CD/DVD in /Volumes), then "Run Shell Script", Embedded, "/usr/sbin/diskutil eject $1".
Seems like it's the Copy that's hanging, and I can't figure out why. It's obviously copying data off (the drive indicates activity, and I can see the file being copied "somewhere" in fs_usage, but I have a bad feeling it's just being copied over and over and over again).
Any help?