Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
openclaw backupCreate a local backup archive for OpenClaw state, config, auth profiles, channel/provider credentials, sessions, and optionally workspaces.
bashopenclaw backup create openclaw backup create --output ~/Backups openclaw backup create --dry-run --json openclaw backup create --verify openclaw backup create --no-include-workspace openclaw backup create --only-config openclaw backup verify ./2026-03-09T00-00-00.000Z-openclaw-backup.tar.gz
manifest.json.tar.gzopenclaw backup verify <archive>openclaw backup create --verifyopenclaw backup create --only-configopenclaw backup create~/.openclawcredentials/--no-include-workspaceModel auth profiles are already part of the state directory under
agents/<agentId>/agent/auth-profiles.jsonIf you use
--only-configOpenClaw canonicalizes paths before building the archive. If config, the credentials directory, or a workspace already live inside the state directory, they are not duplicated as separate top-level backup sources. Missing paths are skipped.
The archive payload stores file contents from those source trees, and the embedded
manifest.jsonInstalled plugin source and manifest files under the state directory's
extensions/node_modules/openclaw plugins update <id>openclaw plugins install <spec> --forceopenclaw backupopenclaw backup createIf you still want a partial backup in that situation, rerun:
bashopenclaw backup create --no-include-workspace
That keeps state, config, and the external credentials directory in scope while skipping workspace discovery entirely.
If you only need a copy of the config file itself,
--only-configOpenClaw does not enforce a built-in maximum backup size or per-file size limit.
Practical limits come from the local machine and destination filesystem:
.tar.gzopenclaw backup create --verifyopenclaw backup verifyLarge workspaces are usually the main driver of archive size. If you want a smaller or faster backup, use
--no-include-workspaceFor the smallest archive, use
--only-config© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine