freezedryer icon indicating copy to clipboard operation
freezedryer copied to clipboard

Consider using alias/symbolic links for unchanged files.

Open typesupply opened this issue 5 years ago • 1 comments

Duplicating unchanged files* seems like it could result in unnecessary storage. For example, if a 250 mb PDF is unchanged from the first through 256th state, it doesn't need to be copied 256 times. Consider optionally using alias/symbolic links to the previous state in these situations. Maybe something like this:

Duplicate Unchanged Files:
( ) Always
( ) Only when files are less than 1 mb.

*This does not apply to unchanged files within a UFO. Don't put symbolic links inside of a UFO.

typesupply avatar Apr 27 '20 19:04 typesupply

Here's how to manage aliases with PyObjC: https://stackoverflow.com/questions/48862093/how-to-read-change-and-write-macos-file-alias-from-python

typesupply avatar Oct 03 '22 18:10 typesupply