I have a SQL server's full database backup job that runs daily at night.
Currently, I need to stay up late every night to copy that backup file (around 300GB in size) to 5 servers in different locations over the Internet via FTP. I use FileZilla but sometimes the copy job unexpectedly fails, therefore I need to start from scratch.
Could you please give me more efficient ways to do this automatically? Thank you so much in advanced.