File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
4546The 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
6264Update
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
7477Check
7578-----
You can’t perform that action at this time.
0 commit comments