Back up of Streaming server
Posted
by Maxwell
on Server Fault
See other posts from Server Fault
or by Maxwell
Published on 2009-12-14T16:44:45Z
Indexed on
2010/03/20
0:01 UTC
Read the original article
Hit count: 366
I want to take a new streaming server for my website which generally holds videos and audio files. But how do we maintain backup of the streaming server if storage size is increasing day by day.
Generally on Database servers, like Sql Server, backups can be easily taken and restored very easily as they do not occupy much space for medium range applications.
On the other hand how can we take backup of streaming server? If the server fails, the there should be an alternative server / solution that should decrease downtime of the server.
How is the back-end architecture of YouTube built to handle this?
© Server Fault or respective owner