Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rsync exclude

#To copy all files except one do following ;) :
rsync -rv --exclude=file_to_exclude.txt source_folder destiny_folder
Comment

rsync exclude directory

rsync [OPTIONS] --exclude 'file_or_directory' source/ destination/
Comment

PREVIOUS NEXT
Code Example
Shell :: delete a github repository using bash 
Shell :: linux rename 
Shell :: hostname change inux 
Shell :: kde increase refresh rate 
Shell :: bash if else 
Shell :: ssh key gen 
Shell :: download kubectl for windows 
Shell :: snap purge 
Shell :: how to enable gitlab runner to use local docker images 
Shell :: Find last digit of a number in c# 
Shell :: running splash in docker command line 
Shell :: EsLint global installation 
Shell :: cmd delete folder and all contents 
Shell :: git remove staged area 
Shell :: redis ubuntu 
Shell :: batch color escape character 
Shell :: how to reset ubuntu 20.04 
Shell :: windows open browser from command line 
Shell :: how to convert dos to unix in shell 
Shell :: git clone recursive submodule 
Shell :: linux terminal delete file 
Shell :: laravel new project in install 
Shell :: solana create keypair 
Shell :: nvcc not working after installing cuda 
Shell :: brew check installed packages version 
Shell :: merge master to dev branch 
Shell :: remove staged files 
Shell :: Managing network connections in ubuntu 
Shell :: * daemon not running; starting now at tcp:5037 
Shell :: how to terminate localhost 3000 linux 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =