#!/usr/bin/bash #------------------------------------------------------------------------------ # name: cdfopr/scripts/backup_stntuple_catalogs # # create backup in /cdf/data58/s0/production # name of the backup file: like cafdfc.2006-12-02.tgz #------------------------------------------------------------------------------ cd /cdf/home/www/usr/cdfopr/Stntuple tar -czf /cdf/data58/s0/production/cafdfc.`date +"%Y-%m-%d"`.tgz cafdfc #------------------------------------------------------------------------------