Skip to content

Commit bdd51b2

Browse files
authored
README.md: Add paragraph about background jobs into installation section (#44)
* README.md: Add paragraph about background jobs into installation section * Refine install instrucitons in the README.md file
1 parent 5015ede commit bdd51b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Activate the app:
3131
occ app:enable nextbackup
3232
```
3333

34+
The app will **automatically start running** from this point onward and will create a backup (approximately) every hour. **No additional configuration** is needed for that.
35+
36+
The only requirement is properly working background jobs, which are needed for a correctly working installation anyway. You'll find instructions on how to do this in the administration manuals ([Nextcloud](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html?highlight=cron), [ownCloud](https://doc.owncloud.com/server/admin_manual/configuration/server/background_jobs_configuration.html)).
37+
38+
You'll find options to restore from previous backups and also to trigger the creation of new backups in the administration settings. See below screenshots for details.
39+
3440
## Screenshot
3541
![Screenhot](screenshot.png)
3642

0 commit comments

Comments
 (0)