Restore file to a different folder than original?

Hi I work with a lot of password protected word documents (can't be viewed in quick look)... and often want to look at the changes that are made with previous versions. Is there a way to be able to restore time machine backups to a different folder so it doesnt overwrite the current version

Yes, you can!
While in the TM interface, just choose the file(s) that you want to restore to a different location, click on the Gear Icon and choose "Copy ...". Then come out of the TM browser by clicking Cancel or pressing Esc key and browse over to the destination folder in the Finer. Right click and choose "Paste ...". This will restore the file from your chosen backup to this folder.

Similar Messages

  • HT201361 Is it possible to save the screenshot files to a different folder than desktop. How can I change the folder?

    Is it possible to save the screenshot files to a different folder than desktop (that is the default). How can I change the destination folder? Thank you, Sal

    To change the screenshot capture location to a new place on your Mac, first think of a location that would serve you properly. We like to place ours in a "Screenshot" folder located inside of the User's "Pictures" folder. To change the location to this new location, open the Terminal and enter the following command:
    defaults write com.apple.screencapture location /Users/[u]/Pictures/Screenshots/
    Replace "[u]" with the name of the user on your system. Once you have entered this command, let's restart the screen capture utility by restarting the SystemUIServer by entering the following command:
    killall SystemUIServer
    You can optionally log out and back in instead of entering this second command, thus restarting the SystemUIServer. Once restarted, all screen captures taken from here on out will end up in your /Pictures/Screenshots/ folder in the User's home folder on your Mac.

  • Using GetResource to get a file from a different folder than bin

    Hi guys,
    here is the line of code I am working with:
    final static URL musicD = Sound.class.getResource("Sound//MusicD.mid")this loads MusicD.mid from the project/bin/Sound folder. However, SVN messes up my bin folder badly, how can I get a resource from the project folder, or better yet project/sound folder as opposed to the bin folder? Thanks!
    P.S. I am on a tight deadline, so a straight answer would be very helpful, what I dont need is more smug advice! =) thanks!

    hiwa wrote:
    Christ_Guard wrote:
    Hi guys,
    here is the line of code I am working with:
    final static URL musicD = Sound.class.getResource("Sound//MusicD.mid")this loads MusicD.mid from the project/bin/Sound folder. However, SVN messes up my bin folder badly, how can I get a resource from the project folder, or better yet project/sound folder as opposed to the bin folder? The syntax is wrong. Besides, what is your current current directory from where your application is launched? Is it in a jar file?Thanks for the honest help, I really appreciate it! I am working out of eclipse and compiling it there, so it is not yet a jar file. How would you suggest fixing the syntax to work?
    P.S.
    the directory I am working from is this:
    C:\Users\Christian\TCSS 305 Workspace\shielc-tetristhis directory has the src and bin directories, yet I dont know how to get the resources from this directory instead of the bin directory.

  • How to generate & publish  webhelp html files in different folder than default folder

    Hi All,
    I am new to robo help. I have a requirement to generate & publish webhelp html files in a different folder than default folder.
    Could anyone please tell me the steps to change the folder
    Thanks
    Rashmi

    You change the generate folder and filename in the first field on the first page of the wizard. It must be a folder on your hard disk.
    You change the publish folder in the last page of the wizard. Anywhere you like.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to move a file to a different folder in webdynpro?

    Hi all
    i ve created a file in some folder using fileoutput stream(). now i want to delete this file from folder  and copy that file into some different folder.
    can anyone tell me.How to delete and move a file?

    try {
         File inputFile = new File("C:\test\fold1\abc.txt");
         File outputFile = new File("C:\test\fold2\def.txt");
         FileInputStream in = new FileInputStream(inputFile);
         FileOutputStream out = new FileOutputStream(outputFile);
         FileChannel inc = in.getChannel();
         FileChannel outc = out.getChannel();
         inc.transferTo(0, inc.size(), outc);
         inc.close();
         outc.close();
         in.close();
         out.close();
         boolean fileDeleteSuccess = inputFile.delete();
         if(!fileDeleteSuccess)
              System.out.println("File couldnot be deleted");
         else
              System.out.println("File deleted!!");
         } catch (FileNotFoundException e) {
         e.printStackTrace();
         } catch (IOException e) {
         e.printStackTrace();

  • How do I set a different folder than the Windows MyDocuments/Downloads folder? I do not use 'My Documents' at all, all my saved files go to other hard drives for storage, and I do not want to bother with the My Docs route. I used to have downloads set to

    I want to set a different folder from the My Documents/Downloads folder for Firefox to put everything I download, like I used to have it. I recently rebuilt my computer and reinstalled everything from WinXP to security software to Firefox, and I cannot find any options anywhere to set a different folder like I used to have it... with the same software, other than it being a newer iteration of Ff. So tell me, am I losing my mind so bad that I just can't remember how I did it before, or have things changed so much that what I want is no longer possible? Please, someone tell me how to set it to do what I want, I can't stand to have what I do on my computer dictated by programmers who only think that they know what people want. If that sounds a little angry, I apologize with the disclaimer that I suffer from Post Traumatic Stress Disorder and therefore cannot handle frustration... and this kind of thing frustrates me to the point of rage.

    Tools > Options - General tab = Downloads
    Set your preferences there.

  • How do I create an action to save as, but into a different folder than the one I used to create the action?

    I am having an issue with my action being created to save under the same folder that my action was created with.  For instance, I opened an image, recorded the action, then I went to a different folder to play the action, but it saves to the previous folder.  How do I add some way to change the folder I want my pics to save to?

    If you want to give Scripting a try paste the following text into a new file in ExtendScript Toolkit and save it as a jsx-file into Photoshop’s Presets/Scripts-folder.
    // saves jpg into same folder;
    // be advised: this  overwrites existing jpgs of the same name without prompting.
    // 2010, use it at your own risk;
    #target photoshop;
    if (app.documents.length > 0) {
    var thedoc = app.activeDocument;
    // getting the name and location;
    var docName = thedoc.name;
    if (docName.indexOf(".") != -1) {var basename = docName.match(/(.*)\.[^\.]+$/)[1]}
    else {var basename = docName};
    // getting the location, if unsaved save to desktop;
    try {var docPath = thedoc.path}
    catch (e) {var docPath = "~/Desktop"};
    // jpg options;
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = 12;
    jpegOptions.embedColorProfile = true;
    jpegOptions.matte = MatteType.NONE;
    //save jpg as a copy:
    thedoc.saveAs((new File(docPath+'/'+basename+'.jpg')),jpegOptions,true);
    //that’s it; thanks to xbytor;

  • Consolidating library but to a different folder than itunes music

    so if i consolidate my library, will it all just be copied to my "itunes music" folder? or can i create a different folder and have my library consolidated to that folder? here's my problem: i have lots and lots of music, and whenever i get more, i put it in the "itunes music" folder, so as to never get confused. but, i have started to sift through my music and have deleted countless songs just to save space. but i only deleted them off of itunes, therefore the files are still in the "itunes music" folder and hogging space. there are far too many files in there to just sift through and find the ones i deleted and delete them off my hard drive, so i would like to just copy all the files that are still in my itunes library to a different folder and then delete the old "itunes music" folder. see what i mean? please help

    Click here and follow the instructions.
    (38170)

  • Export file size is different from the original raw size

    Could someone explain to why, when the original size of a raw file in a folder is about 11mb. But when in Lightroom is shows about 7.1mb. When I export it to a jpeg the size becomes around 3.5mb.
    I know that sRAW1 file is 7.1mb as stated in the book. But why does it go down to about 3.5mb when exported to jpeg.
    Is there a way to export it to the a higher size? Like 7.1
    I used sRAW1 in a canon 50D.
    Thanks,
    Ray

    The "actual" size of you images file is measured by this basic formula, 8-bits is one byte. Each pixel has one byte for the Red, one byte for the Green, and one byte for the Blue colour channels. So, we have 3 bytes per pixel. Multiply the total number of Mega Pixals of your camera's sensor by 3 and you have the true size of an 8 bit image file.
    How this image will end up in a final file size depends upon the amount of compression you choose to apply.
    The more complex the image, the harder it is to compress without some degradation of image quality. So the original size of an image will not always be a guide to its size when compress. For instance an image with little or no sharpening applied will compress to a much smaller size than the same image with a large amount of sharpening even though the same compression settings were used on export.
    If you wish to resize your images on export from LR in specific megapixals (and therefore MB's) then LR/Mogrify has this functionality.
    There is a nice simple explanation of this here

  • News in different folder than /documents/News

    Hi!
    I've to display different News for different users/roles.
    I've created deltalinks for the news-iView (com.sap.km.NewsBrowser_0) and entered the path to the initial displayed folder /documents/Public Documents/group1/HotNews and the path to the rootfolder for navigation to the same value.
    When starting the browser for a user of this group, the News-Browser displays a message "No entry's found", but there are files in the folder.
    The files and the folder's rights are set to "full rights".
    Thanks for any hints
    Peter

    For creating news authoring iview create news by using xml form builder (i.e)
    goto content management-> goto public documents->folder-> new->forms->sap demo news.
    Here create the news u need and add to a folder
    Now create a KM Navigational iview
    In the properties of tht iview:
    1)path to initially displayed folder: (root of folder containing news eg:/documents,/Public Documents/foldername)
    check the path of your correctly and give above.
    2)Layout set : NewsExplorer (if u want to give this iview to news authors for editing for creating news )
    or else
    NewsBrowser(if u want to give this iview to general users)
    Koti Reddy

  • Downloads to Different folder than Downloads

    Does anyone know if it is possible to set Safari up so it ASKS me what folder I want to put a download in? Firefox allows this but Safari as far as I can figure just gives me the option to download into the The Download folder. I want to organize it without having to got to the download folder and move it to where I want it. I checked Preferences and this option isn't listed.

    You can Control-click on the link for the file you want to download and choose "Download Linked File As…". That will bring up the Save As… dialog box where you can choose where to save it.

  • How do i open iweb files on a different computer than what I created them on? - Domain file can't be opened

    I started a web page in the lab at school and want to open the file here on my computer. I saved the application support/iweb/domain file and have tried to replace the old one with it, but that doesnt work. I looked up where you can delete the last string in the com.apple.iweb.plist file but that would not work either. I've got the site published to a folder and the domain file saved and with me but thats all

    Put the copied domain file somewhere, or rename it and put it in the Application Support/iWeb folder, and double-click it.  That should open it.

  • New version of iTunes has bug i.e. downloaded mp3 has very different title than original

    When I import the downloaded mp3 the title is very different and offensive words. What is up with this? thnx

    mfromevergreen wrote:
    How do I reply? thnx
    You just did reply.
    Type words and click Reply.

  • How to download app updates from different account than original app purcha

    I have a collection of apps on my iPhone that I bought through my original iTunes account, then later I signed up for a second account (because I was confused and I didn't know what I was doing) so my more recent apps were bought through that second account. I really would like to close the older account because I have no use for two separate accounts.
    But here's the problem: when I update an app, iTunes remembers what account I originally bought it under and asks me to sign in to that account. So if I close the older account I will no longer be able to update any apps that I purchased under that account. Is there a way I can fix it so that I can close the old account but still be able to update those other apps?

    there a way I can fix it so that I can close the old account but still be able to update those other apps?
    No.
    You will need to use both accounts to update your apps unless you repurchase them on the new account.

  • I'm opening a garageband file on a different computer than the one it was made on, and my drum loops are playing as low pitched beeps instead of the jazzy brushes I want. I believe my version is more up-to-date than what I used first. How can I fix this?

    I believe I said it all in the question...

    Could it be that you had more instruments on the old computer? Or haven't correctly installed the instruments on the new one?
    Obviously, GB hasn't assigned a drum instrument to the track that the drum notes are on (my guess: since it doesn't have the desired drum set.) Press cmd-I to make the track info pane visible and pick one of the drum sets for that track.

Maybe you are looking for

  • Webdynpro application can't display a URL iView in a new External window

    Fellow developer: In my WD4A application, I called the method 'navigate_absolute' to display a URL iView in a new External window. The code is as follows: data lo_portal_manager type ref to if_wd_portal_integration. call method lo_portal_manager->nav

  • Bapi_po_create1 - partner function and partner number problem

    hello. let me just first state that on ecc5 this problem doesn't exist. we are in the middle of an ECC6 upgrade right now and i have a problem creating a PO through the BAPI on the ECC6 upgrade system, needless to say that all customization was copie

  • Error occured in deployment step "retract solution".Failed to extract the cab file in the solution.

    Hi, I'm a sharepoint newbie.I'm getting this error (Error occured in deployment step "retract solution".Failed to extract the cab file in the solution. ) when i try to deploy the solution through visual studio 2012.I did some research and tried the f

  • Broken Echo Effect - CS4?

    Mac or Windows I can't seem to get the BLEND operator mode in Echo to work the way I *think* it's supposed to.  With the Echo settings at their defaults the operator is ADD and the image quickly adds up values and blows out.  I want more of a "Normal

  • Bioling inquiry from free trial

    Hi, I have been charged 9.99 after I merged my msn messenger account eith skype I was offered a free one month trial to make calls to latin america, noe WITHOUT ANY NOTIFICATION I am being charged on the invoice reads any inquiries directhem to [emai