MacBook Pro :: Automator Rsync Workflow With Yes / No Prompt

Feb 21, 2012

I am trying to adapt a workflow that i downloaded from Finished workflow, ready to use zip | 148 kb Sourced from: url...The workflow is a rsync workflow that syncs (mirrors) two folders.At present the Run Shell Script runs rsync -va --delete "$1/" "$2/".However, i would like the script to prompt me with a "Would you like to run a dry run? " dialogue box with a Yes/No answer. The Yes command would run the following script (Dry run) rsync -vaun --delete "$1/" "$2/".The No command would run the following script (Actual run)rsync -vau --delete "$1/" "$2/" set question to display dialog "Would you like to run a Dry Run?" buttons {"Yes", "No"} default button 1 set answer to button returned of question.

Info:
MacBookPro, iOS 5.0.1, Mac Office 2011

View 2 Replies


ADVERTISEMENT

Applications :: Automator Workflow To Capture Image URL

Apr 22, 2010

Does anyone know of an automator workflow that will create a document or otherwise capture a list of URL's, or associated a URL to each image, when an image is dragged from a webpage to the desktop or to a folder?

View 1 Replies View Related

OS X V10.7 Lion :: Save A Workflow To Automator Library?

Mar 28, 2012

I have a workflow that I use often. Is there a way to add it to the library? I added a folder called My Workflows, but can't save any of them to that folder.

Info:MacBook Pro, Mac OS X (10.5.8)

View 2 Replies View Related

OS X :: Automator Save-as Plugin Not Working - How To Create A Workflow

Jan 2, 2009

I am new to automator. I'm working on a Powerbook G4, in osx.4.11, and I'm trying to save a workflow as a plug-in in automator. When I click file>save as plug-in, nothing happens. I get no pop-up, and no plug-in is saved. I've tried this with various workflows.

I'm also having trouble adding actions to the workspace (even ones that make sense to add, i.e. I am following a tutorial to create a workflow that others have made before).

View 1 Replies View Related

OS X V10.4 :: Such A Simple Automator Workflow But It Won't Work (include Subfolders)

Mar 13, 2012

Hi all, here's what I'm trying but failing to achieve in Automator: 

1) When files are added to "foldername" or any of its subfolders

2) Copy that file to "newfolder" 

What is actually happening with my workflow below is it only takes action if something is added directly into "foldername" and ignores files added to subfolders like "foldername/subfolder". 

Info:
Macbook Pro, 2.8GHz, 4GB RAM, 450GB HD

View 5 Replies View Related

OS X Mavericks :: Automator - Define Start Folder For Workflow

Aug 27, 2014

What I try to do is pick a photo from a defined folder ("gallery"), scale it and upload it to my Wordpress side. I automatically want to run this workflow every morning at a specific time so that the pictures changes everyday. It may sound strange that almost everything is done but two things are missing: 

a) How do I tell Automator to use a random file from the "gallery" folder? How do I tell it to use the "gallery" folder in the first place?

b) How do I schedule that task? Is there a scheduler function somewhere that I missed? 

Right now I use it manually as a service for images - that's why the first action is the copy action.Once the picture is scaled down to 230px and loaded into the folder "image_upload_temp" Hazel will take the file and upload it. I need to copy the file first to keep the original and scale a copy and then move it to the target folder because Hazel shall not upload the unscaled but only the scaled version. 

Info:
MacBook Pro, Mac OS X (10.7.4), 15", 8GB

View 2 Replies View Related

Applications :: Create A Automator Workflow To Copy Exact Folders?

Mar 24, 2009

I want to set up a Automator workflow so that whenever I move Photo's to a certain folder, it will automatically copy those files to another folder, how can I do this ?

I have already created one, but after the first ' sync' it has failed and now does not work.

View 1 Replies View Related

OS X Technologies :: Automator Workflow Fails With Cryptic Error Message

Mar 14, 2012

I'm updating an Automator workflow for OS X Lion that I initally developed and used, without issue, in OS X Tiger. The workflow asks for a name, creates a folder for the name, takes a digital image with a Nikon D50 connected to the computer, and saves the image to the new folder. This aspect of the workflow works fine. 

I then have a prompt asking if we should take another. If the user says "yes," the script should take another image and save it to the folder. This is where I run into an issue. When I attempt to add another "Take a Picture Action" into the workflow, I get the cryptic (at least to me) error message in the attached screenshot.   

Here's the text: 

"Cannot update for observer <AMWorkflow 0x400458ac0> for the key path "parameters.name" from <TakePicture 0x403e3b0a0>, most likely because the value for the key "parameters" has changed without an appropriate KVO notification being sent. Check the KVO-compliance of the TakePicture class." 

The language of this error would seem to indicate a bug.

Info:
MacBook, Mac OS X (10.7.3), White

View 1 Replies View Related

OS X V10.7 Lion :: Automator Workflow With Create Package Action: Launch Path Not Accessible

Apr 5, 2012

I am using this action in a workflow.  I have downloaded the Auxiliary Tools and put PackageMaker in /bin.  When I run the workflow, it barfs on this action.  The error message is "launch path not accessible."

Info:
Mac OS X (10.7), iMacs, MacBook, and iPhone 4

View 1 Replies View Related

OS X V10.6 Snow Leopard :: Automator Workflow To TAR Multiple Files In A Single Directory Into Multiple TAR Archives In Succession?

Jun 12, 2012

I have set up an automator service that TAR's a folder into an archive for me and it works quite nicely. Idealy however, I would like to be able to highlight several folders, right click and have automator tar each folder into it's own TAR archive, but do it one by one.  

[Code]...

I'm not 100% sure so I guess it would be a good time to verify, is there a problem with having the system try to TAR multiple folders at one time? If it is not a problem then I guess this discussion itself is pointless and I can simple right click on each folder and select "TAR Folder" and just wait until they're all finished. I would think that it would be ideal for the system to do each one individually and not try to do them all at one time. 

View 3 Replies View Related

OS X :: Rsync Via Ssh Has Overwritten Some Files And Looking To Restore Them?

Aug 27, 2010

I have two disks I have been working with one on my MacBook Pro (HFS+) and one connected to a Linux machine (FAT - this is an external hard drive). Recently I started exploring backing up my files with rsync over an ssh from my Mac to the external hard drive connected to the Linux machine. I did this once successfully and ported all of my Mac files to the external. However, I did something incorrectly the second time and I believe I may have done rsync in the wrong direction and it has overwritten some files on my Mac (configuration files for iCal that had events stored, an iPhone program I've been working on). The full rsync command I used was the following:

Code:
rsync -avz -e ssh linux@linuxuser:/media/external/Users /Users
However, I was under the impression rsync wouldn't touch files that are timestamped at a newer date so even if it was copying from the linux external to the mac hard drive why would it overwrite newer files??

I have recently downloaded scalpel to try to see if I could find these files but every time I run

Code:
./scalpel /dev/disk0s2 -o recovery/
I get the error

Code:
ERROR: You have attempted to use a non-empty output directory. In order
to maintain forensic soundness, this is not allowed.
Aborting.
recovery/ is a directory I created solely for the purpose to scalpel and is empty.

If there is anyone out there who has any ideas that might lead me down the path to recovering some of these overwritten files I would be eternally grateful (especially the iPhone program which I've been working on for 3 months).

View 1 Replies View Related

OS X V10.7 Lion :: Cron Job Not Running - Script Uses Rsync, Ssh (with Id_rsa)?

Apr 26, 2012

Does anyone know how to get cron to run a rsync/ssh script which uses id_rsa for passwordless logins? I have a backup script I have slaved for months over that works wonderfully when running it from the command line.  It uses rsync and connects with SSH (passwordless using ssh keys). I have setup id_rsa and id_rsa.pub for passwordless logins (this is my user account, and connects using root@ to the server) As stated all works find when run from the command line. But when I setup a cron job to run this file (exact same line I run from the command line) it does not execute. Actually, it does run, as I have an email notifiction which sends to me. It is just the rsync/ssh part that does not run.  

I have spent days and days trying to figure it out. No error messages occur, nothing.  Took me a while to find out cron is emailing the user account on Lion the messages (not to a proper email address).  The error shows a permission denied, which I believe to be the cron user cannot use the id_rsa/ssh connection.  Cron is running the script as my user, the same I use on the command line. I even tried copying the id_rsa to the root user .ssh folder in case cron is running as root but that does not work either.how to get cron to run this rsync/ssh script which used id_rsa for passwordless logins?  

Info:
iMac, Mac OS X (10.7.3)

View 14 Replies View Related

MacBook Pro :: Prompt For OS At Startup?

Jun 11, 2010

I just installed Boot Camp on my 15' MBP. I'm not all too thrilled that the MBP will boot up the default OS so I'm wondering if there any option/preference that will allow me to select which OS to boot every time I start up my computer? On my windows PC I had XP and 7 installed and I had the option to select which one to boot whenever I started up my laptop. Is there anything like this for a Mac? I checked the Boot Camp control panel and I didn't see any settings in there for this.

View 6 Replies View Related

Mac Pro :: Most Efficient Backup Workflow?

Jun 27, 2012

I've got a Mac Pro 2008 with four internal SATA drives which I back up with Deja Vu (don't care for Time Machine) on to four SATA drives housed in an Icy Dock. I back up all the key folders from Drive 1-Internal (users, apps, library, system, along with some other folders) but I do not have an OS installed on this drive. If my Drive 1-Internal fails, the option is to boot an OS from a DVD or USB drive and do a clean install onto an empty drive. I can then copy my backed up folders onto the newly-formatted drive. 

The first issue is that you have to have a hard disk at your disposal that is either new or you're willing to wipe clean. The second concern is that it takes more time to do a clean install and transfer backed up files than if you had a backup drive with an OS installed that you could boot from. 

What are the advantages of installing an OS on Drive 1-External? Doing this would mean having to run software updates on two separate drives? Apart from decreasing the downtime involved to reformat a new drive, isn't it preferable to do a clean install on the new main hard disk? Opinions?

Info:
Mac OS X (10.7.4)

View 12 Replies View Related

MacBook Pro :: Get Rid Of Prompt To Update An App Already Deleted?

May 23, 2012

how do I get rid of prompt to update an app I already deleted??

Info:
MacBook Pro, Mac OS X (10.7.4)

View 2 Replies View Related

Configuring Power MAC G5 For Final Cut Pro Workflow

Feb 13, 2012

I am new to MACS as most of my experience has been with windows OS. I recently took some classes in video production (which initiated me to the MAC environment) but abandoned it due to frustration caused I believe by under-resourced computers in our lab (Mac Pro w just 3GB RAM running Final Cut Pro X) too many hours wasted watching the rainbow windmill. My offer to buy 16GB of RAM and loan it to them for a test was rejected.I want to continue working on video editing, so found a couple Power MACs and FCP v5.1. One is a 1.8Ghz dual (bought before I knew better) and the other a late 2005 Quad which I am configuring for editing. It currently has 10GB or RAM and I expect to bump that to the 16GB limit. The hard drive space shocked me. Who would design a case like that to hold just 2 drives? I see that additional internal drive cages are made by 3rd parties and am considering that. But before I get too involved, I need to learn more about MACs.I obviously bought these used and didn't get any install discs. There are 2 drives in the Quad. A 500GB holds about 100GB for the OS and applications. The second drive is 250GB and empty. As I understand it, the Quad supported only SATA version 1 (150MB/s) correct? Will it support 2TB drives?

I'd like to separate the OS and APs from the data and think that the 250GB drive would suffice for that purpose. Can the files on the boot drive be cloned to the 250GB drive so I can use it to boot from? In the alternative, I might replace both with 2TB drives if the OS (10.5.8) will support that. The primary concern here is to keep all the existing APs functional.I am just now taking a linux class and the advice there is to create lots of different partitions. Onr for the kernel and system files, another for APs, etc and to create a swap file on a different drive for optimal performance. I think that would be the same for the scratch file for video rendering.

Aside from the 2 HD bays, I am studying the idea of a SATA card that would support internal as well as external sata devices. Given that rendering is processor-intensive, is there any advantage to adding a SSD via a SATA card running at 3 or 6GB/s? One reference I read indicated that the video can't be processed faster than the existing HDs can take it. If true, then I wouldn't see much advance in adding faster drives. But if someone that ahs experience with such, I'd like to get some input.As to the 1.8 Dual G5 that I grabbed before i 'discovered' the Quad, I'll probably use that more for video capture since its PCI-X slots will accomodate my video capture cards inputting mostly miniDV tape media.

Info:
Power Mac G5 (Late 2005), Mac OS X (10.5.8)

View 4 Replies View Related

MacBook Pro :: When Do A PRAM Reset They Prompt For Password

Mar 12, 2012

when i do a PRAM reset, they will prompt me for a password or serial, may i know what password or serial is that?

Info:
MacBook Pro, Mac OS X (10.7.3)

View 3 Replies View Related

MacBook :: No Password Set But Prompt Keeps Coming On Startup

Apr 20, 2012

I used to have a password on my Macbook but I got annoyed of having to type it in every time I closed/opened the lid and the Macbook woke up. I got rid of the password through my system settings, but the prompt kept coming up when I opened the Macbook, but there was no password. I would just leave the password field blank and hit enter. Okay, no big deal. I just restarted my Macbook because it was lagging with video, and its asking me for a password to start up. I tried leaving it blank and just hitting Log In, the prompt shakes back and forth. I tried my old password before I got rid of it, the prompt just shakes. I don't have a password, why am I getting a prompt on startup and how do I get past it.

View 1 Replies View Related

OS X :: Stop MacBook From Showing Command Prompt On Startup?

Jun 4, 2009

I had an image from an older macbook (10.5.4) and I put it in a newer MacBook which I assume was could not boot as far back as 10.5.4, so I updated it by booting 10.5.6 on an external and running the combo 10.5.7 update on the MacBook's internal drive. I boot and after staying on a blue screen for a while, it goes black and shows me a command prompt and I can see all the processes starting up. then it goes back to blue and works normally. On shutdown, I see the prompt again. I cannot boot into safe mode or single user mode for some reason. When holding down the s and shift it still does the same thing. I can however still use option to boot from a different drive.

The computer runs perfectly normally once booted. I just don't want to see the command line stuff. So is there some way to stop it, or hide it?

View 9 Replies View Related

MacBook Pro :: Cannot Start A New Email Without Prompt To Rebuild Coming Up

May 7, 2012

In outlook mail a box came up saying to rebuild database which I did. I clicked done when finished.When I went to email I can now receive emails and reply to emails but I cannot start a new email without the prompt to rebuild coming up.Once this prompt comes up I have to rebuild again as the swirly thing prevents me from doing anything else, so I end up in a circular pattern and consequently can't use outlook.

Info:
Microsoft Outlook for mac, Mac OS X (10.6.8)

View 1 Replies View Related

Applications :: DVD Copying Workflow - Missing Compression Tool

Jun 21, 2010

I've always backed up the DVDs I've purchased for when the originals get scratched. On a PC I had a decent workflow that involved a decrypter, a compressor, and Roxio burning ROM. Now on a Mac I'm a bit lost. I've used handbrake to rip DVDs to be playable in iTunes and have Burn installed, but there seems to be something missing, namely a compression tool and the ability to keep the original DVDs menu structure, etc. I know about Mactheripper but am lost after that. Shed some light on this for me?

27" iMac, Snow Leopard

View 2 Replies View Related

OS X V10.6 Snow Leopard :: Create A Workflow That Will Monitor A Webpage?

Jun 10, 2012

I am trying to create a workflow that will monitor a webpage and send me email if the page contains a certain keyword. I got it working, I get email; the email contains the keyword, or is an empty message when the keyword is missing.I would rather not get these empty messages is possible. Until I figure this out, I may send these message at some gmail address and create a fiter there to forward only message with that keyword. Not elegant but should work. Anyway, long term I want a more elegant solution. Here is what I have in Automator:

1) Get Specific ULRs

2) Get Text from Webpage

3) Filter Paragraphs (and here is where I check whether the keyword shows up or not)

4) New mail message (which contains they keyword from #3, or is empty)

5) Send outgoing messages.

As I said, the workflow always works, and will send a message with that keyword, or an empty message. How do I make the workflow send email ONLY if they keyword is detected? There is not IF in Automator as far as I can see. This is the first time I try to do something in Automator so maybe I am missing something.

Info:
Mac OS X (10.6.8)

View 4 Replies View Related

OS X Technologies :: Run The Create Booklet Workflow As A Folder Action?

Jul 2, 2012

Please accept my apologies if I'm posting in the wrong section .  I've been using the fantastic Create Booklet PDF Service (workflow) by Christoph Vogelbusch (his page is on .mac, so it just went bye-bye).  I'd like to turn this worklfow into a folder action so that when a file is added to the folder, a pdf booklet is created automatically.  In particular, I'm interested in doing this in Microsoft Word.  Can anyone tell me if this is even possible, and if so, either point me in the right direction (or, at least, to the best Automator community where I might repost this request)?

Info:
2.2 GHz Intel Core 2 Duo MacBook Pro, Mac OS X (10.6.3)

View 1 Replies View Related

MacBook Pro :: Windows 7 Cannot Access Lion SMB Share, No Login Prompt

Apr 15, 2012

I am able to access my Windows 7 machine's shares on my Mac (Lion 10.7.3) through SMB with no problems at all. However, I am unable to access my Mac's shares on my Windows machine. 

I have been fighting with this issue for hours and haven't found a solution yet. I've done a bunch of Googling and have found plenty of posts related to my issue, but no solutions. Everyone seems to be at least receiving a login prompt when they try to connect to a Mac OS X Lion Samba share from a Windows 7 machine, but I am not. All I get is "Windows cannot connect to \MAC" after ~15-20 seconds of waiting. 

Here's what I've tried:Reconfigured all of my settings on both the Windows and Mac systems, then restarted. Windows: set to 40- and 56-bit encryption for File Sharing, instead of 128-bit.Windows: network discovery and file sharing enabled.Windows: Network Security: LAN Manager Authentication Level to Send NTMLv2 response only” to “Send LM & NTLM – use NTLMv2 session if negotiated as suggested in another post.Windows: verified workgroup as WORKGROUP.Windows: verified Windows Firewall options for File Sharing.Windows: cleared credentials for my Mac's share in the Credential Manager, still no login prompt.Windows: reinserted my Mac's credentials in Credential Manager for the share, same issue. Mac: Enabled File Sharing, enabled SMB, enabled my Mac's account.Mac: verified Firewall settings for File Sharing.Mac: verified workgroup as WORKGROUP in WINS/NETBIOS configuration. For both systems: verified IP configuration as DHCP under the same gateway and subnet mask--they're clearly under the same network. 

Info:
MacBook Pro, Mac OS X (10.7), 15-inch 2011

View 14 Replies View Related

MacBook Pro :: During Installation Prompt With Running Instances Detected And Cannot Proceed?

Apr 30, 2012

during installation prompt with running instances detected and cannot proceed

Info:
MacBook Air, Mac OS X (10.7.3)

View 1 Replies View Related

OS X Technologies :: Pause Workflow Until Embedded Applescript Application Is Complete

Mar 1, 2012

I have a multi-step automator workflow that has an embedded "Launch Application" step that calls an applescript application that I've written.  The application goes through a list of URLs.  I don't want the workflow to start with the next step until my application has cycled through all the URLs.  Currently, I have hard coded a pause into the workflow, but I'm looking for something more precise (if I set the pause too long, it results in unnecessary delays, if I set it too short, my workflow gets messed up). 

I'm assuming there is some way to modify my application and/or the workflow to send a complete status that can trigger the next step in my workflow.

Info:
Applescript, Mac OS X (10.7.2)

View 2 Replies View Related

OS X Server V10.6 Snow Leopard :: Include Office 2011 In SIU NetRestore Workflow?

May 22, 2012

I am trying to build a modular workflow to perform a NetRestore of Lion, rather than the old fashioned way of cloning a system. I am using SIU 10.7.3 on a 10.7.4 client iMac. Our servers are running 10.6.8 Server. I am also trying to follow the directions from the 10.6 Deployment book from Peach Pit, as well as looking things up in SIU's built-in Help and I am running into problems. 

Firstly, I am not clear on how to install 3rd party apps such Office 2011 or apps that install via .mpgks. I created a couple of test Workflows and when I tried to include the Office installer, it would fail at the very last step of the NetRestore. Mpgks would not even install at all.  

I am also not clear on how to inlcude apps that do not install via packages, such as Firefox.

Secondly, documentation is confusing regarding workflows that work for Netinstall and Netrestore. The Add User action is only available for NetBoot workflows and not NetInstall modular workflows, which doesn't really make sense. 

Why is the Add Packages and Post-Install Scrpits available only on NetInstall images? It makes more sense to me that this action should be available for NetRestore workflows. 

View 2 Replies View Related

MacBook Pro :: How To Reinstall Automator

Jun 27, 2012

I am not sure where automator went and never needed it before today.  When I went to look for it it is gone.  I could not find it on my snow leopard disc or macbook discs.  I looked all over the web and it seemed like I was the only person who ever went looking to reinstall it.  I am on 10.6.8 and just about ready to upgrade now that all my programs are supported on it.  But I need automator.

Info:
MacBook Pro, Mac OS X (10.6.8)

View 9 Replies View Related

MacBook Pro :: Can't Quit Automator

Jun 22, 2014

Two dialog boxes keep popping up that won’t go away.  “Cancel” or “Okay” just gets them back in seconds.  In activity monitor both are listed, Automator Runner.  I can’t stop them. 

View 2 Replies View Related

OS X :: Password Prompt Before App Install?

Oct 12, 2010

On my MBP, I get prompted for a PW before any program gets installed.

On my iMac, at times I get prompted, other times I don't.

I just downloaded handbrake and installed but there was no PW prompt.

The day before I installed a plug in for Quicktime and was prompted for a PW.

How can I get so that I get prompted for a PW every time before anything gets installed?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved