Added a few more backup directories from /awips2/edex in awips_install.sh

This commit is contained in:
Tiffany Meyer 2021-06-11 10:26:35 -04:00
parent 1ed7ac5831
commit 084ec50a84

View file

@ -150,9 +150,10 @@ function remove_edex {
rsync -aP /awips2/database/data/pg_hba.conf $backup_dir/
rsync -aP /awips2/edex/data/utility $backup_dir/
rsync -aP /awips2/edex/bin/setup.env $backup_dir/
rsync -aP /awips2/edex/bin/ $backup_dir/
rsync -aP /awips2/ldm $backup_dir/
rsync -aP /awips2/edex/conf $backup_dir
rsync -aP /awips2/edex/etc $backup_dir
if [[ $(rpm -qa | grep awips2-cave) ]]; then
echo "CAVE is also installed, now removing EDEX and CAVE"