зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
9 строки
172 B
Plaintext
9 строки
172 B
Plaintext
# scp -rp * root@springboot1.machine.com:/opt/docker/certs/
|
|
-r
|
|
recursively copy dirs
|
|
-p
|
|
preserve modification time
|
|
|
|
2021
|
|
https://linuxiac.com/scp-command-in-linux/
|