added cronjob example
This commit is contained in:
parent
f1095ee5aa
commit
7b35fd5ab2
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -10,4 +10,13 @@ mkdir secrets && cp nextcloud.json.sample secrets/nextcloud.json
|
||||||
|
|
||||||
Modify the content to match the specific setup
|
Modify the content to match the specific setup
|
||||||
|
|
||||||
Manually run the respective backup script manually or regularly as `cron` job, or `systemd` timer.
|
Manually run the respective backup script manually or regularly as `cron` job, or `systemd` timer, e.g.:
|
||||||
|
|
||||||
|
```
|
||||||
|
crontab -e
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
37 0 * * * /path/to/the/backup/script
|
||||||
|
```
|
||||||
|
to run a backup each night at 00:37.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue