!--a11y-->
sync 
Syncs files/folders.
Syntax |
sync [-detailedOutput|-do] [-progress|-p] resource localWorkspaceRootFolder |
Options |
|
-detailedOutput|-d |
Show detailed (every synced file name) or non-detailed sync progress (only synced files count). |
-progress|-p |
You have the following options: ● display sync progress ● one dot per 100 files ● 10 dots per line |
Arguments |
|
resource |
The resource (file or folder) to be synced. |
localWorkspaceRootFolder |
The path to a local folder (representing the root of the workspace) where the sync results are to be stored. |
Description |
Syncs files/folders. |
Syncs the complete content of the workspace /ws/test/wsp in the local directory c:\wsp showing detailed output.
sync -detailedOutput /ws/test/wsp c:\wsp