summaryrefslogtreecommitdiff
path: root/cron-jobs/update-abs-tarballs
diff options
context:
space:
mode:
Diffstat (limited to 'cron-jobs/update-abs-tarballs')
-rwxr-xr-xcron-jobs/update-abs-tarballs7
1 files changed, 7 insertions, 0 deletions
diff --git a/cron-jobs/update-abs-tarballs b/cron-jobs/update-abs-tarballs
new file mode 100755
index 0000000..824ac34
--- /dev/null
+++ b/cron-jobs/update-abs-tarballs
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+. "$(dirname $0)/../config"
+
+rsync -av --exclude=staging/ parabolagnulinux.org::abstar/ ${FTP_BASE}/
+
+exit $?