Exluding folders bebefore compare
Moderators: Hacker, petermad, Stefan2, white
Exluding folders bebefore compare
I regularly compare and sync my desktop hard drives and portable drives using "synchronize directories". No problem at all. Very often I want to exclude a few folders for sync. How to exclude those folders before hitting "compare" button?
There is a filter field between path fields, and you can type folders there to exclude after a pipe, e.g.:
(here I exclude some files and 3 folders)
You can save sync preset with such filter and load it using SYNCOPEN command.
Code: Select all
*.* | *.user *.o *.pdb *.nvuser *.suo *.props Debug\ Release\ bin\
You can save sync preset with such filter and load it using SYNCOPEN command.
Or you can use the Ignore feature: "Configuration" -> "Options..." -> "Ignore list".
Last edited by petermad on 2014-11-02, 15:00 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
This sounds very simple. I just tried it. When I selected a folder in "Ignore list", that folder was no longer visible. It looks that "ignore list" works like hiding folders. So it would works for syncing to exclude the folder. That is no longer an issue.petermad wrote:Ore you can use the Ignore feature: "Configuration" -> "Options..." -> "Ignore list".
But that folder is needed for using windows 8. Would windows 8 is able to use that "hidden" folder (i.e., listed in ignore list".
But that folder is needed for using windows 8. Would windows 8 is able to use that "hidden" folder
The folders/files are only hidden to TC, not to Windows.
There is an internal command: cm_SwitchIgnoreList that you can use to quickly turn the ignore list on and off.
Last edited by petermad on 2014-11-02, 15:01 UTC, edited 2 times in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
You're right. The folder was hidden only in TC. With File Explorer (in Windows 8.1), the folder is visible nicely. Thank you for your nice tip.petermad wrote:But that folder is needed for using windows 8. Would windows 8 is able to use that "hidden" folder
The folders/files are only hiddn to TC, not to Windows.
There is an internal command: cm_SwitchIgnoreList theat you can use to quickly turn the ignore list on and off.