Blind Dev article
Saving a day by moving server data in 30 minutes
An AI-assisted ops case: migration, result checks, and reduced cognitive load.
Based on Blind Dev personal experience and source posts; verify current details before applying.
Archive publication: the results, tool limitations and plans described here reflect the time of the original text.
A server is a remote computer where the programs I need run, including my AI assistant.
Some of my tools used to run on a server with 16 GB of RAM and other powerful resources.
But I no longer needed the thing consuming most of those resources. Yesterday I thought: “Why keep overpaying?”
Before I knew about AI, the process would have looked like this:
- Find all the files, folders and services.
- Start copying and wait.
- Try to start everything and possibly run into errors!
- Figure out the fixes using search engines, and finally get it running after a lot of frustration.
And there is no guarantee I would have finished within 24 hours. I might have spent several days troubleshooting!
With AI, the process was much simpler:
- Install Codex CLI, a program with ChatGPT.
- Ask it to make a plan for transferring data to another server and save the plan to a file.
- Once it has done that, give it access to the new server and ask it to start the migration.
- It handles the work, checks for errors and starts everything.
- I check: everything works!
Isn’t that wonderful?
I think so.
The only downside: Codex CLI is a console application. I had to log into the server and run it there.
Other options:
- Use an editor such as Cursor or VS Code with Codex. I do not like this option, because invoking it from outside feels less reliable to me.
- Use OpenClaw or Hermes, programs for an AI assistant. But that server had a broken experimental version, and I did not want to involve my main one. Still, I am confident I could have asked for the migration directly in Telegram and it would have done it.
What task that takes you several hours would you like to automate with AI?
Source: original Russian post on VK. English translation.