gigascience / gigadb-website

Source code for running GigaDB
http://gigadb.org
GNU General Public License v3.0
9 stars 14 forks source link

Update bastion playbook to add a new cronjob to execute the shell script and to create the rclone configuration #2006

Closed rija closed 1 week ago

rija commented 1 month ago

At the moment the following cronjob was manually added:

@daily /usr/local/bin/rclone --config rclone_upstream.conf -v  sync live-bastion:/share/dropbox/ /share/dropbox/

the generated cronjob should call the /usr/local/bin/sync_drobox command from the task #2004 and specifies the exact time to run daily.

kencho51 commented 1 week ago

Close as done in PR https://github.com/gigascience/gigadb-website/pull/2025