mirror of
https://github.com/fergalmoran/mailcow-dockerized.git
synced 2025-12-22 09:27:30 +00:00
[Helper] Cold standby script (WIP, docs incoming)
This commit is contained in:
7
create_cold_standby.sh
Normal file
7
create_cold_standby.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
export REMOTE_SSH_KEY=/root/.ssh/id_rsa
|
||||
export REMOTE_SSH_PORT=22
|
||||
export REMOTE_SSH_HOST=my.remote.host
|
||||
|
||||
/opt/mailcow-dockerized/helper-scripts/_cold-standby.sh
|
||||
Reference in New Issue
Block a user