←back to thread

578 points smusamashah | 1 comments | | HN request time: 0.198s | source
Show context
apankrat ◴[] No.42463594[source]
This is mine.

FWIW here's a Show HN from 2019 - https://news.ycombinator.com/item?id=20077177

replies(3): >>42464106 #>>42467119 #>>42469158 #
s2l ◴[] No.42467119[source]
Do you know if a remote backup service was written? I am going through SimpleBackup code, (and if not exists) I would like to contribute remote agent for backup. Any pointers for that implementation would be appreciated.
replies(1): >>42471869 #
1. apankrat ◴[] No.42471869[source]
Yes, I wrote one [1] and others did too, e.g. [2] and [3].

The gist of it, as mentioned in [4], is that you need to have a web server that implements checkStatus and saveConfig PUTs, and PUT and DELETE for saveBoard.

[1] https://github.com/apankrat/nullboard-agent

[2] https://github.com/luismedel/nbagent

[3] https://github.com/OfryL/nullboard-nodejs-agent

[4] https://nullboard.io/backups