Copy folder content vía terminal

Copy folders with rsync with identity file

Last update: 2024-02-05
rsync -Pav -e "ssh -p [your ssh port] -i [Your identity file]" [user]@[host]:[SOURCE_PATH] [DESTINATION PATH]