Page 1 of 1

Help with the sync function

Posted: 13 Nov 2018 12:05
by jaywalker32
I'm trying to sync two folders using the following command:

Code: Select all

sync "d:\test", "c:\test", 1, 0, 2, "k", "d:\temp\Sync_test<date yyyy-mm-dd>.txt","-tf\";
I want to exclude the items in the subfolder d:\test\tf, but they don't seem to be getting excluded even with the - syntax.

Am I doing something wrong?

Re: Help with the sync function

Posted: 13 Nov 2018 13:22
by highend
Looks like a bug to me. Full paths work, only the folder name itself: not...

Re: Help with the sync function

Posted: 13 Nov 2018 19:54
by jaywalker32
Ah yeah, it does seem to work with the full paths. I can work with that.