02-17-2010 09:48 AM
I need to copy out data to an external server for backup during an extended data acquisition session (days long). What is the safest data format for this operation that won't corrupt the primary data file? *.lvm, *.tdm, *.tdms?
Thanks
02-17-2010 09:51 AM
02-17-2010 09:54 AM
02-18-2010 11:03 AM
02-18-2010 11:43 AM
I want to be writing data (primary data file) every few seconds. During an extended run I want to copy out this data file for backup to and external server. So I guess my question is threefold: 1. Should I provide for this programatically? 2. Or can I just copy out the file without a problem? 3. What file format would be the best for this operation?
Thanks
02-19-2010 06:00 PM
Hi Velveeta,
I would think that you would rather save to multiple files and then back them up on the server rather than try to make a copy of a file in the middle of its creation; as this would be more likely to cause corruption issues. If you are very concerned about this, I'd recommend breaking up the data to a couple of files and then backing them up. So, to answer your questions:
1. You can set up the express VI Write to Measurement File to create a new file every X data points. I'm unsure of how you are planning to programmatically copy this to a back up disk.
2. Don't copy a file in the middle of its creation (for example, if you were creating one file and tried to back it up in the middle of your acquisition).
3. The file format shouldn't matter for this functionality in particular.
Cheers,