summaryrefslogtreecommitdiff
path: root/bin/byo
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-12-06 15:02:31 +0100
committerMarc Vertes <mvertes@free.fr>2021-12-06 15:02:31 +0100
commite589eff80a403bfe7831c040fe55a6bcf5ba038b (patch)
tree8f13510610ce0a7020a141145c262cfec5b8367a /bin/byo
parent0b89577b1e7c46986bed003033d677f2d1ebf9cb (diff)
update
Diffstat (limited to 'bin/byo')
-rwxr-xr-xbin/byo4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/byo b/bin/byo
index bc09fb8..93bb7f0 100755
--- a/bin/byo
+++ b/bin/byo
@@ -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"