Changes between Version 6 and Version 7 of full-filesystem-rsync
- Timestamp:
- Aug 28, 2014, 9:55:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
full-filesystem-rsync
v6 v7 3 3 Sometimes we need to move an entire server from one machine to another machine. 4 4 5 The first step is to boot the target guest from a [wiki:debirf-boot-on-kvm-guest debirf image], mount all filesystem in /mnt, install rsync , and add the source server's ssh key into /root/.ssh/authorized_keys on the debirf image.5 The first step is to boot the target guest from a [wiki:debirf-boot-on-kvm-guest debirf image], mount all filesystem in /mnt, install rsync and openssh-server, and add the source server's ssh key into /root/.ssh/authorized_keys on the debirf image. 6 6 7 7 Then, on the source, edit and run the following script: