Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

copy folder from on server machine

rsync -avz -e 'ssh' /path/to/local/dir user@remotehost:/path/to/remote/dir
Comment

Copying Folder to Server

scp -r /home/myfolder  root@example.com:/opt/odoo/


It will copy the folder and all the files in the folder to the destination location.
scp -r /home/myfolder/*  root@example.com:/opt/odoo/
Comment

PREVIOUS NEXT
Code Example
Shell :: find and delete files with extension linux 
Shell :: how to push forcefully in github 
Shell :: workbench linux 
Shell :: kill port 
Shell :: install cmake debian 
Shell :: download specific version of drupal using composer 
Shell :: install tailwindcss nodejs 
Shell :: git push to heroku 
Shell :: how to determine the file type in ubuntu 
Shell :: git cherry pick resolve conflict 
Shell :: Iterate over only folder in bash 
Shell :: install homebrew on mac 
Shell :: wp cache 
Shell :: pause in bash 
Shell :: bash get user input 
Shell :: debian apt log 
Shell :: installing git in ec2 
Shell :: bash hide file 
Shell :: poython opencv pip 
Shell :: infinite loop bash 
Shell :: install aws cli on ubuntu 
Shell :: ubuntu times new roman font 
Shell :: bash vertical bar 
Shell :: how do i clone a specific branch in git 
Shell :: gitignore which rule 
Shell :: linux adb 
Shell :: sudo remove folder 
Shell :: npm install dev dependencies only 
Shell :: install neo4j latest version ubuntu 
Shell :: run ionic capacitor device 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =