copy files while preserving directory structure in mac
I ended up using rsync -R
to solve this.
On OS X you can use ditto <source> <destination>
See here: http://osxdaily.com/2014/06/11/use-ditto-copy-files-directories-mac-command-line/
I ended up using rsync -R
to solve this.
On OS X you can use ditto <source> <destination>
See here: http://osxdaily.com/2014/06/11/use-ditto-copy-files-directories-mac-command-line/