File synchronization tool

Update recently modified files between two computers using a USB memory stick.
2K download
Aggiornato 30 mag 2007

Nessuna licenza

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.

Cita come

Jesse Norris (2025). File synchronization tool (https://it.mathworks.com/matlabcentral/fileexchange/14557-file-synchronization-tool), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2006b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Startup and Shutdown in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

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.