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