sh.zio.backup: attempt to fix --time option
parent
eb92d2a5b0
commit
b625f98b4d
|
@ -140,7 +140,7 @@ function backup_dir() {
|
||||||
--host "$host" \
|
--host "$host" \
|
||||||
--tag "$me_filename" \
|
--tag "$me_filename" \
|
||||||
--tag "$(basename "$0")" \
|
--tag "$(basename "$0")" \
|
||||||
--time "$now" \
|
--time '$now' \
|
||||||
$args "$path"
|
$args "$path"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue