I made a script to backup SQL (mysqldump), cron tabs, web server configuration, etc., and then ZIP it and add a time/date stamp. However, it's a pain to have to download it daily, especially because I manage a number of servers. What would be a simple way to automatically upload a ZIP file to another Linux server?
@Soja (seems I can't PM you):
Would you be able to share that, please?soja wrote:Yeah I recently made a database and web root backup script that uses cron to run. Daily for databases, and every other day for web files. I also sync it across our 2 other VDS in Chicago and LA after all that is done, so I have 3 copies at any one time
Will also make a small script that deletes files over a week old.

