Merge pull request #909 from nextcloud/enh/722/run-externally

add documentation for running from an external script
This commit is contained in:
Simon L 2022-07-17 20:30:48 +02:00 committed by GitHub
commit 63a74beeab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 0 deletions

View file

@ -6,3 +6,5 @@
- [ ] `Europe/Berlin` should be accepted, e.g. `Europe Berlin` not
- [ ] When it is set, it should show that it is set to which timezone and display a button that allows to reset it again which does this on a press
- [ ] When it is set, running `date` inside Nextcloud releated containers should return the correct timezone
You can now continue with [080-daily-backup-script.md](./080-daily-backup-script.md)

View file

@ -0,0 +1,5 @@
# Daily backup script
The script is delivered within the mastercontainer and allows to run a few things like daily backup and container updates from an external script.
You can find the documentation on this here which needs to work as documented: https://github.com/nextcloud/all-in-one#how-to-stopstartupdate-containers-or-trigger-the-daily-backup-from-a-script-externally