New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
What type of virtualization? OpenVZ Or KVM?
You should be able to get your provider to get you a dump of an OpenVZ container.
Not sure about KVM as many things come into factor, maybe someone else can way in with that knowledge.
On KVM you can copy everything to a disk image, boot your new VPS from a live cd and copy everything to the disk, then change network settings for the new IP.
On OpenVZ some providers will give you a vzdump file, or the contents of your VPS /vz/private bit.
Don't count on being able to restore all your files, and as with anything make sure you have good backups, then if anything fails restore from backups!
openvz
i wanted to transfer my buyvm from US to LU, but @fransisco doesn't do transfers
just out of mind:
find --type f -exec sed -i ...
mv /etc /etc.bak && mv /newdir/etc /etc
works fine for most of it (but don't move your /bin folders out of the way! ;-))use on your own risk ;-)