From 4511fc47cd9d1be8da15837fe4adb96e22c5a896 Mon Sep 17 00:00:00 2001 From: MrTylerjet Date: Fri, 12 Jul 2024 15:26:42 -0600 Subject: [PATCH] Update alternative-methods.md --- docs/alternative-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alternative-methods.md b/docs/alternative-methods.md index e8287d2..ec5e3cc 100644 --- a/docs/alternative-methods.md +++ b/docs/alternative-methods.md @@ -3,7 +3,7 @@ This is a section for alternative methods for automating/manual backups ## Timed Backups using systemd For those with distros that may not include cron in the base packages you can use the following to setup timed backups instead -1. Create a timer unit file at ```/etc/systemd/system/klipper-backup.time``` with the following: +1. Create a timer unit file at ```/etc/systemd/system/klipper-backup.timer``` with the following: ``` [Unit] Description=Run klipper backup script every 4 hours