Answers for "rsync exclude file"

0

rsync exclude file

# This copies the files from the server to 
rsync -arvz -e 'ssh -p <port-number>' --exclude 'file or directory to exclude' user@remote-server:/path/to/remote/folder /path/to/local/folder
Posted by: Guest on September-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language