Thanks Stroller. I found out the reason. It seems that the script created a /Volumes/Backup folder when the disk was previously failing/ failed, so new mounting of the external drive showed up as /'Volumes/ Backup 1'. I was able to use 'Go to folder', delete the '/Volumes/ Backup' folder and now the external disk mounts as expected. -- Andy Fragen On Fri, Jun 30, 2006, Stroller said: > >On 30 Jun 2006, at 20:29, Andy Fragen wrote: >> .... I've got rsyncbackup successfully running, but my >> destination is a firewire drive whose mount point keeps changing if I >> remount/restart/etc the drive. The drive is named "Backup". I would >> expect the mount point to be "/Volumes/Backup" but instead it comes up >> as "/Volumes/Backup 1". > > $ VARIABLE=`df -h | grep -o "/Volumes/Back.*$"` > $ echo $VARIABLE > >Stroller. > > >