diff options
Diffstat (limited to 'gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi')
| -rw-r--r-- | gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi index a11e6ebb..cd1ae972 100644 --- a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi +++ b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi @@ -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 * ⇢ ⇢ ⇢ Step-by-step queueing process * ⇢ ⇢ ⇢ How message selection works in gos +* ⇢ ⇢ Database replication * ⇢ ⇢ Post summary as gemini gemtext * ⇢ ⇢ 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 + ## 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: |
