check if user paths from user-input exists and differ
- CLI-mode: check if user paths from user-input exists - CLI-mode: prevent identical source and target path
This commit is contained in:
parent
543a0e59f1
commit
f9dc51340c
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog Backuppy
|
||||
|
||||
## [0.10] - 2021-05-11
|
||||
### Added
|
||||
- CLI-mode: check if user paths from user-input exists
|
||||
- CLI-mode: prevent identical source and target path
|
||||
|
||||
## [0.9] - 2021-05-10
|
||||
### Added
|
||||
- CLI-mode: It's now possible to end the program anytime with ":q" (or ESC-key) and pressing ENTER.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# """
|
||||
# project: Backuppy
|
||||
# version: 0.8
|
||||
# version: 0.10
|
||||
# file: install.sh
|
||||
# summary: main entry shell script
|
||||
# """
|
||||
|
|
Loading…
Reference in a new issue