Notes I will write while configuring or coding something
scp -r sourcefiles/* destination.host.com:/destination/
rsync -r -v -e ssh sourcefiles/* destination.host.com:/destination/
No comments:
Post a Comment