Page 1 of 1

Disable making .bak file while Synchronize dirs

Posted: 2019-04-18, 18:46 UTC
by xdimka
Disable making .bak file while Synchronize dirs

Cant found how to disable it? For me its not needed, because I use git, it provide me history of file changes.

Re: Disable making .bak file while Synchronize dirs

Posted: 2019-04-18, 21:04 UTC
by ts4242
Add CompareDeleteBak=1 under Configuration section in your Wincmd.ini, but note that it will disable creating backup in compare tool whether you used it inside or outside Synchronize dirs tool.

Re: Disable making .bak file while Synchronize dirs

Posted: 2019-04-19, 14:11 UTC
by xdimka
Thank you so much!

Re: Disable making .bak file while Synchronize dirs

Posted: 2019-04-20, 20:07 UTC
by petermad
Hmm, CompareDeleteBak is for the "Compare contents" tool - not for the "Synchronize directories" tool. But I am not aware of any .bak files being made by the "Synchronize directories" tool anyway

Re: Disable making .bak file while Synchronize dirs

Posted: 2019-04-20, 22:33 UTC
by ts4242
petermad wrote: 2019-04-20, 20:07 UTCBut I am not aware of any .bak files being made by the "Synchronize directories" tool anyway
Yes, but it seems so if compared files were edited while using Synch Dir tool.

Re: Disable making .bak file while Synchronize dirs

Posted: 2019-04-20, 22:39 UTC
by sqa_wizard
But I am not aware of any .bak files being made by the "Synchronize directories" tool anyway
It seems to be related to the compare function within "Synchronize directories" if you doublecllck on a pair of files.

Re: Disable making .bak file while Synchronize dirs

Posted: 2019-04-20, 23:07 UTC
by Dalai
To put it simply: The Compare by Contents feature creates these files, regardless of how it's called (Synchronize directories or separately).

Regards
Dalai

Re: Disable making .bak file while Synchronize dirs

Posted: 2019-04-20, 23:18 UTC
by ts4242
Dalai wrote: 2019-04-20, 23:07 UTC To put it simply: The Compare by Contents feature creates these files, regardless of how it's called (Synchronize directories or separately).

Regards
Dalai
It was simplified before :)
ts4242 wrote: 2019-04-18, 21:04 UTC note that it will disable creating backup in compare tool whether you used it inside or outside Synchronize dirs tool.