# Import images from one site one the same Trellis Server to another

**URL:** https://discourse.roots.io/t/import-images-from-one-site-one-the-same-trellis-server-to-another/10793
**Category:** trellis
**Created:** 2017-11-01T08:08:53Z
**Posts:** 4
**Showing post:** 2 of 4

## Post 2 by @ben — 2017-11-01T14:49:35Z

I use `rsync`. In the example below, `example.com` is the source remote server and `howdy.com` is the destination remote server. Run this command from your host machine:

```
ssh -o ForwardAgent=yes web@example.com "rsync -aze 'ssh -o StrictHostKeyChecking=no' --progress /srv/www/example.com/shared/uploads/ web@howdy.com:/srv/www/howdy.com/shared/uploads/"
```

---

_[View the full topic](https://discourse.roots.io/t/import-images-from-one-site-one-the-same-trellis-server-to-another/10793)._
