Step 1: Full backup on the source VPS Stop only the data container—not the entire stack—to minimize downtime. Then back up the three volumes using a temporary Alpine container:
# On the source VPS, in the folder where your docker-compose.yml file is located
mkdir -p ~/netbird-full-backup
# Stop only netbird-server for consistency
docker compose stop netbird-server