In this episode of the CyberGizmo we explore the steps to move a home directory from one drive to another. I also discuss other applications for this including moving your configuration from one distro to another, moving configurations from a virtual machine to a real machine.
rsync script used:
#!/bin/sh
rsync -avP --numeric-ids /home/djware /srv
#rsync -avP --numeric-ids /home/djware [email protected]:/srv
echo 'Done'
Support me on Patreon: / djware
Follow me:
Twitter @djware55
Facebook: / don.ware.7758
Discord: / discord
Music Used in this video
"NonStop" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License