From 07cc9c32cfa69ad7b13ebba9a05f5e4830b490c3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 22 Jan 2026 10:51:22 +0100 Subject: bin: backup 'mihi' as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/do-backup.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ -52,6 +52,12 @@ cp -r ~/org "$backup_dir/" 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. -- cgit v1.2.3