[Synchronize Dirs] Exclusion List

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
alxwz
Junior Member
Junior Member
Posts: 24
Joined: 2005-12-23, 14:41 UTC

[Synchronize Dirs] Exclusion List

Post by *alxwz »

Probably not a suggestion for 7.5, but maybe for 8.0:

AFAICT, you can only (de)select files/directories on the top level for synchronization.

It would be nice if one could build an exclusion list for files/directories on different levels of the drive/directory tree.
(E.g.: skip the pagefile, the windows directory, the recycle bin, the temp directory, the browser caches, etc.)
This could probably be implemented via an exclusion list.
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Re: [Synchronize Dirs] Exclusion List

Post by *HolgerK »

alxwz wrote:(E.g.: skip the pagefile, the windows directory, the recycle bin, the temp directory, the browser caches, etc.)
This could probably be implemented via an exclusion list.
cm_IgnoreConfig : "Configuration -> Options.. -> Ignore list"

and a button:

Code: Select all

TOTALCMD#BAR#DATA
cm_SwitchIgnoreList

WCMICONS.dll,81



2922
is what I'm using for this purpose.

Regards
Holger
alxwz
Junior Member
Junior Member
Posts: 24
Joined: 2005-12-23, 14:41 UTC

Post by *alxwz »

Thanks a lot, I'll have to look into this.

I had noticed the ignore list in the options, but failed to make any sense of it for my purpose.
User avatar
Boofo
Power Member
Power Member
Posts: 1431
Joined: 2003-02-11, 00:29 UTC
Location: Des Moines, IA (USA)
Contact:

Post by *Boofo »

2HolgerK,

That just enables/disables the ignore list, right?
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Not only. The "pressed" state of the button indicates that the ignore list is active.

About switching or combining multiple ignore list(parts) you should have a look at this thread: Suggestion:IgnoreList by Group.


My primary use case for the ignore list is:

- to hide some hidden or system files/folders

Code: Select all

\config.sys
\boot.ini
\NTDETECT.COM
\bootfont.bin
\autoexec.bat
\ntldr
\bootmgr
\$Recycle.Bin\
\Recycler\
\System Volume Information\
\pagefile.sys
\hiberfil.sys
...
- to disable the navigation via some superfluous links/junctions in vista/win7

Code: Select all

\Documents and Settings\
\Dokumente und Einstellungen\
\Users\All Users\
\Users\Default User\
...
only needed for older programs to store their informations in the new places.

- to exclude temporary files and sub folders from source code backups/archives

Code: Select all

Release\
Debug\
_vti_*\
*.bak
...
Regards
Holger
Post Reply