rsync 搬特定檔案到 remote server
有關:
rsync -avz -e "ssh -p 8787" --files-from=filelist.txt /path/to/source user@remote_addr:/path/to/remote
filelist.txt
是相對於/path/to/source
的路徑
有關:
rsync -avz -e "ssh -p 8787" --files-from=filelist.txt /path/to/source user@remote_addr:/path/to/remote
filelist.txt
是相對於 /path/to/source
的路徑