diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-12-06 15:02:31 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-12-06 15:02:31 +0100 |
| commit | e589eff80a403bfe7831c040fe55a6bcf5ba038b (patch) | |
| tree | 8f13510610ce0a7020a141145c262cfec5b8367a /bin/byo | |
| parent | 0b89577b1e7c46986bed003033d677f2d1ebf9cb (diff) | |
update
Diffstat (limited to 'bin/byo')
| -rwxr-xr-x | bin/byo | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ yoda_uuid='8c463221-6bb7-414e-9060-c9570bb3a6bb' dest=/mnt/backup/$(hostname) [ -b /dev/mapper/yoda ] && noclose=1 || cryptsetup open "$dev" yoda findmnt /dev/mapper/yoda /mnt >/dev/null && noumount=1 || mount /dev/mapper/yoda /mnt -time backup -v -d "$dest" -[ ! "$optC" ] || backup -v -d "$dest" clean +time backup -v "$dest" +# [ ! "$optC" ] || backup -v -d "$dest" clean [ ! "$optd" ] || time duperemove -drh --hashfile="$dest/.hashfile" "$dest" df -h / "$dest" ls -v "$dest" |
