copy_to_dunescience.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 # TODO rsync or something to remove the old files
4 cd /dune/app/users/bckhouse/dune_dox/
5 
6 time rsync -e "ssh -l bckhouse" -rtWlD --progress /dune/app/users/bckhouse/dune_dox/html/ fnalu.fnal.gov:/web/sites/i/internal.dunescience.org/htdocs/doxygen
7 
8 #time scp -r html bckhouse@fnalu.fnal.gov:/web/sites/i/internal.dunescience.org/htdocs/doxygen/incoming