Thirteen Years of Service
Posts: 524
Threads: 90
Auto backup database 06-25-2016, 02:27 PM
#1
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)
•
Eleven Years of Service
Posts: 3,433
Threads: 353
RE: Auto backup database 06-25-2016, 02:47 PM
#2
I remember seeing a script one time which automatically uploaded the database to dropbox. I'll try and find this.
•
Ten Years of Service
Posts: 259
Threads: 5
RE: Auto backup database 06-25-2016, 02:49 PM
#3
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.
(This post was last modified: 06-25-2016, 02:49 PM by Geek_mybb_import25643.)
Frontend & Backend DeveloperÂ
[ HTML, CSS, AngularJS, JavaScript, SASS, NodeJS, GoLang, Lua , Linux]
•