Convert to DNG and Backup at same time

I have not been able to figure out how to do this ...
I'd like to import my NEF files and do the following
1) Import NEF files as DNG
2) Backup converted DNG files (don't need the NEF)
3) Be able to specify the Exact folder used for the backup.
(I know how to backup the NEF files to a LR specified subfolder)

Does any know ?

Similar Messages

  • Store to file and backup at same time

    Hello!
    We have a very well working measurement software written in LabView. However we would like to backup the data files regularly. We want to be able to do this even during measurement and while the software is writing to the files. Now when we try to do so, we occasionally face "Error 5 occurred at Open/Create/Replace File" (in "Write To Spreadsheet File") because another software (backup, windows stuff, else...) accesses the files also. Now from my point of view this kind of concurring file access should not be a problem since LV is the only software writing to the files. There are 3 possible solutions I can think of:
    delay the write (not feasible since you don't know how long to delay, e.g. how long the other software stays open)
    queue the data and write it on next try (e.g. https://decibel.ni.com/content/docs/DOC-7212 - but again; how long to queue?)
    the proper thing is; copy the file to a temporary one, edit the temporary, delete the original and move the temp. in this place
    the last one should be the proper solution and also work on different OS since the copy/moving stuff should be atomic operations and thus safe in this context. However I implemented the solution and still have exactly the same problem but now in "Move File"... I am starting to doubt if it is possible to solve this issue at all and thus desparatly need help here! As I can see there is not lock or mutex on the file and no need for LV to raise an error (I think it is done as warning for future possible conflicts)... I assume it is some hidden/strange badly documented Windows API "feature" LV is using to detect those other accesses and it results in a behaviour I cannot change or fix - so what to do here...?
    Thanks a lot in advance for any helpful suggestions or hints! Greetings
    Ursin Solèr
    Solved!
    Go to Solution.

    I Think you must have missunderstood me; the problem is you cannot open and write to a file while another external program has it opened too with exclusive access. Consider following code:
    If you open the file during the "Wait" (it is closed then because "Write to Spreadsheet" does open, write, close) e.g. with MS Word wich does an exclusive open (allowing exclusive access only) then during the next loop your program will crash with error 5.
    The solution I mentioned is to open it first in LV an keep it open all the time:
    which prevent e.g. MS Word to open it exclusively but read-only!
    What you mentioned is regarding a backup - I considered this double write long before, but it is no good solution, beacuse e.g. the other drive might be a network drive and I don not want to handle absent drives - that's something the external backup tool should do.

  • HT1178 Can you backup to same time Capsule with PC and Mac

    How do I backup to same Time Capsule with both PC and Mac

    - backup iMac to TC and hook up HD to USB port on TC to backup PC laptop
    Hmmm not better IMHO.. as long as you disk image the TC.. and the amount of space you have far exceeds total usage on both computers.. For the TM backup on the Mac you want TC area to be at least 3x the used space on the drive.. leaving out VM or bootcamp partitions if you use them.
    Plus enough space to back up the PC laptop a couple of times over.
    USB hard drive is fairly slow.. but should be ok for backup over wireless.. just be aware you cannot unplug the USB drive and use it direct unless you format it FAT32 which is very poor format. So first backup is going to be slow.
    - backup iMac directly to HD thru firewire and backup PC to HD hooked up to Airport Extreme
    If you don't already have a TC then this is fine. Firewire local disk is much faster than network backup even over gigabit.
    Any of your options would work ok.. doing disk image on the TC is most difficult to get working and limits the hard disk space. Balance out what you already own network wise with what you need.. there are plenty of routers now with USB ports that will deal directly with windows using NTFS.. if you end up using firewire local disk to the imac..

  • Delete records in a table and at the same time print out for reference

    I am working on a req to delete some records from a table and at the same time, record/print the deleted records in the outstream (DBMS_OUTPUT.PUT_LINE)
    DECLARE
    v_rec_po hst_po%ROWTYPE;
    BEGIN
    DELETE FROM hst_po po
    WHERE abbrpoid = '&opportunity_code'
    AND updatedby = (SELECT employeeid
    FROM tes_employee
    WHERE name = &emp_name)
    AND audittimestamp BETWEEN TO_DATE ('&start_timestamp',
    'DD-MON-YYYY HH24:MI'
    AND TO_DATE ('&end_timestamp',
    'DD-MON-YYYY HH24:MI'
    END;
    I was thinking of using returning into and then using DBMS_output to pull out the delted records, but there will be multiple rows deleted fro this statements. I am stuck here..Can anyone help

    How about:
    SQL> create table t
      2  (x int)
      3  /
    Table created.
    SQL> insert into t
      2  select rownum
      3    from all_objects
      4   where rownum <= 10
      5  /
    10 rows created.
    SQL> declare
      2     cnt pls_integer;
      3  begin
      4     delete from t;
      5     cnt := sql%rowcount;
      6     dbms_output.put_line ('Removed: '||to_Char (cnt));
      7  end;
      8  /
    Removed: 10
    PL/SQL procedure successfully completed.Edited by: Alex Nuijten on Jun 4, 2009 8:58 AM

  • Is there a way I can stream video from my 2012 AirMac to the Apple TV using airplay and at the same time stream the audio to an air speaker?

    Is there a way stream video from a 2012 MacBook Air to a TV using Apple TV and at the same time steam the audio to an air speaker. Also the same question but using an ipad

    You can try one thing. Follow these steps:
    1. On your Mac, turn on AirPlay Mirroring and connect it to the Apple TV, so audio and video will stream from the Apple TV.
    2. Turn off the sound of the TV where you have connected the Apple TV.
    3. Then, make sure that you have turned on the AirPlay speakers. Then, open System Preferences > Sound > Output, and choose the external speakers, so sound will stream from these external speakers.
    This should work correctly

  • Recording Video and Audio at Same time with simultaneous sync

    I want to record a keyboard performance into garageband and at the same time record the playing of that performance with my video camera. Then I want to create a movie using the music from garageband and the video from the camera. I was thinking that if I can sync the video and audio when I'm recording the session, then that part is taken care of. Or, maybe this is easier than I think it is?
    Is there a way to do this so that I can use the garageband record performance and have it synced to the video on the camera?
    I don't want to use the audio from the video camera because the performance that is captured in Garageband will be much better and I can do editing of the individual notes in GB.
    In the end, I just want to make a movie and/or podcast of the performance.
    I'm a newbie regarding this, but I did search the forums and couldn't find anything specific. Mostly it was about importing video into GB3 and then syncing new audio. I'll basically have audio and video from the same performance in two separate locations and I want to bring them together perfectly in Garageband.
    Thanks for any help you can provide.
    Powerbook G4 - DVI   Mac OS X (10.4.9)  

    Okay. I got the video and audio all together. I told you I'd link to it when it was up.
    http://www.youtube.com/watch?v=FxssYpUNJm8
    There's also a copy of it at http://www.myspace.com/bonjimmy/
    And as a quick side comment, even though I uploaded the same video to both YouTube and MySpace, the MySpace version is much better. YouTube must do something to the video after it's uploaded.
    What I learned doing this project:
    I recorded the video first (which gave me the sequencing of the piano performance) and then I dubbed the audio in later. However, there wasn't a good way to sync the video and the prerecorded piano, so there are some spots where the dubbed audio vocal isn't accurate to the video. I'm not sure what the pros do for this. I was hoping I'd remember how I sang for the video but when a couple weeks go by before re-doing the audio, it's about impossible. I tried, though.
    I remember working with an old 4-track and smpte to a sequencer a long time ago. With the way it is now, it's pretty cool that you can record digitally and mix and match and everything falls together perfectly as long as you have a place to match the video and the audio. It's pretty cool.
    What else???
    Does anyone have suggestions that would have made it better? Also, if you have suggestions on my performance or whatever, I'd love comments, but you can do that on the linked page.
    Thanks again for all your help. (The point of the video is because I'm thinking about getting back out there and doing some more playing... I'm looking for a band or something else interesting...)
    Powerbook G4 - DVI   Mac OS X (10.4.10)  

  • How to collect form responses in adobe formscentral and at the same time receive form responses through email

    My client wants to have the form that I created in FormsCentral to be able to collect email responses. So to do this, I downloaded the form as PDF then imported it into Acrobat. I created a button in Acrobat (this will be for the email response part). I used this script for that function:
    // This is the form return email. It's hardcoded
    // so that the form is always returned to the same address.
    // Change address on your form to match the code below
    var cToAddr = "[email protected]"
    // First, get the client CC email address
    var cCCAddr = this.getField("ClientEmail").value;
    // Now get the beneficiary email only if it is filled out
    var cBenAddr = this.getField("BennyEmail").value;
    if(cBenAddr != "")
    cCCAddr += ";" + cBenAddr;
    // Set the subject and body text for the email message
    var cSubLine = "Form X-1 returned from client"
    var cBody = "Thank you for submitting your form.\n" + "Save the filled form attachment for your own records"
    // Send the entire PDF as a file attachment on an email
    this.mailDoc({bUI: true, cTo: cToAddr, cCc: cCCAddr, cSubject: cSubLine, cMsg: cBody});
    I got it from here: http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address
    I'm still kinda not sure how it works but I'm getting the idea. Now what I'm having trouble with is, how do I make it so that the user will be required to click on the scripted button and at the same time, also click on the FormsCentral's generated submit button? Because as I see it, the user can click on the scripted button but they can just close out the form without submitting it to FormsCentral.
    Is there any way to make my idea work?
    Any help is very much appreciated!
    Thanks!

    I do not know or have time right now to look up NDP format.
    To write to NTFS from Mac, you need a driver.
    And to write to HFS from Windows also.
    I strongly recommend Paragon drivers for both.
    That way you can access anything from any platform.
    Paragon Software for Mac

  • How can I copy documents from a Sharepoint On Premises library to a Sharepoint Online library and at the same time preserving their metadata?

    How can I copy documents from a Sharepoint On Premises library to a Sharepoint Online library and at the same time preserving their metadata?
    I use the Open Explorer Windows to drag and drop the files, but the metadata are not copied. Thanks.

    To maintain the metadata you'll need to use one of the third party tools that does this kind of migration.  Metalogix has a product with a free trial that we have used before.  (Don't remember whether the free version maintains metadata or not).
     You can read about it here:
    http://www.metalogix.com/Products/Content-Matrix.aspx
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Is it possible to record and play at same time in swift, is there a option to record without storing the file

    I am making a microphone, is it possible to record and play at same time in swift, is there a option to record without storing the file

    Its pretty simple with FMS. You just need to do following things:
    Publish using FMLE with following settings: (just telling which are needed , rest you configure based on your needs)
    Video codec: H.264
    Audio Codec: <of your choice>
    Server ip: rtmp://<server-uri>/<app-name>
    Stream Name: mp4:<stream-name>.f4v
    Application : Server-side code
    application.onPublish = function(myclient,mystream){
         mystream.record();
    application.onUnpublish = function(myclient,mystream){
         mystream.record(false);
    Have a client , which subscribes in following live mode:-
    ns.play("mp4:<stream-name>.f4v",-1,0,true);   // this is subscribing in live mode
    In this way even if file is recorded, your clients are subscribing in live mode so all will be in sync.
    Now if you want to disallow any clients who will try to subscribe to "recorded" file when live event is going on, you can achieve using auth adaptor. (let me know if you want to enforce such requirement)
    But i think above solution solves your primary problem. Also please let me know if there are any issues in getting it work , i have given bare minimum which is required.

  • Bluetooth seems like working since last week and at the same time I can't manage the Wi-Fi

    Bluetooth seems like working since last week and at the same time I can't manage the Wi-Fi. I have already restored.

    This entire thing is a hair over four months old, I don't think it should be acting up this much. Plus, this problem happens only once out of every 40 or 50 times I start this thing up. It's very infrequent, but it's there, and it just bothers me, I guess.
    That said, I would try reinstalling, but I wouldn't be able to tell if it'd worked unless the problem never cropped up again in a long, long time. Sadly I also don't have access to my OSX discs at the moment (I'm out of the country).

  • Connecting Gigaworks ProGamer G500 to TV and PC at same time?

    Yeah well thats my question. Is it possible to connect both to TV and PC at same time, and get 5.1 sound out of each? (not at same time though). Message Edited by mefi on 10-11-2007 03:47 AM

    OOps sorry I wrote the wrong thing. It's been redone now.
    Message Edited by mefi on 10-11-2007 03:48 AM

  • How do i get a still image to fade the same way and at the same time as a video?

    I have a video stacked on top of a still image. When i add a transition, the still turns to a black screen while the video fades in accordance to the transition. How do i get the still image to fade the same way and at the same time as the video?

    I do. I've applied it to both the  still image and the video. Say i used the lens flare transition. If i apply it to both the video and the still image, the video will dissolve in to the next frame, but the still image will go to a black screen and then jump to the next frame. Its almost as if i inserted a black frame instead of a transition, but only for 2 seconds. Below is kind of a peek what it looks like.

  • Create SP that returns value and at the same time displays query result in output window

    I would like create an SP which will return the records from the table and also return value to my c# client application.
    For Example:
    Select * from employee returns all the query results in output window.
    Now I want to create an SP
    Create procedure Test
    As
    Declare @ret int,
    Select * from employee
    set @ret = Select count(*) from employee
    if @ret > 0
    return 1
    else
    return 0
    The above algo should return 1 0r 0 to c# client application and at the same time display all employees in sql query output window.
    Can u pls help in this regard.

    The above algo should return 1 0r 0 to c# client application and at the same time display all employees in sql query output window.
    Why?  and No!
    Why?  Your procedure generates a resultset of some number of rows.  You check the resultset for the presence of rows to determine if "anything is there".  You don't need a separate value to tell you this.  Note that it helps
    to post tsql that is syntactically correct.   While we're at it, if you just need to know that rows exist there is no need to count them since that does more work than required.  Simply test for existence using the appropriately-named function
    "exists".  E.g., if exists (select * from dbo.employee). 
    No!  A stored procedure does not display anything anywhere.  The application which executes the procedures is responsible for the consumption of the resultset; it chooses what to do and what to display. 
    Lastly, do not get into the lazy habit of using the asterisk in your tsql code.  That is not best practice.  Along with that, you should also get into the following best practice habits:
    schema-qualify your objects (i.e., dbo.employee)
    terminate every statement - it will eventually be required.

  • Nsert/Update and Add Column at the same Table and at the "same" Time

    Hello,
    I want Insert/Update and Add Column at the same Table and at the "same" Time but in different sessions.
    Example:
    At first the "insert/update" statement:
    Insert into TestTable (Testid,Value) values (1,5105);
    After that the "add" statement:
    Alter table TestTable add TestColumn number;
    - sadly now I get the message: ORA-00054: resource busy and acquire with NOWAIT specified
    "insert/update" statement:
    Insert into TestTable (Testid,Value) values (2,1135);
    After that the execute commit.
    I don't know when the first session set the commit statement so I want that the DB the "Alter Table..." statement execute if it's possible.
    If it's possible I want to save a repeat loop with the "Alter Table..." statemtent.
    Thanks for ideas

    Well I want to walk in the rain without and umbrella and still stay dry, but it ain't gonna happen.
    You can't run a DDL statement against a table with transactions pending. Session 2 has to wait until session commits or rollbacks (or until the session is killed). That's just the way it is.
    This makes sense if you think about it. The data dictionary has to be consistent across all sessions. If session 2 was allowed to change the table structure whilst session 1 has a pending transaction then the database is in an inconsistent state. This is easier to see if you consider the reverse situation - the ALTER TABLE statement run by session 2 does a DROP COLUMN TESTID rather than adding a column: now what should happen to session 1's INSERT statement? You have retrospectively invalidated a statement that was perfectly legal when it was executed.
    If it's possible I want to save a repeat loop with the "Alter Table..." statemtent.Fnord.
    Cheers, APC

  • I cant use photoshop and illustrator in same time....

    Hello!
    I have CS3 and i´ll try run photoshop and illustrator in same time. If i run first photoshop then illustrator not work and if i run illustrator then photoshop not work. :-/ What i pose to do??
    PC:
    AMD FX (Six-core)
    Memory 8G (XP 32bit -> ~4G)
    Thanx anyway!

    Read this probably the scratch disk you haqve is too full, and you will have to select a scratch disk that is not fragmented and has plenty of room to work. The scvratch disk is storing the various undo states for both Photoshop and Illustrtor.
    Illustrator has unlimited undos so that takes up a lot of scratch space if you do complex art work with many points being employed to create the art and Photoshop will do the same if you are using very high resimages with many layers.
    And in 32 bit the amount of RAM is limited which puts a strain on the scratch disk so it has to bve very large if you want it to work for you.
    This is what I recommend to you go 64 bit get another 8 GB of Memory at least and get a hard drive you can use as a swcratch disk that will not have any files on it or that you can partition to have a large amount of free space.
    You will have to read a little bit but you can start here:
    http://helpx.adobe.com/photoshop/kb/optimize-performance-photoshop-cs4-cs5.html#main_Memor y_Usage
    I am on a Mac myself and have 24GB of memory and feel I could still use anoter 8GBs but I do some motion graphics as well.
    Nut if you do a lot of Illustrator and Photoshop that can be just as big a drain on your resiources.

Maybe you are looking for

  • Combine multiple key figures in single key figure

    Hi, We have a requirement where we need to put multiple key figures into a single key figure For example source DSO is as follows (+ Unit object): Region    |   Date           |    Amount  |    Quantity Asia        |  01-01-2008  |    100        |   

  • IPhoto 11 not retaining edits

    Since upgrading to OSX Lion (currently using iPhoto 11 9.1.5), iPhoto is not retaining, or 'holding' edits once editing mode has been left.  In other words, if I go to edit, and crop (or touch-up, or adjust) a photo, as soon as I am NOT in editing mo

  • GETTING UPSET

    I cant get a single jar to work on my computer!! They ALL get the error: Could not find the main class, the manifest file looks like this: Manifest-Version: 1.0 Created-By: 1.4.0_01 (Sun Microsystems Inc.) Main-Class: hello

  • HELP - dreamweaver source URL

    Hi, i would be most grateful if someone could help me out. I am extremely new to dreamweaver and am trying to create an email flyer. These are the steps I have taken so far: 1. designed the e-flyer in photoshop at 550 x 750 pixels 2. opened the docum

  • Trace recording cannot be activated for system

    Hi All, I am trying to record a dynamic TBOM from SOLAR01. When i am pressing the button to create TBOM, system is throwing me the below message "Trace recording cannot be activated for system". I have checked all the prerequisite and the authorizati