aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/do-backup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/do-backup.sh b/bin/do-backup.sh
index 230e95d..13a7dd8 100755
--- a/bin/do-backup.sh
+++ b/bin/do-backup.sh
@@ -53,6 +53,12 @@ echo "do-backup (info): Backing up 'doc'."
cp -r ~/doc "$backup_dir/"
##
+# Applications.
+
+echo "do-backup (info): apps."
+cp -r ~/.config/mihi "$backup_dir/"
+
+##
# Compress things, remove the old directory and announce things.
tar czf "$backup_base_dir/$backup_name.tar.gz" -C "$backup_base_dir/" "$backup_name"