I really miss the option in Grsync to exclude one or more directories from the sync process. There doesn't seem to be one in version 1.2.6 (unless I've overlooked it) which means I still need to run rsync manually with the necessary switches added. :)
Just add the same switches to grsync as well :-)
You can add any switch in the additional options field.
Just don't use wildcards, as the rsync process isn't "passed thru" a shell.
A better gui for that is in my todo list, but it's complicated because the system dialogs do not support the same protocols as rsync (so it may work for local dirs, but it's a nightmare for remote targets).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just add the same switches to grsync as well :-)
You can add any switch in the additional options field.
Just don't use wildcards, as the rsync process isn't "passed thru" a shell.
A better gui for that is in my todo list, but it's complicated because the system dialogs do not support the same protocols as rsync (so it may work for local dirs, but it's a nightmare for remote targets).