From aec119d971505fbaca38eb9d81650f38c3d9ff91 Mon Sep 17 00:00:00 2001 From: dienteperro Date: Sun, 13 Aug 2023 14:58:58 -0400 Subject: [PATCH] Update readme.md Fix minor typo. Signed-off-by: dienteperro --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0ec38a77..c10f4a19 100644 --- a/readme.md +++ b/readme.md @@ -521,7 +521,7 @@ fi -You can simply copy and past the script into a file e.g. named `backup-script.sh` e.g. here: `/root/backup-script.sh`. Do not forget to modify the variables to your requirements! +You can simply copy and paste the script into a file e.g. named `backup-script.sh` e.g. here: `/root/backup-script.sh`. Do not forget to modify the variables to your requirements! Afterwards apply the correct permissions with `sudo chown root:root /root/backup-script.sh` and `sudo chmod 700 /root/backup-script.sh`. Then you can create a cronjob that runs e.g. at `20:00` each week on Sundays like this: 1. Open the cronjob with `sudo crontab -u root -e` (and choose your editor of choice if not already done. I'd recommend nano).