From 6112e30406de2036a50f035ccc131c5e1dab9ae0 Mon Sep 17 00:00:00 2001 From: Yan Grange <grange@astron.nl> Date: Fri, 9 Oct 2020 16:14:02 +0200 Subject: [PATCH] Script for hourly data uploads * To be executed by cron --- hourly_push.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 hourly_push.sh diff --git a/hourly_push.sh b/hourly_push.sh new file mode 100755 index 0000000..c7cc05f --- /dev/null +++ b/hourly_push.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash +cd /home/grange/hourly_push +/home/grange/rucio_dev/ingest_assignment_2.py -i +/home/grange/rucio_dev/ingest_assignment_2.py -u +rm -rf /home/grange/hourly_push/lofar_data -- GitLab