logoalt Hacker News

mrbluecoatyesterday at 9:46 PM0 repliesview on HN

How would you replicate: rsync -avz -e "ssh" user@remote_host:/path/to/source/ /path/to/destination/

Something like this? fxcp snap export /path/to/source/ | ssh user@remote_host -t 'fxcp snap import /path/to/destination/'