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