jueves, 19 de agosto de 2010

copy files to another machine using tar

tar cf - * | ssh user@host "(cd /destination_dir; tar xf -)"

No hay comentarios:

Publicar un comentario