From 6b5fa063683365029bf1bca46444047ff3d4ea26 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 17 Oct 2019 18:35:27 +0300 Subject: [PATCH] backup-relpda.bash: also backup ~bitbot/.bitbot --- bash/backup-relpda.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/backup-relpda.bash b/bash/backup-relpda.bash index 56b515b..faa5a39 100644 --- a/bash/backup-relpda.bash +++ b/bash/backup-relpda.bash @@ -8,6 +8,7 @@ cp -rv /home/znc/.znc/ $TARGETDIR/znc mkdir -p $TARGETDIR/bitbot/ cp -v /home/bitbot/bitbot/bot.conf /home/bitbot/bitbot/databases/bot.db $TARGETDIR/bitbot/ +cp -rv /home/botbot/.bitbot/ $TARGETDIR/bitbot/dotbitbot/ # Think about ssh keys? But I don't rotate hostnames with VPSes... cp -v /etc/yggdrasil.conf $TARGETDIR