feoblog icon indicating copy to clipboard operation
feoblog copied to clipboard

CLI-based on-demand sync

Open NfNitLoop opened this issue 4 years ago • 0 comments

Currently, servers are pretty simple.

  1. Has a list of users/follows.
  2. May allow POSTs from those users.
  3. 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.

NfNitLoop avatar Jun 13 '21 00:06 NfNitLoop