diff options
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 6ef1db0..5d6eeb4 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -50,7 +50,10 @@ printenv | sort echo ===Done Dumping environment variables=== # Where are the snapshots stored? -ARCHIVES_default=/afs/ncsa/ftp/HDF/pub/outgoing/hdf5/snapshots +#ARCHIVES_default=/afs/ncsa/ftp/HDF/pub/outgoing/hdf5/snapshots +# Since file format is unstable, put snapshot files in a temporary non- +# anonymous ftp accessiable directory. +ARCHIVES_default=/afs/ncsa/ftp/HDF/pub/outgoing/hdf5/unstable_format ARCHIVES=$ARCHIVES_default # Where is the zlib library? |