Changeset 37507 for gs3-installations/computing50/trunk/sites/computing50/collect/celebrating-50-years/prepare/03-RSYNC.sh
- Timestamp:
- 2023-03-14T15:39:03+13:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-installations/computing50/trunk/sites/computing50/collect/celebrating-50-years/prepare/03-RSYNC.sh
r37504 r37507 19 19 20 20 21 for d in photos-from-phil photo-contributions ; do 22 if [ ! -d ../import/$d ] ; then 23 echo "Making directory:" 24 echo " ../import/$d" 25 mkdir "../import/$d" 26 fi 27 28 rsync -pav $d/* ../import/$d/. 29 done 30 31 32 33 21 34 # 22 35 # Create .item files first ?????
Note:
See TracChangeset
for help on using the changeset viewer.