Back-up of Specific Files based on their Time Stamp

I use Time Machine, but I have 3 folders I like to back-up more frequently. I currently drag and drop them onto an external disk drive. This causes the Copy window to appear that says "An item named “XXXX” already exists in this location. Do you want to replace it with the one you’re moving? Apply to all?" etc. It then proceeds to write ALL files whether they have changed or not.
What I'm looking for is an app that does basically the same thing EXCEPT only re-writes the file if it has changed based on the time stamp of the file. Also, if the file is no longer in the source folder, it will delete it in the back-up folder. And if it hasn't changed, doesn't bother to re-write it and leaves it untouched, saving substantial time.
To be clear, I'm not looking for "Syncing" folders! I just want to back-up those files that have changed.
Thanks!

RalphTomaccio wrote:
I use Time Machine, but I have 3 folders I like to back-up more frequently.
More often than hourly?
What I'm looking for is an app that does basically the same thing EXCEPT only re-writes the file if it has changed based on the time stamp of the file. Also, if the file is no longer in the source folder, it will delete it in the back-up folder. And if it hasn't changed, doesn't bother to re-write it and leaves it untouched, saving substantial time.
CarbonCopyCloner and SuperDuper can do that, but I don't think you can schedule them more often than once per hour. They're used most often to make "bootable clones," but would work for your purpose as well. I don't use SD, but on CCC you could set up a "Scheduled task" and run it manually when desired.
[CarbonCopyCloner|http://www.bombich.com> is donationware; [SuperDuper|http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html] has a free version, but you need the paid one (about $30) to do updates instead of full replacements, or scheduling.
You might want to investigate the Chronosync app; it might work, too.
And/or, see Kappy's post on [Basic Backup|http://discussions.apple.com/thread.jspa?messageID=12366915#12366915].
If you can wait until summer, and upgrade to Lion, it's "AutoSave" and/or "Versions" features might be helpful, too. See http://www.apple.com/macosx/lion/

Similar Messages

  • WRT610N certain file types have wrong time stamp

    Hi, I have searched this forum for a similar problem with no luck - so here goes...
    I have a WRT610N router using the latest firmware 1.00.03 B15. After upgrading the firmware I reset router for 30 sec., and then powerdown for 30 sec. as I have read on this forum, and yes the USB drive was disconnected before hand, but I still have this problem when creating/saving certain file types on the USB drive attached to the router.
    I have discovered that MS Word and PowerPoint files (.doc & .ppt) are saved with the correct date and time, but MS Excel, Notepad, and HTML files (.xls, .txt, and .mht) are saved with a time stamp that is one hour later!!! There may be other file types that are affected by this as well.
    Example: I create/save a Word file and also an Excel file at 1:00 PM, When I use Windows Explorer to view the details of the files on the USB drive, the Word file has a timestamp of 1:00 PM, but the Excel file has a timestamp of 2:00 PM (in the future). All other functions on the router seem to be OK.
    If I create these five file types on the C: drive they all have the same timestamps, I also have a Netgear SC101 NAS which shows the correct timestamps. I only have this problem when using the USB drive connected to the WRT610N. I tried this on 3 different computers - all have the same issue.
    This may seem like a minor issue, but Im using SmartSync Pro to back up all the drives on the LAN and it uses the file's timestamp to determine if it should be backedup or not. So Im concerned that backups may not be done properly, or God knows what it will do with files from the future!
    Im using WinXP SP3, the USB drive is a WD2500BEVS - 250GB with 4 partitions (largest is 120GB) all formatted as NTFS.
    I would appreciate it if others would try this and post their results here so I would know whether to bug Linksys for a fix, or if I have problems elsewhere in my configuration.  Thank you.

    Well, 15 days, 40 views, 0 replies.
    Could one kind sole, just one, please; startup Notepad, save an empty .txt file to the USB drive on the router, and then let me know if the file had the correct time stamp?
    Preferably someone with a ver 1 router, firmware 1.00.03 B15, and running WinXP SP3.
    Thanks in advance.

  • Save the file and give date & time stamp

    1. Reading the Excel file from the selection screen as a parameter.
    2. Using F.M. ALSM_EXCEL_TO_INTERNAL_TABLE reading Excel file into
        Internal table.
    3. Implementing the Business Logic.
    4. Move output to Final Internal table.
    5. Final internal table should generate a Flat file. By using GUI_DOWNLOAD.
    6. That flat file should be saved with the name and location given in the Excel.
    7. When ever I run the program output file will generate in the same location but with date and time stamp. Because I’m running the program for range of employees say initially I run for 1 – 10,000 employees next 10,001- 20,000 like that.
    Whenever I run for 2nd time it will overwrite the previous output, that’s the reason I’m using date and time stamp.
    Eg:
    PERSONAL Numbers              Name                                         Location
    00000001                 xxxxx-24.04.2007-10.30          C:\        
    00000002                 xxxxx-24.04.2007-10.35
    00000003                 xxxxx-25.04.2007-10.40
    00000004                                  xxxxx-25.04.2007-10.30
    Can any one help me how to save the file and give date & time stamp through hardcode?
    please help me in this issue.

    I am not clear with your problem. Based on the understanding of your question,
    there  can be two cases.
    1- U want to insert time stamp in the output file.
    2- Time stamp is already there, u just have to solve the overwriting issue.
    If your question goes with option 2, You can make use of import parameters
    <b>CONFIRM_OVERWRITE</b> : Which will ask for confirmation before overwriting.
    <b>APPEND</b> : which you can choose either to append the data to the existing file or overwrite it.
    Please inform if the issue is not resolved.
    Message was edited by:
            BINU RAJ BINU

  • SSIS package to order all the CSV files based on their date of creation/modification mentioned in a filename and load the least recent file in oracle Destination

    HI,
    I need a help for creating SSIS package which has flat file source (specifically , delimited csv files) which are placed in a shared folder
    having file names as  File_1_2015-04-30 08:54:13.900.csv, File_2_2015-04-30 07:54:13.900.csv.
    So, I wanted to use foreach loop to find out the oldest file amongst that(through script task) and need to transform that file in Oracle Destination. After that, I want to archive that file and need to continue this action uptil the most recent file gets
    loaded in destination.
    So, Could you guys please guide me?
    Thanks in advance

    I'd say you need two loops, one to cycle through all the files and collect their names. Then sort them based on your criterion
    Perhaps you can start by seeing http://www.sqlis.com/sqlis/post/Looping-over-files-with-the-Foreach-Loop.aspx
    Collect the file names into a Recodset Destination, then shred it http://www.sqlis.com/sqlis/post/Shredding-a-Recordset.aspx
    perhaps you need an outer loop to iterate over each file to compare the files for dates.
    Do each piece and post here where you needed to stop.
    Arthur
    MyBlog
    Twitter

  • Group the files based on their extensions

    Hi,
    I am traversing a dir and listing all the files under that directory. Now i want to group the files based on the extension and just print the number of files with each extension.
    ex:
    Extension No.of Files Size of the files
    .java 10 23455 bytes
    .html 2 1000 bytes
    I am able to get the extension of the files. I would like to know how to proceed after that.
    Any sample code will be helpful.
    Regards
    Kutty

    I have used a method to list all the files in the directory. After adding files with same extension to the HashMap. i am printing files after reading file by file. I need to print the files once i complete reading all the files in the directory.
    Any suggestions?
    private void listingFiles(File f )
              Map extensionMap = null;
              File[] files = f.listFiles();
              for( int i = 0; i < files.length; i++ )
                   File file1 = files;
                   Dprop.size += files[i].length();
                   if (file1.isFile())
                        fcount = fcount +1;     
                        if (extensionMap == null)
                             extensionMap = new HashMap();
                             // Group files by extension
                             for(int idx = 0; idx < files.length; idx++)
                                  if (files[idx].isFile() && files[idx] != null)
                                       String ext = getExtension(files[idx]); // get the extension
                                       ext = ext.toLowerCase();
                                       List fileList = (List)extensionMap.get(ext);
                                       if(fileList == null)
                                       fileList = new ArrayList();
                                       extensionMap.put(ext, fileList);
                                       fileList.add(files[idx]);
                        // Access all the files by extension
                             for(Iterator extensionIterator = extensionMap.keySet().iterator(); extensionIterator.hasNext(); )
                                  String ext = (String)extensionIterator.next();
                                  List fileList = (List)extensionMap.get(ext);
                                  System.out.println("\n\nNo of Files "+fileList.size()+" with extension '"+ext+"' in '"+f+ "' Directory");
                                  for(Iterator fileIterator = fileList.iterator(); fileIterator.hasNext(); )
                                       File file = (File)fileIterator.next();
                                  System.out.println("File Name "+file+" File Size "+file.length());
                   else
                        dcount = dcount +1;
                        listingFiles( file1 );
    Thanks in advance
    Kutty

  • Datalogging with options to retrieve subset of log file based on date/time

    I would like to thank this forum for useful advice so far in completing my LabVIEW software.
    I have a data logging challenge. I am supposed to log about 30 parameters every 5 seconds. Some of these parameters are digital (ON/OFF), some are values of speed (rpm) and others, an expression of a percentage (%). It should be possible in future to do a histogram or bar chart plot of some of the parameters, for a specific period range (say the last 5 minutes of a certain day). So in effect, do an extraction of a segment of the total log file.
    My challenge is if I use text file, like the one in the attached VI, can it give functionality of retrieving data (while the VI is running) from the log file, based on a certain time range (i.e. retrieve a section of the log file based on a certain date/time range, on demand)?
    The format in the text file is close to what I require, since it lists the time n one column and the other parameters on other columns to enable future histogram generation.
    Thanks a lot, friends.
    Solved!
    Go to Solution.
    Attachments:
    writer.vi ‏19 KB
    time.txt ‏1 KB

    Hey maxidivine,
    Iv been playing round with your code and found that to perform the search that you require could be quite demanding to system resources when scaled to the size of your application I shall try and find a way to perform the search using .txt files but the there are some other options available. I recommend the use if TDMS files as the file format is a very efficient, manageable method of data-logging. The TDMS file format is designed to write and read measured data at a very high speed, while maintaining a hierarchical system of descriptive information.
    Traditionally, TDMS was a National Instruments only file format – you could only read it using our products – LabVIEW/CVI/DIAdem. However, thanks to the popularity of the format, a bolt-on is now available for Excel, which allows you to directly open the .tdms files with Excel (see link).
    National Instruments Technical Data Management Overview
    http://zone.ni.com/devzone/cda/tut/p/id/3676
    Introduction to LabVIEW TDM Streaming Vis
    http://zone.ni.com/devzone/cda/tut/p/id/3539
    VI-Based API for Writing TDMS Files
    http://zone.ni.com/devzone/cda/tut/p/id/6471
    TDM Excel Add-In Tool for Microsoft Excel User Guide
    http://zone.ni.com/devzone/cda/tut/p/id/4906
    TDM Excel Add-In for Microsoft Excel Download
    http://zone.ni.com/devzone/cda/epd/p/id/2944
    Troubleshooting the TDM Excel Add-In for Microsoft Excel 2000-2003
    http://zone.ni.com/devzone/cda/tut/p/id/5874
    Examples of the use of the TDMS API ship with LabVIEW. You will find them in HELP > find examples > fundamentals > File Input and Output. For you application, I would recommend the “Cont Acq&Graph Voltage - Write Data to File (TDMS).vi”.
    Furthermore, if you require some help with DIAdem, I would recommend clicking "getting started" from the DIAdem splash screen. This opens a manual which discusses everything from data analysis to report generation. Also, if you have DIAdem 11 or above, there are tutorial videos which install with DIAdem. These are useful little tutorials, which discuss all the DIAdem fundamentals. You can access these by selecting a particular palette tab (eg. report, view, analysis...etc) and then clicking the tutorial button (shown as a film strip with a question mark) at the top of the group view.
    Here are some more helpful DIAdem related resources for future reference.
    Report Gen in DIAdem...
    http://zone.ni.com/devzone/cda/tut/p/id/7379
    DataPlugins: Supported Data Formats (ni.com/dataplugins)
    http://zone.ni.com/devzone/cda/tut/p/id/4065
    Hope this is helpful
    Philip
    Philip
    Applications Engineer
    National Instruments
    UK Branch
    ===If this fixes your problem, mark as solution!===

  • Sort file based on Creation Time in Windows XP/2003

    Hi All,
    I want ot sort files in a folder based on the Creation time, not the modified time.
    We can get the creation time with dir /tc DOS command.
    Now i want to capture the output and sort it based on creation time. How i do it.Please explain with code.
    Thanks.

    Hi Aaron,
    Based on my research, these Events could be caused by the fact that you haven’t
    configured the
    security access control list (SACL) on the object that you are auditing or you have configured the SACL, but not for all the listed accesses.
    Here is a KB article below that I suggest you refer to:
    Event IDs 560 and 562 appear many times in the security event log
    http://support.microsoft.com/kb/841001/en-us
    I hope this helps.
    Best Regards,
    Amy Wang

  • Read file  : File name conatins the Time stamp from payload

    Hi
    I have to scenario where i am creating file name  based on the payload field ( Date/time), theni have to pick up the files based on the File Name :
    Ex:  0212200910:01:02
           0212200910:01:03
           0212200910:01:01
    then the sender adapter should pick up the file 0212200910:01:01 file first and 0212200910:01:02 second
    0212200910:01:03 third ...
    the sender adater pick up files based on file name i.e Timestamp
    how to achieve that

    Hi,
    In the Sender File Adapter, goto Processing Tab and change Processing Sequence to By Name.
    Regards,
    Balaji.M

  • To determine shift timing based on a time stamp field

    Hi all,
    I have an issue with a determing shift timings.
    I have a  time stamp field QALS-ENTSTEZEIT which has a value like 17:22:29.
    Now based on this I have to determine the shifts.
    There will be 3 shifts.
    shift 1 between 08:00:00 to 16:00:00
    shift 2 between 16:00:00 to 00:00:00
    shift 3 between 00:00:00 to 08:00:00.
    Now the issue is :this statement,
                             QALS-ENTSTEZEIT BETWEEN '00:00:01' AND '08:00:00'.
                             do not triggered.
    Please suggest some solution.
    Thanks and Regards
    Nazmul

    Hi,
    Try the below code, it may solve your problem.
    Data : V_TIME type QALS-ENTSTEZEIT, shift.
    Ranges : R_T1 for QALS-ENTSTEZEIT , R_T2 for QALS-ENTSTEZEIT, R_T3 for QALS-ENTSTEZEIT.
    R_T1-SIGN = 'I'.
    R_T1-option = 'BT'.
    R_T1-LOW = '080000'.
    R_T1-HIGH = '160000'.
    APPEND R_T1.
    R_T2-SIGN = 'I'.
    R_T2-option = 'BT'.
    R_T2-LOW = '160000'.
    R_T2-HIGH = '235959'. " Change like this, its not much difference from 000001 but seems to be working
    APPEND R_T2.
    R_T3-SIGN = 'I'.
    R_T3-option = 'BT'.
    R_T3-LOW = '000001'.
    R_T3-HIGH = '080000'.
    APPEND R_T3.
    V_TIME = '172259'. " u can assign QALS-ENTSTEZEIT directly to v_time
    *CONCATENATE V_TIME+0(2) ':' V_TIME+2(2) ':' V_TIME+4(2) INTO V_TIME. "no need for this
    IF V_TIME IN R_T1.
    SHIFT = '1'.
    ELSEIF V_TIME IN R_T2 .
    SHIFT = '2'.
    ELSEIF V_TIME IN R_T3.
    SHIFT = '3'.
    ENDIF.
    Check and revert back.
    Regards
    Karthik D

  • File name with Dateand time stamp.

    Hi All,
    I want to generate a file with a date and time stamp.
    For that in File Receiver adaptor i am using option "Add Time Stamp" in File Construction mode. however it is generationg file name as: FileName_20082104_121211_645.txt . In this I don't know what these last three characters "_645" are? And In the File name i only want a file name with datetime stamp . I don't require underscore in between. for eg: FileName_20082104121211.txt (FileName_dateTime.txt)
    Can anybody suggest me the way to achive this?
    Thanks,
    Atul

    @FileName_20082104_121211_645
    The date time stamp in XI's file adapter will be in that format. This is to avoid over writing of files created simultaneously at the same time. So the last 3 digits is a form of an unique id to distinguish between the same.
    In case you want the format as FileName_20082104_121211, use the dynamic configuration and create the file name inside the mapping itself and pass it across.
    To get an idea about the same, ref:
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - an usage of the same.
    http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/frameset.htm

  • Read file latest entry with time stamp from unix

    Hi
    I have a log file which is being generated with an entry  like this
    Product20080228185707,TRANSPORTED,862067_G,MPITT,20080415,ADEAMICIS,
    Product 20080229151029,TRANSPORTED,862067_G,MPITT,20080415,ADEAMICIS,
    Product 20080320163241,TRANSPORTED,862067_G,MPITT,20080415,ADEAMICIS,
    Product 20080229151111,TRANSPORTED,862067_G,MPITT,20080415,ADEAMICIS,
    I know how to read the file from Unix but How do I pick the entry with latest time stamp ?
    Please help urgent
    thanks

    Hi,
    Do like this.
    1. Declare table with two fields as name(255) type c, timestamp(14) type n.
    2. Loop at your entries and push entry name in name field and time stamp in timestamp field. You can move time stamp as: move file+7(13) to timestamp.
    3. So your new internal table will have entry names and timestamp.
    4. Now sort itab by timestamp descending.
    5. Read itab index 1.
    this will give you latest entry from unix.
    i hope this helps,
    Ags,

  • Time Machine Refuses to Back up a specific file

    Hi all!
    I have a huge VMWare file that I have excluded from Time Machine. It's 15GB in size. Let's call the file "A".
    Last thing I wanted was for it to make a new generation 15 GB backup every time I use VM ware.
    I figured, I'll be smart about it. I'll just go and make a copy of the file in a new directory which I WON'T exclude from Time Machine. Let's call it "A*". I'll copy A over to A* whenever I want to make a backup and time machine will take care of the rest!
    The Problem:
    Time Machine won't backup the copied file A* either even though the directory it is in, isn't being excluded!
    So. Is the question is, is there an attribute set on the file by Time Machine that prevents the copy A* from being backed up too?
    I thought that perhaps it wasn't picked up by Time Machine because the 'last modified' date was the same as the origina so I 'touched' A* by opening it with VM Ware. This updates the last modified date on the file but still, after manually triggering a backup, it starts and seconds later, it stops. Clearly not enough to transfer 15GB of data to Time Machine.
    Any ideas?
    Thanks!

    VMWare has coded Fusion so that their VM files are specifically excluded from TM backups. They wrote and registered a TM rule to do this... because of the issues it would cause. I got this info from the VMWare Fusion product manager himself... it came in the 1.0.1 or 1.1 update to Fusion.
    I don't know how to remove the rule, but you can manually copy and back up the files.

  • How to get specific file based on last modified

    Hi,
    I have a problem.
    what I am doing in my program is unzipping few files in c:\temp.
    the folder structure is like this
    c:\temp\patch\abc.doc
    c:\temp\patch\abc.txt
    c:\temp\patch\myfolder\xyz.doc
    c:\temp\patch\myfolder\myFile\xyz.txt
    what I mean to say is that, I have files bot directly in the folder patch or in subdirectories.
    then what I have to do is that I have to perform some kind of verification on these files and from here i have to put it some other location.
    so for getting the list of files in the directory I am doing this
    File fileDir = new File("C:\\temp\\patch");
    File[] fileList = fileDir.listFiles();what this does is returns all the subdirectories and files in the folder patch, but not the files in the subdirectory.
    so I trried doing this
    for(int j=0 ;j < fileList.length; j++){
    String newFileName = fileList[j].getName();
    String dir =  File.separator + newFileName;
    if(fileList[j].isDirectory()){
          newDir.append(dir);
        getFiles(newDir.toString());
       newDir = new StringBuffer();
       newDir.append(outputDir);
    }this code works fine when i run it for the first time.
    but when i run it second time it is giving some path like
    C:\temp\patch\myFolderC:\temp\patch\myFolder
    becasue alreday the folder temp contains the folders and files
    what is the msitake?
    And how do i get only the file that I am copying at this particular time excluding the earlier ones.

    can you also tell me the modification required in the code.
    Because thats where I am facaing the problem.
    It would be of great help if you could give me the modified code of what I have written.
    Since I am new to java I am not able to get the nuances of the code, but surely its a childs play for you I guess

  • How can I rename files based on their ID3 tags?

    For example I would like to rename the files in a particular folder to have the format <track number> - <track name>.mp3
    I'd rather not used third party software to do this.

    For example I would like to rename the files in a particular folder to have the format <track number> - <track name>.mp3
    I'd rather not used third party software to do this.

  • Specific Files Deleted from All Time Machine Backups

    Greetings all!
    I hope you may be able to solve my problem here. Today I purchased a new late-2013 iMac 3.2 GHz i5, running OSX 10.9.3. I've had several computers this year and chose not to restore from my many backups, but rather transferred all documents, data, settings, etc. from my latest backup (completed today, which I know had all the original files) via Migration Assistant. Upon completion, I noticed that many of my folders and files were missing! My first response was to simply check my month-long list of backups for those specific folders and they were all missing as well. This came as quite a scare, as I run a design business and this is my main backup. Note: these are not files that would be on the list that Time Machine skips over; they're just my regular files (docs, pics, pdfs, etc.).
    Now, in a few of the backups, in my User folder, there are more folders than others, along with a few seemingly random files (i.e. company A -> contracts -> onlyme.pdf), but the rest of the files are missing! Some backups include the main Music, Pictures, Documents, etc. and some only include a few. I've verified and repaired the disk, but this only made more files vanish from the backups! I have hidden files visible, which also has not helped. Is there something I'm missing? Disk permissions on Disk Utility are greyed out and I don't know of any other options. Can anyone advise? Are these files simply lost forever?
    Thanks in advance!
    Tim

    If repairing the volume caused more files to disappear, then the drive is malfunctioning and must be replaced. That's why one backup is not enough to be safe. You need at least two independent backups on different storage devices.

Maybe you are looking for

  • Making a webshop in muse

    Is it possible to build a webshop in muse, or to embed an extern webshop? Has anyone done this before?

  • Switch from Design to Code view on a Mac

    So here I am flinging backets and ampersands right and left, and have to stop, reach for the mouse and click a button. Frustrating. And no, I am not spoiled.

  • Bug in CLI update/addFileToDistro

    addFileToDistro fails as the channel name isn't an option to pass via -C argument (looks like regression with CR 7165487) Fix in: /opt/SUNWoccli/share/lib/occli/modes/uceModeImpl.py Add the '-C <channelname>' back in this line: op = OCOptionParser(us

  • What is advantages of SAP over ORACLE -APPS?

    what is advantages of SAP over ORACLE -APPS?

  • Stuck In Synch Screen after 2.1 / IT8 Update

    After IT8 and 2.1 update together my IPOD Touch will not function at all. When switched on it has an I Tunes Logo and a Ipod Synch cable screen both on screen all the time and this is immovable, nothing else, even trying all the resets. It seems to b