Skip to content

Commit 8b68f5b

Browse files
authored
Update log file location in docs (#333)
1 parent 22bb5a0 commit 8b68f5b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/source/best_practices.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ For example: ::
3939
$ ssh dtn01.nersc.gov
4040
$ screen -r
4141
$ cd /global/cscratch1/sd/golaz/E3SM/simulations/20180129.DECKv1b_piControl.ne30_oEC.edison
42+
$ mkdir zstash
4243
$ zstash create --hpss=2018/E3SM_simulations/20180129.DECKv1b_piControl.ne30_oEC.edison \
43-
--maxsize 128 . 2>&1 | tee zstash_create_20190226.log
44+
--maxsize 128 . 2>&1 | tee zstash/zstash_create_20190226.log
4445

4546
The command above will archive the entire directory structure under
4647
`/global/cscratch1/sd/golaz/E3SM/simulations/20180129.DECKv1b_piControl.ne30_oEC.edison`.
@@ -55,9 +56,10 @@ restart files every 5 years** only: ::
5556
$ ssh dtn01.nersc.gov
5657
$ screen -r
5758
$ cd /global/cscratch1/sd/golaz/E3SM/simulations/20180129.DECKv1b_piControl.ne30_oEC.edison
59+
$ mkdir zstash
5860
$ zstash create --hpss=2018/E3SM_simulations/20180129.DECKv1b_piControl.ne30_oEC.edison \
5961
--exclude="archive/rest/???[!05]-*/" \
60-
--maxsize 128 . 2>&1 | tee zstash_create_20190226.log
62+
--maxsize 128 . 2>&1 | tee zstash/zstash_create_20190226.log
6163
6264
Update
6365
------
@@ -68,8 +70,9 @@ failure using the ``zstash update`` functionality: ::
6870
$ ssh dtn01.nersc.gov
6971
$ screen -r
7072
$ cd /global/cscratch1/sd/golaz/E3SM/simulations/20180129.DECKv1b_piControl.ne30_oEC.edison
73+
$ mkdir zstash
7174
$ zstash update --hpss=2018/E3SM_simulations/20180129.DECKv1b_piControl.ne30_oEC.edison \
72-
--exclude="archive/rest/???[!05]-*/" 2>&1 | tee zstash_update_20190226.log
75+
--exclude="archive/rest/???[!05]-*/" 2>&1 | tee zstash/zstash_update_20190226.log
7376

7477
Check
7578
-----

0 commit comments

Comments
 (0)