Skip to content

Commit

Permalink
🔧 crontab: export esh db dump weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Jan 30, 2024
1 parent cd3b8a0 commit bdb5959
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/.crontab
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
# Backup entire home directory to external drive
#
@weekly bash $HOME/bin/backup

#
# Creates a dump of the local ESH Oracle database
#
@weekly docker exec -it esh-db bash -c "source /home/oracle/.bashrc; bash /media/esh-db-dumps/extract-dump.sh > /media/esh-db-dumps/extract-dump.log 2>&1"

0 comments on commit bdb5959

Please sign in to comment.