How can I sync (one way) a local directory on my mac to a remote directory on the server? Thanks.

  • sean replied to this.

    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
    Mastodon