From 42789994f68efffc6d94ec78e51a06be246620ff Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 24 Jun 2020 14:29:51 +0200 Subject: update --- bin/byo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/byo') diff --git a/bin/byo b/bin/byo index 173c2a7..71b7578 100755 --- a/bin/byo +++ b/bin/byo @@ -24,7 +24,7 @@ yoda_uuid='8c463221-6bb7-414e-9060-c9570bb3a6bb' dest=/mnt/backup/$(hostname) [ -b /dev/mapper/yoda ] && noclose=1 || cryptsetup open "$(blkid --uuid "$yoda_uuid")" yoda findmnt /dev/mapper/yoda /mnt >/dev/null && noumount=1 || mount /dev/mapper/yoda /mnt -time backup -Fv "$dest" +time backup -v "$dest" backup-clean -v "$dest" [ ! "$optd" ] || time duperemove -drh --hashfile="$dest/.hashfile" "$dest" [ ! "$optk" ] || noumount=1 noclose=1 -- cgit v1.2.3