![]() |
|
Auto backup database - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge) +--- Thread: Auto backup database (/Thread-Auto-backup-database) |
Auto backup database - #Unkn0wn - 06-25-2016 So I'm running a game server on a VPS and I want to take backups of it's database every night. Are there any softwares that able to do this? I'd like to get that backup auto saved to somewhere else (mega.nz or whatever like that) than in the VPS (just to be safe lol) RE: Auto backup database - Zodiac - 06-25-2016 I remember seeing a script one time which automatically uploaded the database to dropbox. I'll try and find this. RE: Auto backup database - Geek_mybb_import25643 - 06-25-2016 I usually use a bash script to upload them to Mega.nz (use megasync for linux) every night using cronjob. It's easy to do if you know the basics of bash. If you need help, PM me. RE: Auto backup database - Azzid - 06-25-2016 (06-25-2016, 02:49 PM)Geek Wrote: I usually use a bash script to upload them to Mega.nz (use megasync for linux) every night using cronjob. It's easy to do if you know the basics of bash. If you need help, PM me. watch out we have a geek here. |