Update Scripts/Bash/Transfer Docker Containers.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s

This commit is contained in:
2025-12-13 05:19:27 -07:00
parent 19cb5de914
commit 07a5c51300

View File

@@ -38,7 +38,7 @@ On the source (old) server, perform an rsync over to the new server, authenticat
rsync -avz -e ssh --progress /srv/containers/example nicole@192.168.3.30:/srv/containers rsync -avz -e ssh --progress /srv/containers/example nicole@192.168.3.30:/srv/containers
``` ```
=== "Quick & Dirty w/ Provided SSH Key" === "Quick & Dirty w/ Provided SSH Key Method"
This method assumes that you have the private key for your SSH-based authentication locally on the server somewhere safe with permissions `chmod 600` applied to it. In this example, I placed the private key at `/tmp/id_rsa_OpenSSH`. This method assumes that you have the private key for your SSH-based authentication locally on the server somewhere safe with permissions `chmod 600` applied to it. In this example, I placed the private key at `/tmp/id_rsa_OpenSSH`.
``` sh ``` sh