Documentation forKiwi CatTools NG

Kiwi CatTools NG file name conventions

This topic applies to KCT NG 2026.2 and later. If you are on KCT 3.12.7 or earlier, see legacy topic.

'Number of device specific dated files to retain' option is not working

You have set the Number of device specific dated files to retain option, but the activity is deleting all files.

Cause

This issue is likely due to the file naming convention you have used to replace the default KCT NG file naming convention. KCT NG default file naming convention uses, for example:

Config.Current.Running.Cisco_Router_2.txt        

If you are using a convention which does not place a period at the end of the device name, such as Cisco_Router_2 in the above example, KCT NG cannot group the files relating to the device correctly. For example, if you are using a file naming convention such as:

Cisco_Router_2-backup.txt

CatTools cannot group the Cisco_Router_2 files together correctly, so all files are therefore deleted.

Resolution

Following the device naming conventions for KCT NG. In the above example, is to change the dash '-' in your own naming convention to a period.

Specifically, Cisco_Router_2-backup.txt must be renamed to Cisco_Router_2.backup.txt