- Faster CPUs, networking, and GPUs (often by large margins)
- More reliable start/stop/connect operations
- Coming soon: H100s, 8× GPU nodes, and more GPU types
Migrate in 3 steps
- Create a new instance
- Copy files from your old instance
rsync
from your local machine to transfer directly between the two instances. This resumes partial transfers and shows progress:
- You can scope to specific directories, e.g.,
tnr-<old-id>:~/project/
totnr-<new-id>:~/project/
. - Run the command from your local computer; the
tnr-<id>
SSH configs are created on first connect. - To mirror exactly (including deletions), add
--delete
(use with care).
- Delete old instances and snapshots (after verifying the new instance)