How To Copy Top-Level Directory Only Using rsync

Published Date Author: , 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/

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.