Hacker News new | ask | show | jobs
by mrbluecoat 72 days ago
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/'