Changeset 452 in lmdz_wrf
- Timestamp:
- Jun 3, 2015, 11:05:42 AM (10 years ago)
- Location:
- trunk/tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/copy.pbs
r451 r452 35 35 36 36 date > run_copy.log 37 rsync -va ${origin} ${destiny} >& run_copy.log37 rsync -va --exlcude-from=NONcopy.inf -C --no-links ${origin} ${destiny} >& run_copy.log 38 38 date >> run_copy.log 39 39
Note: See TracChangeset
for help on using the changeset viewer.