$snapshot=file_get_contents('/path/to/snapshot');//that is for file stored backup
$servers=[9987,322,1337];
foreach ($servers as $server){
$ts3client->use($server);//use port or sid
$ts3client->snapshotDeploy($snapshot);
}
this method works but is not thrown to another serverEz algorithm:
Seems like that.PHP:$snapshot=file_get_contents('/path/to/snapshot');//that is for file stored backup $servers=[9987,322,1337]; foreach ($servers as $server){ $ts3client->use($server);//use port or sid $ts3client->snapshotDeploy($snapshot); }
There may be syntax errors because i have not worked with php framework for a long time.
How do you mean its not thrown to another server? Can you explain better.this method works but is not thrown to another server
In the latest version of TeamSpeak IN the same backup is not installed on more than 2 serversHow do you mean its not thrown to another server? Can you explain better.
Just add to script one line for creating channel with random name for unique server.In the latest version of TeamSpeak IN the same backup is not installed on more than 2 servers
are you a little more descriptive?Just add to script one line for creating channel with random name for unique server.