let's say you have main Folder application with 3 folders inside
folderA folderB folderC and want to exclude folderA the you can simply execute below command
rsync -av --progress application /destinationfolder --exclude folderA
folderA folderB folderC and want to exclude folderA the you can simply execute below command
rsync -av --progress application /destinationfolder --exclude folderA
No comments:
Post a Comment