1
0
Fork 0
mirror of https://github.com/yavook/kiwi-backup.git synced 2024-11-22 06:53:00 +00:00

missing option values

This commit is contained in:
Jörn-Michael Miehe 2022-03-02 18:41:15 +01:00
parent 8ebd564926
commit 5a4a6e56b0

View file

@ -53,8 +53,8 @@ printf "%s -c 3 %s%s %s" \
case "${task}" in
backup)
printf ' --allow-source-mismatch'
printf ' --volsize'
printf ' --full-if-older-than'
printf ' --volsize %s' "${BACKUP_VOLSIZE}"
printf ' --full-if-older-than %s' "${FULL_BACKUP_FREQUENCY}"
printf '%s' "$( add_space "${OPTIONS_BACKUP}" )"
printf ' /backup/source'
;;