Skip to main content
Version: 2.1.26

Backup

hitechcloudcli backup backs up and restores this server's own configuration and databases — not customer accounts.

hitechcloudcli backup [--destination DIR] [--restore FILE] [--list] [--quiet]
OptionWhat it does
(none)Make a system backup into the configured destination and prune anything older than the configured retention.
--restore <file>Restore from an archive in the destination directory, or from an absolute path.
--listList the archives in the destination.
--destination <dir>Write here instead of the configured destination.
--quietOnly report failures.

What a system backup contains

  • /etc/hitechcloud — panel and native-stack configuration, site records, certificates
  • the panel database — accounts, plans, sites, domains
  • users.db — the administrator accounts
  • systemd units and cron — the panel's own scheduled work

Customer accounts are not in it. Those are hitechcloudcli user-backup.

Was this helpful?