db-dump-dt

Export 1C information bases to DT backup files.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-dump-dt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-dump-dt
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/db-dump-dt
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-dump-dt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill creates a full DT backup of a 1C information base so you can restore the entire system, including configuration, data, users, and settings, without manual platform steps.

Core Features & Use Cases

  • Full database export for file-based or server-based 1C environments.
  • Automatic platform resolution from project settings or installed 1C versions, with output directory creation and temporary log cleanup.
  • Useful for backups, rollback points, archive snapshots, and handing off a complete database copy for migration or support.

Quick Start

Use the db-dump-dt skill to back up the selected 1C database into a DT file at the path you choose.

Frequently Asked Questions about db-dump-dt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a DT backup of a 1C database?

The DT backup process exports a full 1C information base, capturing configuration, data, users, and settings into a single file. This format is needed for full-system restores, rollback points, and archive snapshots.

Can I use a DT backup for both file-based and server-based 1C databases?

Yes, the DT export works for both file-based and server-based 1C databases. It automatically resolves the 1C platform path from installed versions or project settings and validates the connection mode.

What is the best way to automate a 1C database export to a DT file?

Automating a 1C database export involves using scripts that accept credentials and output path selections. The process automatically resolves the 1C platform path, validates the connection mode, and cleans up temporary log files after execution.

Does the 1C DT export script clean up temporary files after execution?

Yes, the 1C DT export script cleans up temporary log files after execution. It also automatically creates the output directory needed to store the backup file.

Why does my 1C DT backup require resolving the platform path automatically?

Resolving the 1C platform path automatically ensures the export script locates the correct 1C executable from installed versions or project settings. This prevents manual configuration errors when creating a DT backup file.