1c-db-dump-cf

Dump 1C configurations to CF files from file-based or server-based bases.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-dump-cf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-db-dump-cf
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-db-dump-cf
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-dump-cf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill exports 1C configurations to CF files, enabling backups, migrations, and sharing configuration data in a portable binary format.

Core Features & Use Cases

  • Dump 1C configuration to a CF file from a filesystem base or a server-based base.
  • Optionally dump extensions along with the configuration.
  • Auto-detect the 1C platform path or use a provided v8 path with robust error handling and log reporting.

Quick Start

Run the skill to dump a configuration to a CF file using a local base path, for example with -InfoBasePath "C:\Bases\MyDB" and -OutputFile "config.cf".

Frequently Asked Questions about 1c-db-dump-cf

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

FAQPage Schema
How do I dump a 1C configuration to a CF file?

Dump a 1C configuration to a CF file by running the skill with either a local -InfoBasePath or a server-based -InfoBaseServer with -InfoBaseRef, plus an -OutputFile. It validates inputs and auto-detects the 1C platform path to complete the export.

Can I export 1C extensions along with the configuration?

Yes, you can optionally dump extensions along with the main 1C configuration. This allows you to export both the primary configuration and its extensions into portable CF files for backups, migrations, or deployment.

Does this skill work with both file-based and server-based 1C bases?

Yes, the skill dumps 1C configurations from both file-based and server-based bases. For file-based bases, provide -InfoBasePath. For server-based bases, supply -InfoBaseServer and -InfoBaseRef along with the -OutputFile parameter.

What is the best way to automate 1C configuration backups?

Automate 1C configuration backups by using this skill to export configurations to portable CF files. It supports auto-detecting the v8 platform path and provides robust error handling and log reporting for automated deployment workflows.

Do I need to manually specify the 1C platform path to export a configuration?

No, you do not need to manually specify the 1C platform path. The skill auto-detects the v8 path automatically, though you can optionally provide a specific path if needed for your environment setup.

Why does my 1C configuration dump fail when using a server base?

Dumping a 1C configuration from a server base fails if required parameters are missing. You must provide both -InfoBaseServer and -InfoBaseRef along with the -OutputFile parameter to ensure the skill validates inputs and executes correctly.