diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-05 19:56:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-05 19:56:41 +0200 |
| commit | 36dbc546aeb72bcfa1493bfef81050abe3cf3a78 (patch) | |
| tree | d07374f0b68625b19cc3425dcf9d633c0b6aed64 /gemfeed | |
| parent | ac0c2cff14fa8415ab2dfb9b2f070bf6d5931e86 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2025-03-05-sharing-on-social-media-with-gos.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.md b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.md index 159bc2ec..92c55bc1 100644 --- a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.md +++ b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.md @@ -29,6 +29,7 @@ As you may have noticed, I like to share on Mastodon and LinkedIn all the techni * [⇢ ⇢ How queueing works in gos](#how-queueing-works-in-gos) * [⇢ ⇢ ⇢ Step-by-step queueing process](#step-by-step-queueing-process) * [⇢ ⇢ ⇢ How message selection works in gos](#how-message-selection-works-in-gos) +* [⇢ ⇢ Database replication](#database-replication) * [⇢ ⇢ Post summary as gemini gemtext](#post-summary-as-gemini-gemtext) * [⇢ ⇢ Conclusion](#conclusion) @@ -297,6 +298,12 @@ The key factors in message selection are: * Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly. * Pause Between Posts: The `-pauseDays` flag allows you to specify a minimum number of days to wait between posts for the same platform. This prevents oversaturation of content and ensures that posts are spread out over time. +## Database replication + +I simply use Syncthing to backup/sync my `gosDir`. + +[https://syncthing.net](https://syncthing.net) + ## Post summary as gemini gemtext For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here: |
