I would put under version control a big amount of data, i.e. a directory structure (with depth<=5) with hundreds files with size about 500Mb).
The things I need is a system that help me:
- to detect if an files has been changed
- to detect if files were added/removed
- to clone the entire repository in another location
- to store a "checkpoint" and restore it later
I don't need sha1 for change detect, something faster is acceptable.
Is git worth for this? There is a better alternative?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…