Multiple server Backups for Hosting.

vH4sh

New Member
Joined
May 31, 2018
Messages
2
Reaction score
0
Points
3
Hello!

How can I make backups to multiple servers on my hosting?
 

vH4sh

New Member
Joined
May 31, 2018
Messages
2
Reaction score
0
Points
3
Thanks but Not with the yatqa. Via Web Panel. Multiple server restore backups. (Eg. 9987,9988,9989 same restore backups.)
 

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
178
You can try with php framework.
List all virtual servers with serverList(),
after that use foreach to parse all servers one by one and perform $ts3->snapshotCreate();
Also there is script already made for this type of task, but you need to change a little bit to work on all servers. Link
 

niks

Member
Joined
Jan 30, 2017
Messages
40
Reaction score
5
Points
40
You can try with php framework.
List all virtual servers with serverList(),
after that use foreach to parse all servers one by one and perform $ts3->snapshotCreate();
Also there is script already made for this type of task, but you need to change a little bit to work on all servers. Link

Do not use forge media snapshot.. it's broken.
Luckily I had a backup of my server just a day b4, but me taking a snapshot and then restoring completely broke my server.
 
Last edited:

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
178
Do not use forge media snapshot.. it's broken.
Luckily I had a backup of my server just a day b4, but me taking a snapshot and then restoring completely broke my server.
Didnt know for that. Will look into creating my own script.
But someone told me that on 3.1 server version something is broken about snapshots. Will see.
 
Top