rsync
#2033
Source: eeacms/rsync – Docker Hub # [Client] generate SSH key for non root user # [Server] Start rsync server container with auth key for non root user (data will be stored in local folder : /tmp/rsync_server) # [Client] SSH connection to rsync server # [Client] Download files FROM server (to client) # [Client] Send files […]
Docker, rsync, ssh
#99
ssh_identity_file : link to the SSH identification file user_name : remote user name remote_hostname : remote hostname / Identity File : More information Rsync -avrhzOz option : Rsync –progress option : Show progress during transfer Rsync –stats option : Give some file transfer stats
backup, bash, rsync, shell, ssh