Help with the sync function

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
jaywalker32
Posts: 214
Joined: 27 May 2014 05:24

Help with the sync function

Post 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?

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Help with the sync function

Post by highend »

Looks like a bug to me. Full paths work, only the folder name itself: not...
One of my scripts helped you out? Please donate via Paypal

jaywalker32
Posts: 214
Joined: 27 May 2014 05:24

Re: Help with the sync function

Post by jaywalker32 »

Ah yeah, it does seem to work with the full paths. I can work with that.

Post Reply