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.

· updated 9/12/2026 Published ops · AI · servers

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:

  1. Find all the files, folders and services.
  2. Start copying and wait.
  3. Try to start everything and possibly run into errors!
  4. 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:

  1. Install Codex CLI, a program with ChatGPT.
  2. Ask it to make a plan for transferring data to another server and save the plan to a file.
  3. Once it has done that, give it access to the new server and ask it to start the migration.
  4. It handles the work, checks for errors and starts everything.
  5. 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:

  1. 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.
  2. 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.