2
0
Fork 0

sh.zio.backup: attempt to fix --time option

main
Ducky 2023-08-21 21:22:01 +01:00
parent eb92d2a5b0
commit b625f98b4d
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ function backup_dir() {
--host "$host" \
--tag "$me_filename" \
--tag "$(basename "$0")" \
--time "$now" \
--time '$now' \
$args "$path"
fi
}