feoblog
feoblog copied to clipboard
CLI-based on-demand sync
Currently, servers are pretty simple.
- Has a list of users/follows.
- May allow POSTs from those users.
- Serves that content.
All of the sync logic is written in the client.
It would be nice if I as a user could run a command from the CLI to sync posts. That way I could easily make a copy to bootstrap a new server, or create a backup, or just grab stuff before I go offline for a while.