<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://wiki.ourominas.com.br/index.php?action=history&amp;feed=atom&amp;title=Copiar_arquivos_entre_servidores_via_scp</id>
	<title>Copiar arquivos entre servidores via scp - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ourominas.com.br/index.php?action=history&amp;feed=atom&amp;title=Copiar_arquivos_entre_servidores_via_scp"/>
	<link rel="alternate" type="text/html" href="https://wiki.ourominas.com.br/index.php?title=Copiar_arquivos_entre_servidores_via_scp&amp;action=history"/>
	<updated>2026-04-17T13:43:05Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.ourominas.com.br/index.php?title=Copiar_arquivos_entre_servidores_via_scp&amp;diff=1659&amp;oldid=prev</id>
		<title>imported&gt;Admin: uma edição</title>
		<link rel="alternate" type="text/html" href="https://wiki.ourominas.com.br/index.php?title=Copiar_arquivos_entre_servidores_via_scp&amp;diff=1659&amp;oldid=prev"/>
		<updated>2020-08-08T03:12:55Z</updated>

		<summary type="html">&lt;p&gt;uma edição&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;pt-BR&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Edição anterior&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Edição das 03h12min de 8 de agosto de 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;pt-BR&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sem diferença)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key omph_wiki-maquine_:diff:1.41:old-1658:rev-1659 --&gt;
&lt;/table&gt;</summary>
		<author><name>imported&gt;Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.ourominas.com.br/index.php?title=Copiar_arquivos_entre_servidores_via_scp&amp;diff=1658&amp;oldid=prev</id>
		<title>2532252&gt;Jefferson em 11h06min de 26 de janeiro de 2019</title>
		<link rel="alternate" type="text/html" href="https://wiki.ourominas.com.br/index.php?title=Copiar_arquivos_entre_servidores_via_scp&amp;diff=1658&amp;oldid=prev"/>
		<updated>2019-01-26T11:06:36Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Comando para copiar arquivos entre servidores Linux ==&lt;br /&gt;
&lt;br /&gt;
 scp -P&amp;lt;porta&amp;gt; &amp;lt;endereço ip do servidor de origem&amp;gt;:&amp;lt;caminho completo do arquivo ou diretório de origem&amp;gt; &amp;lt;endereço ip do servidor de destino&amp;gt;:&amp;lt;caminho completo do arquivo ou diretório de destino&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Obs. &lt;br /&gt;
* Se o servidor de destino é o mesmo que está sendo executado o comando scp, podemos substituir os caminhos completos pelo endereço relativo local&lt;br /&gt;
* Caso deseje copiar todo a árvore, (arquivos e diretórios) deve-se usar o parâmetro -r&lt;br /&gt;
&lt;br /&gt;
Exemplos:&lt;br /&gt;
&lt;br /&gt;
1 - Não recursivo:&lt;br /&gt;
&lt;br /&gt;
 scp -P9282 \\10.12.43.56:\home\carlos\* \\10.12.45.34:\tmp&lt;br /&gt;
&lt;br /&gt;
2 - Recursivo&lt;br /&gt;
&lt;br /&gt;
 scp -rP9282 \\10.12.43.56:\home\carlos\* \\10.12.45.34:\tmp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:TI]]&lt;/div&gt;</summary>
		<author><name>2532252&gt;Jefferson</name></author>
	</entry>
</feed>