The presence (or lack) of the -a option does not affect whether sub-directories are synced, only whether things starting with a '.' that would otherwise be synced, are instead ignored.
You may need to make sure the right Windows features are enabled to allow hosting virtual machines (which is how WSL2 functions underneath). In particular
quoted from https www.sitepoint.com wsl2
It's likely these settings were restored to the defa...
It's also worth noting that memory-related bugs like the above are always incorrect, but don't necessarily cause a segmentation fault. They are examples of "undefined behaviour", which means the program is allowed to do anything (including crash, or ...
This Stack Overflow is a fairly decent answer to the question "What is a segmentation fault?" https stackoverflow.com questions 2346806 what-is-a-segmentation-fault
But, in short, a segmentation fault happens when your program tries to access memor...