How To Copy Top-Level Directory Only Using rsync
erics, Posted June 17th, 2015 at 10:34:47am
Regular Files:
rsync -av --no-r --progress /volumes/source/* /volumes/destination/
Dot Files:
rsync -av --no-r --progress /volumes/source/.* /volumes/destination/
Leave Your Comment
All fields marked with "*" are required.