File synchronization tool
by Jesse Norris
09 Apr 2007
(Updated 30 May 2007)
Update recently modified files between two computers using a USB memory stick.
|
Watch this File
|
| File Information |
| Description |
This file is designed to synchronize data between two computers using a USB key. I wrote this bit of code to carry school related work back and forth between my home and office computers and keep complete copies of all data on both.
It only updates files that have been modified since the last update.
Be aware that a file with a more recent modified date automatically overwrites existing files. If you attempt to overwrite an existing file with an older file, however, a message is displayed to confirm the overwrite.
To execute, simply run "filesync" from the Matlab command line. |
| MATLAB release |
MATLAB 7.3 (R2006b)
|
| Other requirements |
Windows operating system. Although it could be modified easily for other operating systems. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 12 Apr 2007 |
Jay Simon
|
|
|
| 13 Apr 2007 |
Jay Simon
|
|
|
| 23 Apr 2007 |
Jay Simon
|
|
|
| Updates |
| 16 Apr 2007 |
1. Updated to make tracing through the file simpler.
2. Added additional warning and error messages.
3. Removed dependence on Matlab function 'textscan,' which was reported to cause an error on earlier versions of Matlab. |
| 30 May 2007 |
The Matlab genpath command skips class method directories (i.e. those beginning with the @ symbol) and 'private' directories.
I've included a genpath sub-function in the filesync m-file to copy modifications that occur in these directories. |
|
Contact us at files@mathworks.com