<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Bash script to transfer files to server !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43794/bash-script-to-transfer-files-to-server?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43794/bash-script-to-transfer-files-to-server?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43794/bash-script-to-transfer-files-to-server</guid>
	<pubDate>Mon, 21 Feb 2022 23:21:36 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43794/bash-script-to-transfer-files-to-server</link>
	<title><![CDATA[Bash script to transfer files to server !]]></title>
	<description><![CDATA[<code># rsync options source destination

rsync -azvh --progress PacBio_clean.fa xxx@xxx.xxx.res.in:/home/

# scp source_file_name username@destination_host:destination_folder

scp –rpv /datafile xxx@192.168.1.100:/home/me</code>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

</channel>
</rss>