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 :: clé fedora36 
Shell :: scoop update 
Shell :: sqlite analyze table 
Shell :: smbclient 
Shell :: variety not working on ubuntu 22.04 
Shell :: how to remove lessc completely from ubuntu 
Shell :: heroku rename remote app 
Shell :: ring get environment variables 
Shell :: how to make folder readable and writable in ssh 
Shell :: linux stderr in strout umleiten 
Shell :: maven archetype magnilia 
Shell :: pacman install openldap 
Shell :: uvicorn post unsupported upgrade request 
Shell :: show addition and deletion git cli 
Shell :: dächen auf linux in terminal 
Shell :: 14 http://packages.ros.org/ros/ubuntu bionic InRelease The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org Fetched 4,680 B in 3s (1,803 B/s) 
Shell :: tableplus 
Shell :: how quit in after git show command 
Shell :: catch grep cat last first lines of a file linux 
Shell :: npm react js package for form factor responsive site development 
Shell :: change nohup name 
Shell :: PoweShell PingSweep 
Shell :: Ubuntu adhan program 
Shell :: attemting to start apache server 
Shell :: como veo lo que he cambiado en git 
Shell :: powershell try catch connect-viserver 
Shell :: pip install fork branch 
Shell :: ping command output to null in linux 
Shell :: execute a scheme program 
Shell :: why lubuntu 20.04 freezes 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =