Taking backup for znc instance in Python

IRC plays an invaluable role in the life of so many people, separated by so many miles. It has been the primary source of communication for the Free and Open Source community for decades, now. In my last post, I shared how to install a znc bouncer to stay connected…

Setting up a znc service

Here is an installation guide of znc on Fedora 31 : Install the znc package sudo dnf install znc The current version of znc in Fedora 31 is znc-1.7.5-1.fc31.x86_64. Configure znc The next was to configure znc. sudo -u znc znc --makeconf Remember to keep the…