diff options
Diffstat (limited to 'cron-jobs/update-abs-tarballs')
-rwxr-xr-x | cron-jobs/update-abs-tarballs | 7 |
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 $? |