Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rsync only new files

rsync -r source_folder/ target_folder/ --ignore-existing 
Comment

rsync only updated files

rsync -r source_folder/ target_folder/ --update
Comment

PREVIOUS NEXT
Code Example
Shell :: update git config username and email 
Shell :: git get remote branches 
Shell :: ng cli generate component 
Shell :: prolog how to run 
Shell :: add a cookie to curl 
Shell :: how to stop cron job 
Shell :: find a file in linux terminal 
Shell :: linux unzip tar.gz 
Shell :: restart ubuntu 18.04 server 
Shell :: git push origin master 
Shell :: run springboot as a service linux 
Shell :: bash get dir of file 
Shell :: linux adb 
Shell :: AVCONV linux how to install 
Shell :: array length bash 
Shell :: epson l220 ubuntu driver 
Shell :: how to see how big a file is ubuntu terminal 
Shell :: git find out commit for tag 
Shell :: connect to a pod 
Shell :: update submodule git 
Shell :: install openvino ubuntu 
Shell :: git ignore all files within a directory 
Shell :: bash initialize array 
Shell :: *** WARNING : deprecated key derivation used 
Shell :: installing xlswriter 
Shell :: git remember credentials ubuntu 
Shell :: git tag delete 
Shell :: remove users from linux 
Shell :: add job to crontab 
Shell :: get files changed in branch 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =