source: ETALON/CLIO/control/backup_data.sh @ 748

Last change on this file since 748 was 748, checked in by delerue, 7 years ago

CLIO graphical interface and analysis updated

  • Property svn:executable set to *
File size: 277 bytes
Line 
1#!/bin/bash
2
3cd /var/www/html/CLIO/
4gzip -9 201*/*.txt &
5rm 201*/*.done &
6
7rsync -rv --append --exclude datajuly/ --exclude processed/ --exclude '20170???/'  --exclude '*/*.txt' --exclude new/  /var/www/html/CLIO/ delerue@lx3.lal.in2p3.fr:/sps/sera/delerue/smith-purcell/CLIO/
Note: See TracBrowser for help on using the repository browser.