Cloud sync exclude same name directories while copying to target even though full directory path is excluded
Applies to
Cloud Sync
Issue
- Added full directory path in the exclude directory list in cloud sync settings but its excluding all sub-directories with same name.
- Source:
10.2.2.2:/vol/src
has below directory structure:
dir1
dir2--> dir1
dir3--> dir1
dir4
- Below is the "exclude directories" settings:
- After sync, below is seen on target(all dir1 NOT copied):
dir1
dir2--> dir1
dir3--> dir1
dir4