2
0
Fork 0

sh.zio.backup: remove --time option from backup_dir

main
Ducky 2023-08-21 21:48:53 +01:00
parent 70661d5f60
commit d65353a51d
1 changed files with 0 additions and 1 deletions

View File

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