13 lines
333 B
Markdown
13 lines
333 B
Markdown
All scripts require an argument to specify 'local' or 'remote'.
|
|
|
|
If none given script will exit.
|
|
|
|
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`.
|
|
|