diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-06-24 14:29:51 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-06-24 14:29:51 +0200 |
| commit | ad7f45231cb867990a03830ec09e0cd41959f539 (patch) | |
| tree | dea3b4efb580e4ccfd71506e86c000e1c83652bc /bin/byo | |
| parent | f0bd81aa4e40511825e7d818d267f18a86df2c47 (diff) | |
update
Diffstat (limited to 'bin/byo')
| -rwxr-xr-x | bin/byo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
