junggleSep 24, 2021Post #1 Friday, September 24, 2021 9:04 AM How can I sync (one way) a local directory on my mac to a remote directory on the server? Thanks.
seanSep 24, 2021Post #2 Friday, September 24, 2021 10:43 PM 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
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