When we are migrating a site, rsync is our friend. Let's get intimate and hands on with file synchronization.
...
Code Block | ||||
---|---|---|---|---|
| ||||
$ ssh mysite.test |
-e 'ssh -axp 1022'
By default, symbolic links are not transferred at all.
...
When we are migrating a site, rsync is our friend. Let's get intimate and hands on with file synchronization.
...
Code Block | ||||
---|---|---|---|---|
| ||||
$ ssh mysite.test |
-e 'ssh -axp 1022'
By default, symbolic links are not transferred at all.
...