cd /destination/directory ssh user@remote.host "cd /original/directory; tar cf - ./" | tar xvf -
January 28, 2012
How to copy files with scp without following symbolic links
Posted by giovanni under UncategorizedLeave a Comment
January 28, 2012
cd /destination/directory ssh user@remote.host "cd /original/directory; tar cf - ./" | tar xvf -