junggle How can I sync (one way) a local directory on my mac to a remote directory on the server? Thanks.
sean junggle You can do that with rsync, eg run something like this in your Mac's terminal: rsync -paz /my/local/directory user@opalNNN.opalstack.com:my/remote/directory