Toujours à propos de dynamo dans "village bim" il est écrit que dynamo fait une sauvegarde à tout enregistrement du script.
la vraie réponse est là
How to change the backup frequency?
A: By default, Dynamo files will be automatically backed up every one minute. The frequency can be changed through the file: "%AppData%/Dynamo/<version number>/DynamoSettings.xml". The <version number> need to be updated to a proper one. For example, if you are using Dynamo 0.8.2, it is 0.8 and the file is "%AppData%/Dynamo/0.8/DynamoSettings.xml". After you find this file, you can find a place like this in the file: <BackupInterval>60000</BackupInterval>. 60000 means 60000ms. You can change the backup frequency by modifying this number.