mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-10 23:47:48 +08:00
Merge pull request #3150 from dienteperro/dienteperro-patch-1
Update readme.md
This commit is contained in:
commit
ee86f23856
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue