Rank: Newbie Groups: Member
Joined: 7/29/2010 Posts: 1 Points: 3
|
When I run a sync within CloudBerry it compares all folders and their contents, but when I run a sync from Powershell it only compares the files in teh first folder. How can I have it sync sub folders too? I'm running build 2.1.0.70
Cheers!
|
 Rank: Advanced Member Groups: Member
, Moderator
Joined: 3/1/2009 Posts: 223 Points: 696
|
Hi Chris,
From v2.0 tje PowerShell command "Copy-CloudSyncFolders" supports include folders parameter: -IncludeSubFolders. If you want to sync subfolders, you just need to add this parameter to "Copy-CloudSyncFolders".
Run "get-help Copy-CloudSyncFolders -detailed" in the PowerShell to list all the parameters.
Thanks, Juli, CloudBerryLab Team
|