diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-05 19:55:52 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-05 19:55:52 +0200 |
| commit | 45224c1395946784006a21a00c1efe22c6760253 (patch) | |
| tree | 8a650cb71dfa0cf89d677857e0761109ab220bc7 | |
| parent | eb745ef5b4e9dd29c8fbf256e5f21dfa341a2452 (diff) | |
add syncthing
| -rw-r--r-- | gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi.tpl b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi.tpl index bb3768f2..3060b950 100644 --- a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi.tpl +++ b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi.tpl @@ -273,6 +273,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: |
