backup-relpda.bash: add oidentd.conf & thelounge

This commit is contained in:
Aminda Suomalainen 2020-01-11 22:14:21 +02:00
parent 20b11a8a92
commit cb8d423684
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 5 additions and 0 deletions

View File

@ -19,5 +19,10 @@ mkdir -p $TARGETDIR/mumble/ssl/
cp -v /etc/mumble-server.ini /var/lib/mumble-server/mumble-server.sqlite $TARGETDIR/mumble/
cp -vr /var/lib/mumble-server/ssl/ $TARGETDIR/mumble/ssl
cp -v /etc/oidentd.conf $TARGETDIR
mkdir -p $TARGETDIR/thelounge/
cp -rv /etc/thelounge/ $TARGETDIR/thelounge/
chown -R mikaela:mikaela $TARGETDIR
chmod -R g-rxw,o-rxw $TARGETDIR