From 179b37db423b295427f106903df5d5906cee8d8b Mon Sep 17 00:00:00 2001 From: Ducky Date: Wed, 23 Feb 2022 05:16:32 +0000 Subject: [PATCH] various changes --- usr/local/sbin/zio-backup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr/local/sbin/zio-backup b/usr/local/sbin/zio-backup index f146972..f2e128f 100755 --- a/usr/local/sbin/zio-backup +++ b/usr/local/sbin/zio-backup @@ -29,12 +29,11 @@ function backup() { --iexclude "system-cache" \ --iexclude "tmp" \ --exclude-if-present ".nobackup" \ - --hostname "$host" \ + --host "$host" \ --password-file "$passwd_file" \ --repo "$repo" \ --tag "$tag" \ - --verbose \ - `[[ -s $args ]] && echo "$args"` "$path" \ + `[[ -s $args ]] && echo "$args"` "$path" fi }