-- backup to Media
tell application "Finder"
if exists "Media-Time Machine:" then
set source to "Macintosh HD:Users:bcuilla:Documents:Quicken Folder"
duplicate source to "Media-Time Machine:" with replacing
end if
end tell
-- backup to MWF Backup
tell application "Finder"
if exists "Mon-Fri Backup:" then
set source to "Macintosh HD:Users:bcuilla:Documents:Quicken Folder"
duplicate source to "Mon-Fri Backup:" with replacing
end if
end tell
-- backup to TueThurSat Backup
tell application "Finder"
if exists "Weekly Backup:" then
set source to "Macintosh HD:Users:bcuilla:Documents:Quicken Folder"
duplicate source to "Weekly Backup:" with replacing
end if
end tell
-- duplicate source to "http:idisk.mac.com:bcuilla:" with replacing