If you are not on it already, it would be a good time to pull precious information from US sites and data portals.
git init
git annex init
git annex addurl --file <goodname> <urltoresource>
git commit -m "goodmessage"
will preserve the content, checksum, time of download, downloader and origin location in a #gitAnnex repository.
This is a good starting point to put things back together later on.