Put update.ps1, install.ps1, record.ps1, and packages.config inside a git repository to enable tracking which versions you have installed at any one time. This means you can sync between systems and backup via any git host.
Update procedure is:
git pull
./update.ps1
git commit -m "Updated $env:computername"
git push