Skip to content

Commit

Permalink
backup: include .env and docker-compose.override.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ukkopahis committed Jun 24, 2022
1 parent eb1dcbe commit 922464c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ fi
echo "./services/" >> $BACKUPLIST
echo "./volumes/" >> $BACKUPLIST
[ -f "./docker-compose.yml" ] && echo "./docker-compose.yml" >> $BACKUPLIST
[ -f "./docker-compose.override.yml" ] && echo "./docker-compose.override.yml" >> $BACKUPLIST
[ -f "./.env" ] && echo "./.env" >> $BACKUPLIST
[ -f "./compose-override.yml" ] && echo "./compose-override.yml" >> $BACKUPLIST
[ -f "./extra" ] && echo "./extra" >> $BACKUPLIST
[ -f "./.tmp/databases_backup" ] && echo "./.tmp/databases_backup" >> $BACKUPLIST
Expand Down

0 comments on commit 922464c

Please sign in to comment.