A public
rsync
server for various Amiga chip songs (over 8000 files
or about 300 MiBs of data):
$ rsync -avz zakalwe.fi::chip /local/path/
rsync does easy and fast updates for the collection.
rsync only transfers new or changed bits. Therefore
bandwidth is not wasted, and updates are fast.
Alternatively, you can use git for syncing the collection:
$ git clone git://zakalwe.fi/chip
And after the first clone, you can do incremental updates
just by running:
$ cd chip
$ git pull
|