Safest way to move a synced folder to a external drive?

I would dare being a bit bolder, this is how I did move folders on my own server:

  1. Make sure the folder is up to date with the remote. (probably not strictly necessary)
  2. Stop Syncthing (Pausing the folder could be enough)
  3. Copy the folder to the external drive (e.g. using rsync or equivalent).
  4. Edit the path in syncthing config file (config.xml)
  5. Restart syncthing
  6. Wait for scanning and initial sync (exchanging and comparing metadata to be sure the contents are the same as on remote) to finish.
  7. if everything works ok, delete the original folder

I don’t think the drive being external has any impact on syncthing unless presence is unreliable.