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"
)

Arguments

cids

campaign ids to zip and sync

path

path to write .csv files

user

AODN incoming server username as a string

host

rsync server address

dest

destination directory on host server

pwd

AODN incoming server pwd as a string

nopush

zip files but don't push to AODN incoming server (for testing)

suffix

suffix to add to zip files (_nrt or _dm)