[rsync] How to cope the file of remote machine to local and exclude some folder Posted by Computer Newbie on 晚上11:44 in Ubuntu / No comments rsync -avr -e 'ssh -l root' --exclude 'Intel_SDK' 111.2.1.93:/home/shawn/PUMA/ . Copy folder from remote to localrsync -avzh --progress root@1.21.11.11:/home/a/L2Server . Reference : scp -r … but leave out (exclude) a specified subdirectory Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[Vagrant] Using virtual machine to quick implement Ruby on Rails host $ git clone https://github.com/rails/rails-dev-box.git host $ cd rails-dev-box host $ vagrant up What’s In The Box Development tools Blockq… Read More[SCSS] Using SCSS to quick produce the CSS 1. Build the environment Quick to build up the environment of Ruby on Rails. Please refer the following blog. [Vagrant] Using virtual machine to qu… Read More[Bash][function] Passing parameters to a bash function #!/bin/sh foo 1 # this will fail because foo has not been declared yet. foo() { echo "Parameter #1 is $1" } foo 2 # this wil… Read More[gnome] How to install gnome-classic in ubuntu 13.041. Install gnome-session-fallback sudo apt-get install gnome-session-fallback or sudo apt-get install gnome After install then reboot. choose gnome … Read More[NetBean]簡單的使用NetBean製作GUI程式簡單的使用NetBean製作GUI程式 … Read More
0 意見:
張貼留言