tracker
An extremely modest script.
I like to store my date as plain text files and I like to sync it with bittorrentSync between my computers. This script is just used to keep a git repository of this data up to date.
installation
- put tracker somewhere in your path and
chmod +x
it - go to the directory in question and setup the git repo:
git init
- in the case of bittorrentSync you might want to do
echo '*.sync' >> .gitignore
- add
tracker path/to/directory
as cron job or whatever