Help with the sync function
Posted: 13 Nov 2018 12:05
I'm trying to sync two folders using the following command:
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?
Code: Select all
sync "d:\test", "c:\test", 1, 0, 2, "k", "d:\temp\Sync_test<date yyyy-mm-dd>.txt","-tf\";Am I doing something wrong?