Closed rija closed 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.
/usr/local/bin/sync_drobox
Close as done in PR https://github.com/gigascience/gigadb-website/pull/2025
At the moment the following cronjob was manually added:
the generated cronjob should call the
/usr/local/bin/sync_drobox
command from the task #2004 and specifies the exact time to run daily.