summaryrefslogtreecommitdiffstats
path: root/public/.local/bin/laptop-backup.sh
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2024-09-12 05:07:06 +0900
committerMitsuo Tokumori <[email protected]>2024-09-12 05:07:06 +0900
commite5cc87b1d9fd9e5564aa50d5b807346bb0d1b435 (patch)
tree2e10044d372f52bd8ea061cc52b1399790e2ef27 /public/.local/bin/laptop-backup.sh
parent37ff7062874b72bafa99afe661f42653565ed511 (diff)
downloaddotfiles-e5cc87b1d9fd9e5564aa50d5b807346bb0d1b435.tar.gz
dotfiles-e5cc87b1d9fd9e5564aa50d5b807346bb0d1b435.tar.bz2
dotfiles-e5cc87b1d9fd9e5564aa50d5b807346bb0d1b435.zip
Add custom URL scheme hanlder script desktop entry
Diffstat (limited to 'public/.local/bin/laptop-backup.sh')
-rwxr-xr-xpublic/.local/bin/laptop-backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/.local/bin/laptop-backup.sh b/public/.local/bin/laptop-backup.sh
index a22c179..0fcd0cd 100755
--- a/public/.local/bin/laptop-backup.sh
+++ b/public/.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
umount /mnt/$name
cryptsetup close $name