Skip to content

Commit

Permalink
Update crontab part in SETUP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Dec 13, 2024
1 parent d308173 commit 41bbc6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ cd ~/backup
git init .
# Create log directory (TODO: currently only used for backup log, could be used for more than that)
mkdir ~/log
# Setup crontab for backup script
crontab -e
# Add line:
# Setup crontab
# Add lines:
# 0 * * * * /home/cocoda/src/backup.sh >> /home/cocoda/logs/backup.log 2>&1
# 0 0 * * * rm /home/cocoda/data/coli-rich-dev/enrichments/*
# if required, also add regular pings to the monitoring system
# and save.

# Git setup (required for backup repository)
Expand Down

0 comments on commit 41bbc6c

Please sign in to comment.