I want to Sync to folders with Beyond Compare 4. I am working on two systems and want to keep my data updated. I do not want to sync all folders from left to right just specific ones. For Examples in Folder-right is only FolderA in Folder-left is FolderA and also FolderB and FolderC. So it looks like this
–Folder-left—FolderA Folder-right—FolderA
|—FolderB
|—FolderC
So in this case it should only sync FolderA (and all subfolder/files)
My Script file looks like this for syncing right to left
load “folder_left” “folder_right”
option confirm:yes-to-all
sync update:right->left
This works. But when i use update:left->right it also copies FolderB and FolderC which i don’t want to.
Is there a way to sync Folder-left to right only when the Folder exists on both sides.
Jawen H’gar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.