add ToDo's to README.md
This commit is contained in:
parent
8232fa4adf
commit
0295bcee2e
24
README.md
24
README.md
|
|
@ -1 +1,23 @@
|
|||
nextcloud_docker_scripts
|
||||
# Nextcloud Docker Scripts
|
||||
|
||||
A collection of scripts to backup, upgrade and restore your docker nextcloud instances.
|
||||
|
||||
## To Do's
|
||||
|
||||
- [x] implement backup
|
||||
- [x] multi instance backup
|
||||
- [ ] user prompt to choose an instance for backup
|
||||
- [x] implement restore
|
||||
- [x] multi instance restore
|
||||
- [x] user prompt to choose an instance for restore
|
||||
- [x] implement upgrade
|
||||
- [x] multi instance upgrade
|
||||
- [ ] user prompt to choose an instance for upgrade
|
||||
- [ ] implement main menu
|
||||
- [x] implement logging
|
||||
- [x] implement flags
|
||||
- [x] no-output-flag
|
||||
- [x] no-logging-flag
|
||||
- [x] no-cleanup-flag
|
||||
- [x] no-confirmation-required-flag
|
||||
- [ ] treat-all-instances-flag
|
||||
|
|
|
|||
Loading…
Reference in New Issue