@@ -17,7 +17,7 @@ the local copy can be deleted before the next tar-file is created.
1717I. File System Setup
1818====================
1919
20- s one may want, or need to re-conduct testing under varied conditions, the
20+ As one may want, or need to re-conduct testing under varied conditions, the
2121test script:
2222
2323 test_zstash_blocking.sh
@@ -39,7 +39,7 @@ working directory:
3939 [CWD]/dst_data/
4040
4141 - destination for Globus transfer of archives.
42-
42+
4343 [CWD]/tmp_cache/
4444
4545 - [Optional] alternative location for tar-file generation.
@@ -60,7 +60,7 @@ Note: It never hurts to run the supplied script:
6060before a test run. This will delete any archives in the src_data/zstash
6161cache and the receiving dst_data directories, and delete the src_data/zstash
6262directory itself if it exists. This ensures a clean restart for testing.
63- The rad data files placed into src_data are not affected.
63+ The raw data files placed into src_data are not affected.
6464
6565II. Running the Test Script
6666===========================
@@ -84,17 +84,17 @@ If "NON_BLOCKING" is selected, the zstash flag "--non-blocking" is supplied
8484to the zstash command line, and tar files continue to be created in parallel
8585to running Globus transfers.
8686
87- It is suggested that you reun the test script with
87+ It is suggested that you run the test script with
8888
89- test_zstash_blocking.sh (BLOCKING|NON_BLOCKING) > your_logfile 2>&1
89+ test_zstash_blocking.sh (BLOCKING|NON_BLOCKING) > your_logfile 2>&1
9090
9191so that your command prompt returns and you can monitor progress with
9292
9393 snapshot.sh
9494
9595which will provide a view of both the tarfile cache and the destination
96- directory for delivred tar files. It is also suugested that you name your
97- logfile to reflect the date, and whether BLOCKING or not.
96+ directory for delivred tar files. It is also suggested that you name your
97+ logfile to reflect the date, and whether BLOCKING or not was specified .
9898
9999
100100FINAL NOTE: In the zstash code, the tar file "MINSIZE" parameter is taken
0 commit comments