Changeset 452 in lmdz_wrf


Ignore:
Timestamp:
Jun 3, 2015, 11:05:42 AM (10 years ago)
Author:
lfita
Message:

Adding file exclusion in `copy.pbs'
Adding exclusion of symbolic links and svn files in `copy.pbs'

Location:
trunk/tools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/copy.pbs

    r451 r452  
    3535
    3636date > run_copy.log
    37 rsync -va ${origin} ${destiny} >& run_copy.log
     37rsync -va --exlcude-from=NONcopy.inf -C --no-links ${origin} ${destiny} >& run_copy.log
    3838date >> run_copy.log
    3939
Note: See TracChangeset for help on using the changeset viewer.