Re: Backup Droplet
Re: Backup Droplet
- Subject: Re: Backup Droplet
- From: "Marc K. Myers" <email@hidden>
- Date: Wed, 24 Jul 2002 17:18:19 -0400
- Organization: [very little]
>
From: Ari Winokur <email@hidden>
>
To: "'email@hidden'"
>
<email@hidden>
>
Subject: Backup Droplet
>
Date: Wed, 24 Jul 2002 10:10:29 -0400
>
>
I want to create a droplet that will backup files or directories that I drag
>
onto it to a specific location of my choosing, I know this is not a
>
difficult script however, I want to know how to set it to automatically
>
overwrite the old backup. Thanks in advance for all your help
property bkupFldr:"someVolume:someFldr:"
on open(itemList)
tell application "Finder"
duplicate itemList to folder bkupFldr with replacing
end tell
end open
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[7/24/02 5:17:36 PM]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.