abraxas / eatup

Node.js recipe book with support for automatic remote backups.
0 stars 0 forks source link

Remote Backup #4

Open abraxas opened 11 years ago

abraxas commented 11 years ago

The "up" in eatup represents remote backup...we don't have that at this time. Probably wanna support a few free cloud backup APIs, like dropbox and google drive, maybe box.net.

The point is to never have to worry about losing data, even if you run this on an unstable server. The point is not to allow redundant servers against the remote backup (that would be a lategame value add)

abraxas commented 11 years ago

Kinda stalling on this. Lots of ways to do it with Mongodb, and it could be difficult to build it into the system. Will address later