Mirror LDAS and related software

Here is the list of current packages available from the LDAS rsync server. They are grouped together according to specific versions of the LDAS software. Use the account name "lsc" for software packages and "data" for data packages. For example, run the following to mirror LDAS version 0.6.0 for Intel Linux to the local filesystem directory /ldas. rsync --verbose --archive --delete --compress lsc@ldas-sw.ligo.caltech.edu::ldas_redhat7.3_gcc3.2.1 /ldas Note, using "--delete" is dangerous if you make a mistake in the destination directory and it is prudent to run with the option "--dry-run" once before running a new rsync. This will report what files will be updated or deleted if the rsync command where run without the "--dry-run" option. If you get the following error message this probably indicates that you are attempting to connect from an un-authorized computer. Please contact ldas_admin_cit@ligo.caltech.edu to have your IP address registered. > rsync ldas-sw.ligo.caltech.edu:: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150)

RSYNC packages