Is it possible to make Automater or AppleScript watch for changes to a folder and copy them to another?
And if so, can I make Automater or AppleScript ignore deletion of files?
Example: I have /Applications/MAMP/htdocs/wp-content/themes/theme. I save a new index.php and style.css, I want those two new files to be sent to my Dropbox folder, and if I make any changes to those files/folder I want those changes instantly pushed to dropbox. Now let's say I replace /Applications/MAMP/wp-content/ and my theme gets erased. I don't want that change to reflect in my dropbox folder.
I need a solution
Any new files need to be saved to Dropbox
Any saves need to be saved to Dropbox
Any deletions can not be removed from Dropbox
Any help? I've tried looking through google, but they all involve having to run the workflow each time I finish, and if I wanted to do that I'd just copy and paste each time, but why do all that if Mac OS can do it for me. Plus I've never toyed with Automater/AppleScript ever in my life
And if so, can I make Automater or AppleScript ignore deletion of files?
Example: I have /Applications/MAMP/htdocs/wp-content/themes/theme. I save a new index.php and style.css, I want those two new files to be sent to my Dropbox folder, and if I make any changes to those files/folder I want those changes instantly pushed to dropbox. Now let's say I replace /Applications/MAMP/wp-content/ and my theme gets erased. I don't want that change to reflect in my dropbox folder.
I need a solution
Any new files need to be saved to Dropbox
Any saves need to be saved to Dropbox
Any deletions can not be removed from Dropbox
Any help? I've tried looking through google, but they all involve having to run the workflow each time I finish, and if I wanted to do that I'd just copy and paste each time, but why do all that if Mac OS can do it for me. Plus I've never toyed with Automater/AppleScript ever in my life