Project

General

Profile

« Previous | Next » 

Revision 8918

Added by Jing Tao about 10 years ago

Removed the code to write the backup file to a dvd drive.

View differences:

src/scripts/bash/backup-metacat.sh
93 93
if [ $DAY == $SWAPDAY ] ; then
94 94
  DVDFLAG=-Z
95 95
fi
96
growisofs $DVDFLAG $DVD -R -J $ARCHDIR.tgz
96
#growisofs $DVDFLAG $DVD -R -J $ARCHDIR.tgz
97 97

  
98 98
# clean up any of the backup files that are older than DAYSTOKEEP
99 99
find $ARCHROOT -mtime +$DAYSTOKEEP -exec rm -f {} \;

Also available in: Unified diff