aboutsummaryrefslogtreecommitdiff
path: root/local/bin/system-backup
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-08-23 22:46:36 +0200
committerKarel Kočí <cynerd@email.cz>2016-08-23 23:01:22 +0200
commit936e17a9d819a6f55bec09eafd1beec523dcaa64 (patch)
tree8dc4bafcd7453879924fb89cbe06ba6d63fdb700 /local/bin/system-backup
parentb5fdc60edacabf99dff16f04ff2c7618f2233977 (diff)
downloadmyconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.tar.gz
myconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.tar.bz2
myconfigs-936e17a9d819a6f55bec09eafd1beec523dcaa64.zip
Add newmail-notify and some other small tweaks
Diffstat (limited to 'local/bin/system-backup')
-rwxr-xr-xlocal/bin/system-backup1
1 files changed, 1 insertions, 0 deletions
diff --git a/local/bin/system-backup b/local/bin/system-backup
index 18b85bc..06929c1 100755
--- a/local/bin/system-backup
+++ b/local/bin/system-backup
@@ -25,6 +25,7 @@ if [ -z "$PART" ]; then
exit -1
fi
MPATH=$(lsblk -lp | grep "$PART" | awk '{print$7}')
+# TODO check if this is not in backupped path
if [ -n "$MPATH" ]; then
echo Disk already mounted to $MPATH. Continuing with that.
else