Ignore files and folders from being synchronized

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
TorstenF76
Junior Member
Junior Member
Posts: 5
Joined: 2006-04-04, 07:09 UTC

Ignore files and folders from being synchronized

Post by *TorstenF76 »

Hello,

I'd like to suggest a feature for having the possibility to exclude files and/or folders from being synchronized within the "synchronize directories" view.

I am used CVS, where I can add all unwanted filenames in a file called .cvsignore so I'd like to suggest having a file named .tcignore where I can name all files I do not want to be synchronized.

Concrete need: I use the asymmetric synchronization to make backups of my working directory onto a USB hard disk. In my working directory there are folders like "tmp" or "downloads" that are frequently changed and really not worth being backuped.

It would be nice to have such a feature in future versions of total commander.

Kind regards,

Torsten
User avatar
petermad
Power Member
Power Member
Posts: 16027
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

See: http://www.ghisler.ch/board/viewtopic.php?p=140687#140687

Just put in for example:

Code: Select all

|tmp\ downloads\
in the midle top field in the synchronize dialog to skip the directories tmp and downloads
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
TorstenF76
Junior Member
Junior Member
Posts: 5
Joined: 2006-04-04, 07:09 UTC

Post by *TorstenF76 »

petermad wrote:See: http://www.ghisler.ch/board/viewtopic.php?p=140687#140687

Just put in for example:

Code: Select all

|tmp\ downloads\
in the midle top field in the synchronize dialog to skip the directories tmp and downloads
Thanks a lot.
I already tried

Code: Select all

| tmp downloads 
but without the trailing backslash it didn't work obviously.

Together with the possibility to save that configuration it is a good workaround for me.

Regards,

Torsten
User avatar
fredscal
Junior Member
Junior Member
Posts: 61
Joined: 2007-12-28, 17:06 UTC
Location: Brussels, Belgium
Contact:

Post by *fredscal »

It is a bit more than a workaround, since previous values of that middle top field are always accessible from its drop-down list... It still requires two clicks (or some tab+arrow pressing) each time but that's all it takes.
User avatar
Lefteous
Power Member
Power Member
Posts: 9536
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2fredscal
You can use the SYNCOPEN command to open a saved synchronize directories configuration.

Code: Select all

SYNCOPEN mysync
It can be used for example on a button or in a user defined command.
Post Reply