mirror of
https://github.com/yavook/kiwi-backup.git
synced 2024-11-22 15:03:01 +00:00
missing option values
This commit is contained in:
parent
8ebd564926
commit
5a4a6e56b0
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ printf "%s -c 3 %s%s %s" \
|
||||||
case "${task}" in
|
case "${task}" in
|
||||||
backup)
|
backup)
|
||||||
printf ' --allow-source-mismatch'
|
printf ' --allow-source-mismatch'
|
||||||
printf ' --volsize'
|
printf ' --volsize %s' "${BACKUP_VOLSIZE}"
|
||||||
printf ' --full-if-older-than'
|
printf ' --full-if-older-than %s' "${FULL_BACKUP_FREQUENCY}"
|
||||||
printf '%s' "$( add_space "${OPTIONS_BACKUP}" )"
|
printf '%s' "$( add_space "${OPTIONS_BACKUP}" )"
|
||||||
printf ' /backup/source'
|
printf ' /backup/source'
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue