Skip to content

Commit

Permalink
Merge pull request #3150 from dienteperro/dienteperro-patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
szaimen authored Aug 13, 2023
2 parents c6c1eff + aec119d commit ee86f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ fi

</details>

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).
Expand Down

0 comments on commit ee86f23

Please sign in to comment.