2
0
Fork 0
Ducky 2023-08-21 21:24:11 +01:00
parent 0e64131dfc
commit 2c281df9ab
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }