forked from FotoCoder/Backuppy
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
|
# 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
|
## [0.9] - 2021-05-10
|
||||||
### Added
|
### Added
|
||||||
- CLI-mode: It's now possible to end the program anytime with ":q" (or ESC-key) and pressing ENTER.
|
- 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
|
#!/bin/bash
|
||||||
# """
|
# """
|
||||||
# project: Backuppy
|
# project: Backuppy
|
||||||
# version: 0.8
|
# version: 0.10
|
||||||
# file: install.sh
|
# file: install.sh
|
||||||
# summary: main entry shell script
|
# summary: main entry shell script
|
||||||
# """
|
# """
|
||||||
|
|
Loading…
Reference in a new issue