Title pretty much covers the question.
I'm going to move my I2P router to a new provider so it has a bit more resources available to it and unmetered monthly bandwidth. This router also serves as the tunnel to this website, so when it moves from it's current location to it's new home, ideally there will be little to no interruption in availability to ramble.i2p
What exactly do I need to backup to ensure there is no issues in the transition?
abralelie wrote
You're probably running Ubuntu or Debian, right?
I'd shutdown the node and simply
tar
/var/lib/i2p/
, install I2P on the new device, make sure it's off,rm -rf /var/lib/i2p
, untar your backup archive andchown -R i2psvc /var/lib/i2p
(change the owner to the i2p service). Then you can start i2p up again.Never done that before, but I think that's they only state i2p stores.