20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# KiteStacks Cloud Migration Backup
|
|
|
|
Created for migrating the current KiteStacks host to Hetzner Cloud.
|
|
|
|
## Contents
|
|
|
|
- `archives/docker-bind-data.tar.gz` - `/home/kenpat/docker` bind-mounted service folders, including compose files, `.env` files, and bind-mounted app data.
|
|
- `archives/syncthing-shared.tar.gz` - `/home/kenpat/SyncthingShared`.
|
|
- `archives/kitestacks-scripts.tar.gz` - local KiteStacks automation/script folders.
|
|
- `archives/host-etc-subset.tar.gz` - selected host `/etc` configuration needed for migration context.
|
|
- `volume-exports/*.tar.gz` - Docker named volume exports.
|
|
- `inventory/*` - Docker, network, disk, config, and host inventory.
|
|
- `restore/RESTORE.md` - first-pass restore procedure.
|
|
- `SHA256SUMS` - checksums for all files in this backup.
|
|
|
|
## Important
|
|
|
|
This repository contains secrets: `.env` files, tunnel tokens, app database data, and service credentials. Keep it private.
|
|
|
|
The Docker bind-data archive was created from a live host. For databases with strict consistency requirements, prefer restoring service-native dumps when available, or stop services before taking a final cutover backup.
|