From b41276e226ae4f88f7dffcdeecb4a070cd7104ce Mon Sep 17 00:00:00 2001 From: yehor Date: Mon, 24 Nov 2025 14:27:10 +0200 Subject: [PATCH] Add new blog post Mastodon link --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-11-24-daily-matrix-and-mastodon-backups-with-zero-downtime/index.md b/blog/2025-11-24-daily-matrix-and-mastodon-backups-with-zero-downtime/index.md index e9ff1f0..02da2e7 100644 --- a/blog/2025-11-24-daily-matrix-and-mastodon-backups-with-zero-downtime/index.md +++ b/blog/2025-11-24-daily-matrix-and-mastodon-backups-with-zero-downtime/index.md @@ -99,4 +99,4 @@ The last step was to run this playbook daily. I used a cron job. As the path to This job will be executed every day at 01:00 and write the result of the execution to `/var/log/backups.log`. The log file will be rewritten in this case. If you want to append the log on each job execution, change `> /var/log/backups.log` to `>> /var/log/backups.log`. - \ No newline at end of file + \ No newline at end of file