Copying date-specific files

I have a laptop with dual hdd's, which I need to reimage the system (primary hdd). On this primary hdd contains a folder with approx 60GB of data. I would like to copy onto the secondary hdd only the files created/modified within the last month. What is
the best way to do this? I've been unsuccessful using the robocopy and xcopy commands.
Thanks
Hank Vare

I've been unsuccessful using the robocopy and xcopy commands.
What robocopy command did you use?
What was the problem?
Why not use Windows Explorer to sort the files by date, then copy the relevant bunch to the second disk?

Similar Messages

  • Time Machine, Migration Assistant, and copying specific files to a new machine

    Things were running fine. Then repeating kernel panics! A fresh Mountain Lion install seemed to fix things. To test whether the panics were related to some application or preference, how can I restore only my data, specifically the Aperture library, iTunes library, and iMovie library and nothing else from my Time Machine backup? In other words, how can I see the file structure of the Time Machine backup so I can copy only specific files and folders?
    Thanks for any advice!

    Hey hp12c,
    Thanks for the question. The following article may provide the information you are looking for:
    Mac Basics: Time Machine
    http://support.apple.com/kb/HT1427
    Restoring specific files or folders
    Choose Enter Time Machine from the Time Machine menu and the restore interface appears. You can literally see your windows as they appeared "back in time."
    You can use the timeline on the right side of the window to reach a certain point back in time (the timeline shows the times of all backups on your backup drive). If you don’t know exactly when you deleted or changed a file, you can use the back arrow to let Time Machine automatically travel through time to show you when that folder last changed.
    Note: Dates in pink indicate the data resides on your Time Machine backup device. Dates in white indicate the data resides on your Mac. In OS X Mountain Lion and Lion, portable Macs have the feature of local snapshots. See this article for details.
    You can also perform a Spotlight search in the Time Machine Finder Window search field to find a file. Simply type the Spotlight search field and use the back arrow to have Time Machine search through your backups to find what you are looking for.
    Before you restore a file, you can also use Quick Look to preview a file to make sure its the one you want. Highlight the file and press the Space Bar to bring up a quick look.
    To restore, select the file/folder and click the "Restore" button. The file will automatically be copied to the desktop or appropriate folder.  If the file you are restoring has another file in the same location with the same name, you will be prompted to choose which file to keep or keep both.
    Thanks,
    Matt M.

  • Unix script to copy specific files

    HI ,
    I need to copy data files and cofiles from one server to another .The servers are in the same domain.I am not allowed to
    create domain link or share the tranport directory.So manually copying each files is cumbersome.Is there a script available whre i can copy specific files  from a directory say 150 files of 400  from one server to another?

    Hi,
    Create a script that will SCP the datafiles you need to transfer from one server to another.
    Regards,
    SBK

  • OraRRP Error with "Unable to copy data file;Error code 2, check disk space"

    Hi,
    Some users get this message -"Unable to copy data file;Error code 2, check disk space" when run report with orarrp, but most users do not get it.
    I check free space at both server and client side, they are very sufficient.
    I also checked directory exists for REPORTXX_TMP variable.
    My user call reports via URL (rwservlet) and it occur for all reports.
    How I can solve this problem?
    Thanks in advance.
    Tawatchai R.

    Hi,
    have the same problem now. One user has temporarily problems to download .rrpa files via URL (rwservlet) request. Error code: -"Unable to copy data file;Error code 2, check disk space". Did you get a solution??
    Thanks in advance. Axel

  • Share a customized Bridge CS6 or CC workspace with others on my team: Is this possible? Is there a specific file I can copy and share?

    I set up a customized Bridge CS6 workspace that shows specific information team members need, and nothing else. I'd like to share it, save it as a preference, or otherwise export it so team members can have it, too. There must be a file, eh?
    Otherwise, I am looking at visiting 14 workstations to set it up individually.
    Please advise! Thanks! 

    Which OS?  In Windows 7 bridge CS6 workspaces are stored in
      C:\Users\user-name\AppData\Roaming\Adobe\Bridge CS6\Workspaces
    You might try copying the specific workspace file to the same directory on the other systems.

  • 2006 iMac running 10.4 OS. I copied files to ext. drive. Put in 10.6 disc and did a clean install (format) of 10.6. Copied data from ext. drive back to Mac. I didn't get all the files. CAN I REVERT BACK TO THE 10.4 OS SO I CAN COPY MY DATA PROPERLY?

    2006 iMac running 10.4 OS. I copied files to ext. drive. Put in 10.6 disc and did a clean install (format) of 10.6. Copied data from ext. drive back to Mac. I didn't get all the files. CAN I REVERT BACK TO THE 10.4 OS SO I CAN COPY MY DATA PROPERLY?

    How did you copy files to the external drive, and what files did you copy? Did you drag and drop in the Finder? Use a clone utility? What files did not successfully copy?
    If you reformatted the drive as part of your install, then you won't be able to recover any files from the drive. Reverting back to (reinstalling) 10.4 will not help you.
    Do you have a complete-drive backup of your old system?
    Matt

  • How to copy data in text file into two-dimensional arrays?

    Greeting. Can somebody teach me how to copy the input file into two-dimensional arrays? I'm stuck in making a matrix with number ROWS and COLUMNS according to the data in "input.txt"
    import java.io.*;
    import java.util.*;
    public class array
        public static void main (String[] args) throws FileNotFoundException
        { Scanner sc = new Scanner (new FileReader("input.txt"));
            PrintWriter outfile = new PrintWriter("output.txt");
        int[][]matrix = new int[ROWS][COLUMNS];
    }my input.txt :
    a,b,c
    2,2,1
    1,1,1
    2,2,1
    3,3,1
    4,4,1
    5,5,1
    1,6,2
    2,7,2
    3,8,2
    4,9,2
    5,10,2

    import java.io.*;
    import java.util.*;
    public class array {
        public static void main(String[] args) throws IOException {
            FileInputStream in = null;
            FileOutputStream out = null;
    try {
        in = new FileInputStream("input.txt");
        BufferedReader reader = new BufferedReader(new InputStreamReader(in));
        String line = null;
        while ((line = reader.readLine()) != null) {
            String split[]=line.split(",");
    catch (IOException x) {
        System.err.println(x);
    } finally {
        if (in != null) in.close();
    }}}What after this?

  • File copy/paste adds " - Copy" - how to change to " - Copy" + date/time?

    Is there any way I can change the default file copied name from having " - Copy" at the end to " - Copy" plus the date and time?
    Before editing files I always make a copy of the existing file so I have a backup. I do this by clicking on the file I want to change in the list of files then do Ctrl C and Ctrl V which creates a copy of the file at the end of the list of times, with "- Copy" at the end of the name in the format "index - Copy.php". Is there any way I can get Dreamweaver to add the date and time to the name which would save me from editing the name and adding the date and time every time. Its a pain having to do this but I don't know any other way to ensure I know the date and time the file was copied. I know that there is a Modified date and time but changing a template for instance changes that and besides the file could also be edited but having the name reflect the copy date/time allows me to have the Modified date/time as a double check. I would like to have the file name in the format "index - Copy20110216 1621.php", the date being the international format and the time slotted on the end of it. This then puts the files in date/time order in the list.

    There's no way of customising a copied file name using DW that I'm aware of.
    Either rename it manually in DW or use a 3rd party file copy utlity outside DW.
    Is there a reason for keeping a hard copy of the last copied date that the Last Modified date in the operating system does not record?

  • How to Read specific data from file and do a calculation and display on the output

    FYI: Below is the function use for the writing:
    -OpenFile(use ASCII)
    -sprintf
    -WriteFile
    Example: Output from the doc file
    …EndTime: 09:34:48 program time: 0.567663 sec
    …EndTime: 09:36:48 program time: 0.666666 sec
    My objective is to read data 0.666666 (FYI: is last sentence of the file) to do some calculation. How can we read specific data(specific location) from file..
    Any advice or help?
    What is the function needed?

    I would consider counting line feeds and checking for end-of file to isolate the last line, which then can be read using fscanf...
    Have a look at getc...
    character = fgetc ( stream );
    if ( character == '\n' ) // new line
    if ( character == EOF ) // end-of-file

  • File dates of files copied from my iphone to my XP system are realy off!

    Whenever a file is copied from my iPhone to my XP System via iTunes copy purchases, Sync, Etc... the file date of files copied are realy wrong! Extremely old dates are used insted of the actual date. In windows XP the file list can display three dates, The Created Date, The Modified Date and the Last Accessed Date. I think it's the accessed date thats coming up wrong. Anyone else experience this? or can anyone explain what might cause this.
    Thanks!

    Sync is only oneway, from PC to your device.  Unless you have the music on your PC, iTunes is going to wipe out what you have on your device if you are syncing to a new library.
    You can only transfer Purchased music over to Itunes on your PC.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    http://support.apple.com/kb/HT1848
    As for you own music, you may have to use a third party software.  A good Free one is called Sharepod which you can download from Download.com here:
    http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2

  • Cannot choose specific file on a folder to copy

    My MBA Maverick 10.9.4 behave strangely last night ,
    when I want to transfer some file to VLC ( iOS 7.1.2 ) using iTunes file sharing , I cannot choose specific file e.g. a movie from a folder , but it copy all the movies in the folder to my iPad 7.1.2 .
    I tried again with iPhone 5s 7.1.2 and iPod Touch 6.1.4 but also failed .
    Reboot the Mac also failed .
    iPhoto and ifunbox also face the same problem..
    .Do I need to reinstall 10.9.4??

    Try running the combo update.
    10.9.4 Combo Update

  • Wbadmin Insufficient storage available to create either the shadow copy storage file or other shadow copy data

    Wbadmin throws the following error when running on Win8.1 upgraded from Win8 and using the -allCritical flag.
    Insufficient storage available
    to create either the shadow copy storage file or other shadow copy data
    I want to be able to get the operating system's state volumes and not use -include:c: in a fixed way for cases when os is not on drive C.
    Any suggestions?

    Hi Yanivac,
    For the issue, the target volume for a critical-volume backup can be a local drive, but it cannot be any of the volumes that are included in the backup. This is important.
    Also, this error means that there is no enough space on the target volume.
    I suggest you check the space on your target volume.
    I would like to share the article with you:
    http://technet.microsoft.com/en-us/library/cc742130.aspx
    Regards,
    Kelvin hsu
    TechNet Community Support

  • WLS 10.3.2 error - specific file not found system-jazn-data.xml

    I don't want to use this on my stand alone server. Does anyone know how to get around it asking for the file upon deployment? Is there a setting in the WLS console to disable this feature?

    hi,
    1)Is this error occured at leat one secutity enable app installed?(Without application server works well?)
    2)Is your app file base secutty enabled one(jazn-dat.xml) then what is the jazn-data.xml file size?
    3)All ways keep a backup of newely created domain system-jazan-data.xml. Then you can replace the original one in case.
    4)What is tha pllication? If it is an ADF app what is the version?
    Nilum.

  • I deleted a specific file folder from my Seagate backup drive, via Time Machine. Instead of only deleting that file, it deleted ALL my files for that date.

    1. Why? I was quite obviously selecting one file folder ONLY.
    2. Is there any way to retrieve the lost items?
    3. How do I avoid this happening in the future?

    Never had any issues while deleting specific files/folders from a time machine backup.
    However, regarding the original post, what do you mean by "file folder"? Did you select a FILE for deletion, or a FOLDER? These two terms tend to be quite different, you know.
    If you selected a FOLDER, then ALL FILES inside the folder have been deleted. If you selected a single FILE, then only that file should have been deleted. "Delete all backups of..." is a completely different story.

  • Copying data from a Time Capsule to a different Mac

    After having searched the forums for quite a while and still not finding the correct answer, I decided to share my solution for this very specific scenario: I have a Time Machine backup onto a Time Capsule from a Mac. Let's call it Macintosh A. So, for whatever reason, Macintosh A is out of commission—perhaps it's in the shop, or it experienced a hardware failure, whatever—and you want to get data from the backup onto another Mac, we'll call it Mac B. Here's how. First off, these instructions assume a few things:
    You know how to navigate files and folders on the Mac
    You are running OS X Mavericks (the procedure will be similar in other versions of Mac OS but these specific instructions are for Mavericks)
    You are on the same Wi-Fi or ethernet network as the Time Capsule
    You are viewing files and folders in column mode (wherever I say click on a folder, it translates to double click if you are in icon or list mode—if you're using cover flow, stop and change to one of the other actually useful view modes)
    You know the device password to your Time Capsule (this is usually different than your Wi-Fi password)
    Wherever you see Macintosh A in the instructions, substitute your backed up computer's name (I know, but this trips up a surprising number of people...)
    Make sure that when you set up the Time Capsule via Airport Utility, you tick "Enable file sharing" (see the Disks tab in the Airport Utility configuration window). Next, while in the Finder, select "Go: Connect to Server..." and in the subsequent dialogue box, click on "Browse". This will open a Finder window listing the available volumes. Click Network and your Time Capsule should appear as one of the options. Click on it and you'll come to a connect dialogue. Click on the "Connect As..." button and it will open a password dialogue box (this may take a bit of time, especially if you are connecting over Wi-Fi). Enter your Time Capsule password and click "Connect". Click on the Data folder and you will come to something called a Sparse Bundle. It will have a name something like this: "Macintosh A.sparsebundle". This is simply a type of volume that you can connect to from your Mac. Double click on it. Depending on how you have configured your Finder, your Time Machine Backups icon may show up on the Desktop or simply in the Finder window Sidebar under "DEVICES". Once you locate this, navigate to the "Macintosh A" folder and you will see a series of folders named by date. Now you can navigate through those folders to find the specific files that you want to recover. Once you locate those files, simply copy them to your Mac (Mac B, in this example).
    The abstruse nature of the Time Machine and Time Capsule backup system is daunting. And let's not forget that when you are trying to restore files, it's often because there is some sort of computer failure and this is stressful enough without having clear cut instructions on how to restore files. And often enough, people don't want to restore their entire system—they may just want to access certain files. This is for them.
    Good luck and happy restoring!
    Albeeboy

    Take a look at Migration Assistant, in the /Applications/Utilities folder.  You can use a Time Machine backup to restore your data files.

Maybe you are looking for

  • Cannot get end-to-end single sign-on to work in CR XI

    Post Author: yarg CA Forum: Authentication Hello, I'm looking for some help please.  I have used Crystal Reports XI fairly extensively over the past year (designing reports mainly), and have now been tasked with getting CR Server XI up and running so

  • Using airport express with no Internet

    Have a problem here that's quite complex. We have a brand-new HP office jet Pro that appears to support AirPrint.  We would like to be able to print from several IOS devices in the office -- iPhones and iPads. But for that to work the printer AND the

  • I have a 11/2 inch line on my 1st gen iPad. Any ideas on what's wrong and how to fix? Appreciate any replies.

    Have a 11/2 inch wide black,sometimes white bar on screen. Any ideas on what's wrong and how to fix? It's a first gen iPad. Would appreciate any replies. Thanks

  • LR rotates images as they were at the upload

    Hi everybody I went back to a folder I haven't been looking for about 3-4 months. After I located the folder from the external disk all the images opened,  with my surprise, without the rotation I have set at the time so I had to to do it all again.

  • Organizing albums into printable list

    Is there any way to import just my album list to Excel or Word? I tried to export my library as an Excel file, but that didn't give me what I wanted. That listed where they are in my computer. A file list. I just need a list of my albums to print. iP