zip .csv files by campaign id & sync with AODN incoming server via rsync
push_2_aodn(
cids,
path = NULL,
user = NULL,
host = NULL,
dest = NULL,
pwd = NULL,
nopush = TRUE,
suffix = "_nrt"
)
campaign ids to zip and sync
path to write .csv files
AODN incoming server username as a string
rsync server address
destination directory on host server
AODN incoming server pwd as a string
zip files but don't push to AODN incoming server (for testing)
suffix to add to zip files (_nrt or _dm)