Syncing large personal school-material -git-repo with things such as casual notes? Rsync, wget and Git -- or some ready tool?
Posted
by
hhh
on Stack Overflow
See other posts from Stack Overflow
or by hhh
Published on 2012-09-24T21:36:48Z
Indexed on
2012/09/24
21:37 UTC
Read the original article
Hit count: 217
My friend wants to store electrically her school -notes and process them fast, with backups. She has over 2GB -size repo already and growing all the time (mostly appended material i.e. more school notes, different formats, pdf, pictures and scanned, some text -files, etc). The goal of my friend is to process fast the notes. I suggested command like this here i.e. "# crontab -e @weekly wget --random-wait -e robots=off -U mozilla -mirror http://VeryLong.com"
. But I think plugging in Rsync somewhere could make it much better with Git. How would you help my friend to process and store the school -material under Git-version-controlling and still keep the size reasonable?
Perhaps related
Different scope
© Stack Overflow or respective owner