sudo rsync -aAXvP --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"," /etc/sysconfig/network-scripts/*","/etc/network/interfaces"} username@hostname:/* /
Last active
July 7, 2023 12:54
-
-
Save sibsfinx/81cffc76754414c61ed8 to your computer and use it in GitHub Desktop.
Transfer entire server (digitalocean droplet downgrade)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's the source and what's the destination here? Does this pull or push data?