summaryrefslogtreecommitdiffstats
path: root/local/bin/laptop-backup.sh
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2024-09-11 03:39:28 +0900
committerMitsuo Tokumori <[email protected]>2024-09-11 03:39:28 +0900
commitdca319b8d9d221f1aaf3a00ee457d202096c66ac (patch)
tree7450c668226aea29b02f8fd9bd36240d1b9d2d20 /local/bin/laptop-backup.sh
parent4bc0383c5745d5fbd7e83d7ae68f765a9b2024e3 (diff)
downloaddotfiles-dca319b8d9d221f1aaf3a00ee457d202096c66ac.tar.gz
dotfiles-dca319b8d9d221f1aaf3a00ee457d202096c66ac.tar.bz2
dotfiles-dca319b8d9d221f1aaf3a00ee457d202096c66ac.zip
Update custom bash scripts
Diffstat (limited to 'local/bin/laptop-backup.sh')
-rwxr-xr-xlocal/bin/laptop-backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/bin/laptop-backup.sh b/local/bin/laptop-backup.sh
index dffaf96..a22c179 100755
--- a/local/bin/laptop-backup.sh
+++ b/local/bin/laptop-backup.sh
@@ -31,7 +31,7 @@ rsync $rsync_options /var /mnt/$name # <10G
rsync $rsync_options /home /mnt/$name # <900G
rsync $rsync_options /etc /mnt/$name # <20M
echo "Backup complete."
-df -h | grep -E "${name}|var|home|etc"
+df -h #| grep -E "${name}|var|home|etc"
umount /mnt/$name
cryptsetup close $name