- removed comment
When syncing lightweight data of simulations from a cluster, much of the time and disk space on the local system is taken with Formaline tarballs. It would be good to reduce this.
I propose opportunistically replacing the generated tarballs with hard-links to existing tarballs on the same filesystem after Formaline has written them to the new output directory if the files compare equal. These could be from previous restarts of the same simulation when using simfactory. Then, if an entire simulation is rsynced with the appropriate options, hard-links will be transferred as hard-links, and the overall transfer time and disk space used will be significantly reduced.
Keyword: Formaline
Formaline already has a global cache directory that it uses for executables. This saves space even across different simulations. We could use this for the Formaline tarballs as well.