From 97db795240795d947241ff30a8beafbd3aca93b8 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 6 Feb 2020 17:37:57 +0800 Subject: backup_files.py: fix misspelling --- Code/crontab.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Code/crontab.txt (limited to 'Code/crontab.txt') diff --git a/Code/crontab.txt b/Code/crontab.txt new file mode 100644 index 0000000..aaabac5 --- /dev/null +++ b/Code/crontab.txt @@ -0,0 +1,7 @@ +1 13 * * * cd /home/lanhui/brain/Code && flock -n /tmp/brain.lockfile ./update_network.py +1 7 * * * cd /home/lanhui/brain/Code && python3 update_network_by_force.py +1 4 * * * cd /home/lanhui/brain/Code && python3 download_and_map.py + +15 6,18 * * * sudo lsof /home/lanhui/brain/Data/temp/edges.txt || sudo cp /home/lanhui/brain/Data/temp/edges.txt /var/www/brain/brain/static/edges/edges.txt +20 6,18 * * * sudo lsof /home/lanhui/brain/Data/temp/html_edges/edges.sqlite || sudo cp /home/lanhui/brain/Data/temp/html_edges/edges.sqlite /var/www/brain/brain/static/edges + -- cgit v1.2.1