Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using alias/symbolic links for unchanged files. #7

Open
typesupply opened this issue Apr 27, 2020 · 1 comment
Open

Consider using alias/symbolic links for unchanged files. #7

typesupply opened this issue Apr 27, 2020 · 1 comment

Comments

@typesupply
Copy link
Owner

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
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant