@Hacker26 Wow, this looks like something amazing, but can you further explain what it is and how to work with it?
Backing up DB
-
I am wandering if there is a tool to automatically backup a DB from one server and save it to another server. (If anything can go wrong with the first server then whats the point of storing the backups there?)
-
What dB are you referring to?
Access? Mssql? Sqlite? -
@מי-יודע Mongo DB
-
even better would be to create a snapshot of the entire VPS with a third party tool and saving them on a different server with the ability to restore the snapshots somehow, possible? (of course my VPS provider charges extra for this, any way to set it up by yourself?)
-
you can back up files with https://github.com/restic/restic simple and straight forwards (see also http://duplicity.nongnu.org/, little more difficult to set up).