|
@@ -201,6 +201,15 @@ function interactive_configuration_remote_backups {
|
201
|
201
|
remote_ssh_reciprocal_password=""
|
202
|
202
|
entering_remote_backups_ctr=$((entering_remote_backups_ctr + 1))
|
203
|
203
|
fi
|
|
204
|
+ else
|
|
205
|
+ echo "$remote_ssh_username@$remote_ssh_domain:$remote_ssh_port//home/$remote_ssh_username $remote_ssh_password" >> $FRIENDS_SERVERS_LIST
|
|
206
|
+ remote_ssh_username=""
|
|
207
|
+ remote_ssh_domain=""
|
|
208
|
+ remote_ssh_port=""
|
|
209
|
+ remote_ssh_password=""
|
|
210
|
+ remote_ssh_reciprocal_username=""
|
|
211
|
+ remote_ssh_reciprocal_password=""
|
|
212
|
+ entering_remote_backups_ctr=$((entering_remote_backups_ctr + 1))
|
204
|
213
|
fi
|
205
|
214
|
else
|
206
|
215
|
echo "$remote_ssh_username@$remote_ssh_domain:$remote_ssh_port//home/$remote_ssh_username $remote_ssh_password" >> $FRIENDS_SERVERS_LIST
|