2020-06-08 19:23:21 +00:00
|
|
|
All scripts require an argument to specify 'local' or 'remote'.
|
|
|
|
|
|
|
|
If none given script will exit.
|
|
|
|
|
2020-06-08 20:16:18 +00:00
|
|
|
Using 'local' will
|
|
|
|
set the source server URL to `$local_url`.
|
|
|
|
set the destination server URL to `$remote_url`.
|
|
|
|
|
|
|
|
Using 'remote' will
|
|
|
|
set the source server URL to `$remote_url`.
|
|
|
|
set the destination server URL to `$local_url`.
|
|
|
|
|